Shades of Jade #04AA66
Tints of Jade #04AA66
RGB
CMYK
RGB Variations
Color information
#04AA66 (or 0x04AA66) is known color: Jade. HEX triplet: 04, AA and 66. RGB value is (4,170,102). Sum of RGB (Red+Green+Blue) = 4+170+102=276 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.45% from 276); Green value is 170 (66.80% from 255 or 61.59% from 276); Blue value is 102 (40.23% from 255 or 36.96% from 276); Max value from RGB is 170 - color contains mainly: green. Hex color #04AA66 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04AA66 is #FB5599. Grayscale: #707070. Windows color (decimal): -16471450 or 6728196. OLE color: 6728196.
HSL color Cylindrical-coordinate representation of color #04AA66: hue angle of 155.42º 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 #04AA66 is Cyan = 0.98, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 4 | 170 | 102 | - |
| CMYK | 0.98 | 0 | 0.4 | 0.33 |
| HSL | 155.42º | 0.95% | 0.34% | - |
| HSV(B) | 155.42º | 0.98% | 0.67% | - |
| XYZ | 16.82 | 29.73 | 17.42 | - |
| YUV | 112.61 | 122 | 50.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 170 | 102 | 0.98 | 0 | 0.4 | 0.33 | 155.42 | 0.95 | 0.34 |
| Hex | 4 | AA | 66 | 62 | 0 | 28 | 21 | 9B | 5F | 22 |
| Octal | 4 | 252 | 146 | 142 | 0 | 50 | 41 | 233 | 137 | 42 |
| Binary | 100 | 10101010 | 1100110 | 1100010 | 0 | 101000 | 100001 | 10011011 | 1011111 | 100010 |
Color Harmonies of #04AA66
Complementary color
Monochromatic Colors of #04AA66
Black with #04AA66
Text Example
Text Example
White with #04AA66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04AA66; }
p { color: rgb(4,170,102); }
H1.HeaderClassName
{
color: #04AA66;
}
.AnyTagClassName
{
color: #04AA66;
}
</style>
background-color css
<style>
a { background-color: #04AA66; }
a { background-color: rgb(4,170,102); }
div.DivClassName
{
background-color: #04AA66;
}
.BgClassName
{
background-color: #04AA66;
}
</style>
border-color css
<style>
span { border-color: #04AA66; }
span { border-color: rgb(4,170,102); }
td.TdClassName
{
border-color: #04AA66;
}
.TagClassName
{
border-color: #04AA66;
}
</style>