Shades of Jade #04AA71
Tints of Jade #04AA71
RGB
CMYK
RGB Variations
Color information
#04AA71 (or 0x04AA71) is known color: Jade. HEX triplet: 04, AA and 71. RGB value is (4,170,113). Sum of RGB (Red+Green+Blue) = 4+170+113=287 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.39% from 287); Green value is 170 (66.80% from 255 or 59.23% from 287); Blue value is 113 (44.53% from 255 or 39.37% from 287); Max value from RGB is 170 - color contains mainly: green. Hex color #04AA71 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04AA71 is #FB558E. Grayscale: #717171. Windows color (decimal): -16471439 or 7449092. OLE color: 7449092.
HSL color Cylindrical-coordinate representation of color #04AA71: hue angle of 159.4º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04AA71 is Cyan = 0.98, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 4 | 170 | 113 | - |
| CMYK | 0.98 | 0 | 0.34 | 0.33 |
| HSL | 159.4º | 0.95% | 0.34% | - |
| HSV(B) | 159.4º | 0.98% | 0.67% | - |
| XYZ | 17.41 | 29.97 | 20.49 | - |
| YUV | 113.87 | 127.5 | 49.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 170 | 113 | 0.98 | 0 | 0.34 | 0.33 | 159.4 | 0.95 | 0.34 |
| Hex | 4 | AA | 71 | 62 | 0 | 22 | 21 | 9F | 5F | 22 |
| Octal | 4 | 252 | 161 | 142 | 0 | 42 | 41 | 237 | 137 | 42 |
| Binary | 100 | 10101010 | 1110001 | 1100010 | 0 | 100010 | 100001 | 10011111 | 1011111 | 100010 |
Color Harmonies of #04AA71
Complementary color
Monochromatic Colors of #04AA71
Black with #04AA71
Text Example
Text Example
White with #04AA71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04AA71; }
p { color: rgb(4,170,113); }
H1.HeaderClassName
{
color: #04AA71;
}
.AnyTagClassName
{
color: #04AA71;
}
</style>
background-color css
<style>
a { background-color: #04AA71; }
a { background-color: rgb(4,170,113); }
div.DivClassName
{
background-color: #04AA71;
}
.BgClassName
{
background-color: #04AA71;
}
</style>
border-color css
<style>
span { border-color: #04AA71; }
span { border-color: rgb(4,170,113); }
td.TdClassName
{
border-color: #04AA71;
}
.TagClassName
{
border-color: #04AA71;
}
</style>