Shades of Jade #04A66F
Tints of Jade #04A66F
RGB
CMYK
RGB Variations
Color information
#04A66F (or 0x04A66F) is known color: Jade. HEX triplet: 04, A6 and 6F. RGB value is (4,166,111). Sum of RGB (Red+Green+Blue) = 4+166+111=281 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.42% from 281); Green value is 166 (65.23% from 255 or 59.07% from 281); Blue value is 111 (43.75% from 255 or 39.50% from 281); Max value from RGB is 166 - color contains mainly: green. Hex color #04A66F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04A66F is #FB5990. Grayscale: #6F6F6F. Windows color (decimal): -16472465 or 7316996. OLE color: 7316996.
HSL color Cylindrical-coordinate representation of color #04A66F: hue angle of 159.63º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04A66F is Cyan = 0.98, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 4 | 166 | 111 | - |
| CMYK | 0.98 | 0 | 0.33 | 0.35 |
| HSL | 159.63º | 0.95% | 0.33% | - |
| HSV(B) | 159.63º | 0.98% | 0.65% | - |
| XYZ | 16.56 | 28.45 | 19.66 | - |
| YUV | 111.29 | 127.83 | 51.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 166 | 111 | 0.98 | 0 | 0.33 | 0.35 | 159.63 | 0.95 | 0.33 |
| Hex | 4 | A6 | 6F | 62 | 0 | 21 | 23 | A0 | 5F | 21 |
| Octal | 4 | 246 | 157 | 142 | 0 | 41 | 43 | 240 | 137 | 41 |
| Binary | 100 | 10100110 | 1101111 | 1100010 | 0 | 100001 | 100011 | 10100000 | 1011111 | 100001 |
Color Harmonies of #04A66F
Complementary color
Monochromatic Colors of #04A66F
Black with #04A66F
Text Example
Text Example
White with #04A66F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04A66F; }
p { color: rgb(4,166,111); }
H1.HeaderClassName
{
color: #04A66F;
}
.AnyTagClassName
{
color: #04A66F;
}
</style>
background-color css
<style>
a { background-color: #04A66F; }
a { background-color: rgb(4,166,111); }
div.DivClassName
{
background-color: #04A66F;
}
.BgClassName
{
background-color: #04A66F;
}
</style>
border-color css
<style>
span { border-color: #04A66F; }
span { border-color: rgb(4,166,111); }
td.TdClassName
{
border-color: #04A66F;
}
.TagClassName
{
border-color: #04A66F;
}
</style>