Shades of Jade #04C06A
Tints of Jade #04C06A
RGB
CMYK
RGB Variations
Color information
#04C06A (or 0x04C06A) is known color: Jade. HEX triplet: 04, C0 and 6A. RGB value is (4,192,106). Sum of RGB (Red+Green+Blue) = 4+192+106=302 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.32% from 302); Green value is 192 (75.39% from 255 or 63.58% from 302); Blue value is 106 (41.80% from 255 or 35.10% from 302); Max value from RGB is 192 - color contains mainly: green. Hex color #04C06A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04C06A is #FB3F95. Grayscale: #7E7E7E. Windows color (decimal): -16465814 or 6995972. OLE color: 6995972.
HSL color Cylindrical-coordinate representation of color #04C06A: hue angle of 152.55º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04C06A is Cyan = 0.98, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 4 | 192 | 106 | - |
| CMYK | 0.98 | 0 | 0.45 | 0.25 |
| HSL | 152.55º | 0.96% | 0.38% | - |
| HSV(B) | 152.55º | 0.98% | 0.75% | - |
| XYZ | 21.5 | 38.77 | 19.98 | - |
| YUV | 125.98 | 116.72 | 40.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 192 | 106 | 0.98 | 0 | 0.45 | 0.25 | 152.55 | 0.96 | 0.38 |
| Hex | 4 | C0 | 6A | 62 | 0 | 2D | 19 | 99 | 60 | 26 |
| Octal | 4 | 300 | 152 | 142 | 0 | 55 | 31 | 231 | 140 | 46 |
| Binary | 100 | 11000000 | 1101010 | 1100010 | 0 | 101101 | 11001 | 10011001 | 1100000 | 100110 |
Color Harmonies of #04C06A
Complementary color
Monochromatic Colors of #04C06A
Black with #04C06A
Text Example
Text Example
White with #04C06A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04C06A; }
p { color: rgb(4,192,106); }
H1.HeaderClassName
{
color: #04C06A;
}
.AnyTagClassName
{
color: #04C06A;
}
</style>
background-color css
<style>
a { background-color: #04C06A; }
a { background-color: rgb(4,192,106); }
div.DivClassName
{
background-color: #04C06A;
}
.BgClassName
{
background-color: #04C06A;
}
</style>
border-color css
<style>
span { border-color: #04C06A; }
span { border-color: rgb(4,192,106); }
td.TdClassName
{
border-color: #04C06A;
}
.TagClassName
{
border-color: #04C06A;
}
</style>