#00AA81 Simply Green
#00AA81 (Simply Green) RGB value is (0, 170, 129).
Red value is 0, green value is 170, and blue value is 129.
Cylindrical-coordinate representations (HSL) of color #00AA81: hue: 166°, saturation: 100%, and lightness: 33.3%.
Process color (CMYK) of #00AA81 is 100%, 0%, 24.1%, 33.3%. Web safe color equivalent of #00AA81 is ##009999. Color #00AA81 contains mainly Cyan.
Color Spaces
| Color spaces of #00AA81 | Value |
|---|---|
| RGB | 0, 170, 129 |
| HSL | 166°, 100%, 33.3% |
| HSV / HSB | 166°, 100%, 66.7% |
| CMYK | 100%, 0%, 24.1%, 33.3% |
| XYZ | 18.33, 30.33, 25.65 |
Base Numbers
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 00000000 | 10101010 | 10000001 |
| Octal | 000 | 252 | 201 |
| Decimal | 0 | 170 | 129 |
| Hex | 00 | AA | 81 |
Shades of #00AA81
Tints of #00AA81
.mybgColor { background-color: #00AA81; }
.myforeColor { color: #00AA81; }
.myborderColor { border: 3px solid #00AA81; }
<p style="color:#00AA81">Text here</p>
This sample text is styled with font color #00AA81. It demonstrates typography contrast and readability for Web Content Accessibility Guidelines.
<div style="background-color:#00AA81">Div content here</div>
<div style="border:3px solid #00AA81">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(0, 170, 129, 0.8); }
.textShadowHex { text-shadow: 4px 4px 2px #00AA81; }
.divShadow { -moz-box-shadow: 1px 1px 3px #00AA81;
-webkit-box-shadow: 1px 1px 3px #00AA81;
box-shadow: 1px 1px 3px #00AA81; }
This text has a CSS3 shadow effect generated with RGB color values.
This text has a CSS3 shadow effect generated with Hex color values.
Related Colors & Harmonies
Detailed Specifications & Design Guide for #00AA81 (Simply Green)
Color Overview & Profile: Color #00AA81, also known as Simply Green, is a prominent hue with strong representation in digital UI designs and print graphics. In the sRGB color space, it is composed of 0% Red (0/255), 67% Green (170/255), and 51% Blue (129/255). The primary color family component is Cyan.
Print & Physical Production Specs: For physical print production and offset printing setups, #00AA81 translates into the CMYK subtractive color model with values of 100% Cyan, 0% Magenta, 24.1% Yellow, and 33.3% Key (Black). The cylindrical coordinates in the HSL space feature a hue of 166°, saturation of 100%, and lightness of 33.3%.
Web Accessibility & Design Recommendations: When implementing #00AA81 in web frontend frameworks, ensure sufficient contrast ratios for readability according to WCAG 2.1 standards. The web-safe equivalent hex value for this color is ##009999.
