Shades of Jade #04A867
Tints of Jade #04A867
RGB
CMYK
RGB Variations
Color information
#04A867 (or 0x04A867) is known color: Jade. HEX triplet: 04, A8 and 67. RGB value is (4,168,103). Sum of RGB (Red+Green+Blue) = 4+168+103=275 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.45% from 275); Green value is 168 (66.02% from 255 or 61.09% from 275); Blue value is 103 (40.62% from 255 or 37.45% from 275); Max value from RGB is 168 - color contains mainly: green. Hex color #04A867 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04A867 is #FB5798. Grayscale: #6F6F6F. Windows color (decimal): -16471961 or 6793220. OLE color: 6793220.
HSL color Cylindrical-coordinate representation of color #04A867: hue angle of 156.22º 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 #04A867 is Cyan = 0.98, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 4 | 168 | 103 | - |
| CMYK | 0.98 | 0 | 0.39 | 0.34 |
| HSL | 156.22º | 0.95% | 0.34% | - |
| HSV(B) | 156.22º | 0.98% | 0.66% | - |
| XYZ | 16.5 | 29.01 | 17.56 | - |
| YUV | 111.55 | 123.17 | 51.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 168 | 103 | 0.98 | 0 | 0.39 | 0.34 | 156.22 | 0.95 | 0.34 |
| Hex | 4 | A8 | 67 | 62 | 0 | 27 | 22 | 9C | 5F | 22 |
| Octal | 4 | 250 | 147 | 142 | 0 | 47 | 42 | 234 | 137 | 42 |
| Binary | 100 | 10101000 | 1100111 | 1100010 | 0 | 100111 | 100010 | 10011100 | 1011111 | 100010 |
Color Harmonies of #04A867
Complementary color
Monochromatic Colors of #04A867
Black with #04A867
Text Example
Text Example
White with #04A867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04A867; }
p { color: rgb(4,168,103); }
H1.HeaderClassName
{
color: #04A867;
}
.AnyTagClassName
{
color: #04A867;
}
</style>
background-color css
<style>
a { background-color: #04A867; }
a { background-color: rgb(4,168,103); }
div.DivClassName
{
background-color: #04A867;
}
.BgClassName
{
background-color: #04A867;
}
</style>
border-color css
<style>
span { border-color: #04A867; }
span { border-color: rgb(4,168,103); }
td.TdClassName
{
border-color: #04A867;
}
.TagClassName
{
border-color: #04A867;
}
</style>