Shades of Jade #04AA6E
Tints of Jade #04AA6E
RGB
CMYK
RGB Variations
Color information
#04AA6E (or 0x04AA6E) is known color: Jade. HEX triplet: 04, AA and 6E. RGB value is (4,170,110). Sum of RGB (Red+Green+Blue) = 4+170+110=284 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.41% from 284); Green value is 170 (66.80% from 255 or 59.86% from 284); Blue value is 110 (43.36% from 255 or 38.73% from 284); Max value from RGB is 170 - color contains mainly: green. Hex color #04AA6E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04AA6E is #FB5591. Grayscale: #717171. Windows color (decimal): -16471442 or 7252484. OLE color: 7252484.
HSL color Cylindrical-coordinate representation of color #04AA6E: hue angle of 158.31º 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 #04AA6E is Cyan = 0.98, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 4 | 170 | 110 | - |
| CMYK | 0.98 | 0 | 0.35 | 0.33 |
| HSL | 158.31º | 0.95% | 0.34% | - |
| HSV(B) | 158.31º | 0.98% | 0.67% | - |
| XYZ | 17.24 | 29.9 | 19.61 | - |
| YUV | 113.53 | 126 | 49.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 170 | 110 | 0.98 | 0 | 0.35 | 0.33 | 158.31 | 0.95 | 0.34 |
| Hex | 4 | AA | 6E | 62 | 0 | 23 | 21 | 9E | 5F | 22 |
| Octal | 4 | 252 | 156 | 142 | 0 | 43 | 41 | 236 | 137 | 42 |
| Binary | 100 | 10101010 | 1101110 | 1100010 | 0 | 100011 | 100001 | 10011110 | 1011111 | 100010 |
Color Harmonies of #04AA6E
Complementary color
Monochromatic Colors of #04AA6E
Black with #04AA6E
Text Example
Text Example
White with #04AA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04AA6E; }
p { color: rgb(4,170,110); }
H1.HeaderClassName
{
color: #04AA6E;
}
.AnyTagClassName
{
color: #04AA6E;
}
</style>
background-color css
<style>
a { background-color: #04AA6E; }
a { background-color: rgb(4,170,110); }
div.DivClassName
{
background-color: #04AA6E;
}
.BgClassName
{
background-color: #04AA6E;
}
</style>
border-color css
<style>
span { border-color: #04AA6E; }
span { border-color: rgb(4,170,110); }
td.TdClassName
{
border-color: #04AA6E;
}
.TagClassName
{
border-color: #04AA6E;
}
</style>