Shades of Jade #04C46C
Tints of Jade #04C46C
RGB
CMYK
RGB Variations
Color information
#04C46C (or 0x04C46C) is known color: Jade. HEX triplet: 04, C4 and 6C. RGB value is (4,196,108). Sum of RGB (Red+Green+Blue) = 4+196+108=308 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.30% from 308); Green value is 196 (76.95% from 255 or 63.64% from 308); Blue value is 108 (42.58% from 255 or 35.06% from 308); Max value from RGB is 196 - color contains mainly: green. Hex color #04C46C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04C46C is #FB3B93. Grayscale: #808080. Windows color (decimal): -16464788 or 7128068. OLE color: 7128068.
HSL color Cylindrical-coordinate representation of color #04C46C: hue angle of 152.5º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04C46C is Cyan = 0.98, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 4 | 196 | 108 | - |
| CMYK | 0.98 | 0 | 0.45 | 0.23 |
| HSL | 152.5º | 0.96% | 0.39% | - |
| HSV(B) | 152.5º | 0.98% | 0.77% | - |
| XYZ | 22.5 | 40.59 | 20.84 | - |
| YUV | 128.56 | 116.39 | 39.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 196 | 108 | 0.98 | 0 | 0.45 | 0.23 | 152.5 | 0.96 | 0.39 |
| Hex | 4 | C4 | 6C | 62 | 0 | 2D | 17 | 98 | 60 | 27 |
| Octal | 4 | 304 | 154 | 142 | 0 | 55 | 27 | 230 | 140 | 47 |
| Binary | 100 | 11000100 | 1101100 | 1100010 | 0 | 101101 | 10111 | 10011000 | 1100000 | 100111 |
Color Harmonies of #04C46C
Complementary color
Monochromatic Colors of #04C46C
Black with #04C46C
Text Example
Text Example
White with #04C46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04C46C; }
p { color: rgb(4,196,108); }
H1.HeaderClassName
{
color: #04C46C;
}
.AnyTagClassName
{
color: #04C46C;
}
</style>
background-color css
<style>
a { background-color: #04C46C; }
a { background-color: rgb(4,196,108); }
div.DivClassName
{
background-color: #04C46C;
}
.BgClassName
{
background-color: #04C46C;
}
</style>
border-color css
<style>
span { border-color: #04C46C; }
span { border-color: rgb(4,196,108); }
td.TdClassName
{
border-color: #04C46C;
}
.TagClassName
{
border-color: #04C46C;
}
</style>