Shades of Jade #04A96E
Tints of Jade #04A96E
RGB
CMYK
RGB Variations
Color information
#04A96E (or 0x04A96E) is known color: Jade. HEX triplet: 04, A9 and 6E. RGB value is (4,169,110). Sum of RGB (Red+Green+Blue) = 4+169+110=283 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.41% from 283); Green value is 169 (66.41% from 255 or 59.72% from 283); Blue value is 110 (43.36% from 255 or 38.87% from 283); Max value from RGB is 169 - color contains mainly: green. Hex color #04A96E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04A96E is #FB5691. Grayscale: #717171. Windows color (decimal): -16471698 or 7252228. OLE color: 7252228.
HSL color Cylindrical-coordinate representation of color #04A96E: hue angle of 158.55º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04A96E is Cyan = 0.98, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 4 | 169 | 110 | - |
| CMYK | 0.98 | 0 | 0.35 | 0.34 |
| HSL | 158.55º | 0.95% | 0.34% | - |
| HSV(B) | 158.55º | 0.98% | 0.66% | - |
| XYZ | 17.05 | 29.53 | 19.55 | - |
| YUV | 112.94 | 126.34 | 50.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 169 | 110 | 0.98 | 0 | 0.35 | 0.34 | 158.55 | 0.95 | 0.34 |
| Hex | 4 | A9 | 6E | 62 | 0 | 23 | 22 | 9F | 5F | 22 |
| Octal | 4 | 251 | 156 | 142 | 0 | 43 | 42 | 237 | 137 | 42 |
| Binary | 100 | 10101001 | 1101110 | 1100010 | 0 | 100011 | 100010 | 10011111 | 1011111 | 100010 |
Color Harmonies of #04A96E
Complementary color
Monochromatic Colors of #04A96E
Black with #04A96E
Text Example
Text Example
White with #04A96E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04A96E; }
p { color: rgb(4,169,110); }
H1.HeaderClassName
{
color: #04A96E;
}
.AnyTagClassName
{
color: #04A96E;
}
</style>
background-color css
<style>
a { background-color: #04A96E; }
a { background-color: rgb(4,169,110); }
div.DivClassName
{
background-color: #04A96E;
}
.BgClassName
{
background-color: #04A96E;
}
</style>
border-color css
<style>
span { border-color: #04A96E; }
span { border-color: rgb(4,169,110); }
td.TdClassName
{
border-color: #04A96E;
}
.TagClassName
{
border-color: #04A96E;
}
</style>