Shades of Jade #04AA74
Tints of Jade #04AA74
RGB
CMYK
RGB Variations
Color information
#04AA74 (or 0x04AA74) is known color: Jade. HEX triplet: 04, AA and 74. RGB value is (4,170,116). Sum of RGB (Red+Green+Blue) = 4+170+116=290 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.38% from 290); Green value is 170 (66.80% from 255 or 58.62% from 290); Blue value is 116 (45.70% from 255 or 40% from 290); Max value from RGB is 170 - color contains mainly: green. Hex color #04AA74 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04AA74 is #FB558B. Grayscale: #727272. Windows color (decimal): -16471436 or 7645700. OLE color: 7645700.
HSL color Cylindrical-coordinate representation of color #04AA74: hue angle of 160.48º 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 #04AA74 is Cyan = 0.98, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 4 | 170 | 116 | - |
| CMYK | 0.98 | 0 | 0.32 | 0.33 |
| HSL | 160.48º | 0.95% | 0.34% | - |
| HSV(B) | 160.48º | 0.98% | 0.67% | - |
| XYZ | 17.58 | 30.04 | 21.39 | - |
| YUV | 114.21 | 129 | 49.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 170 | 116 | 0.98 | 0 | 0.32 | 0.33 | 160.48 | 0.95 | 0.34 |
| Hex | 4 | AA | 74 | 62 | 0 | 20 | 21 | A0 | 5F | 22 |
| Octal | 4 | 252 | 164 | 142 | 0 | 40 | 41 | 240 | 137 | 42 |
| Binary | 100 | 10101010 | 1110100 | 1100010 | 0 | 100000 | 100001 | 10100000 | 1011111 | 100010 |
Color Harmonies of #04AA74
Complementary color
Monochromatic Colors of #04AA74
Black with #04AA74
Text Example
Text Example
White with #04AA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04AA74; }
p { color: rgb(4,170,116); }
H1.HeaderClassName
{
color: #04AA74;
}
.AnyTagClassName
{
color: #04AA74;
}
</style>
background-color css
<style>
a { background-color: #04AA74; }
a { background-color: rgb(4,170,116); }
div.DivClassName
{
background-color: #04AA74;
}
.BgClassName
{
background-color: #04AA74;
}
</style>
border-color css
<style>
span { border-color: #04AA74; }
span { border-color: rgb(4,170,116); }
td.TdClassName
{
border-color: #04AA74;
}
.TagClassName
{
border-color: #04AA74;
}
</style>