Shades of Jade #04C164
Tints of Jade #04C164
RGB
CMYK
RGB Variations
Color information
#04C164 (or 0x04C164) is known color: Jade. HEX triplet: 04, C1 and 64. RGB value is (4,193,100). Sum of RGB (Red+Green+Blue) = 4+193+100=297 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.35% from 297); Green value is 193 (75.78% from 255 or 64.98% from 297); Blue value is 100 (39.45% from 255 or 33.67% from 297); Max value from RGB is 193 - color contains mainly: green. Hex color #04C164 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04C164 is #FB3E9B. Grayscale: #7E7E7E. Windows color (decimal): -16465564 or 6603012. OLE color: 6603012.
HSL color Cylindrical-coordinate representation of color #04C164: hue angle of 150.48º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04C164 is Cyan = 0.98, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 4 | 193 | 100 | - |
| CMYK | 0.98 | 0 | 0.48 | 0.24 |
| HSL | 150.48º | 0.96% | 0.39% | - |
| HSV(B) | 150.48º | 0.98% | 0.76% | - |
| XYZ | 21.42 | 39.09 | 18.47 | - |
| YUV | 125.89 | 113.38 | 41.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 193 | 100 | 0.98 | 0 | 0.48 | 0.24 | 150.48 | 0.96 | 0.39 |
| Hex | 4 | C1 | 64 | 62 | 0 | 30 | 18 | 96 | 60 | 27 |
| Octal | 4 | 301 | 144 | 142 | 0 | 60 | 30 | 226 | 140 | 47 |
| Binary | 100 | 11000001 | 1100100 | 1100010 | 0 | 110000 | 11000 | 10010110 | 1100000 | 100111 |
Color Harmonies of #04C164
Complementary color
Monochromatic Colors of #04C164
Black with #04C164
Text Example
Text Example
White with #04C164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04C164; }
p { color: rgb(4,193,100); }
H1.HeaderClassName
{
color: #04C164;
}
.AnyTagClassName
{
color: #04C164;
}
</style>
background-color css
<style>
a { background-color: #04C164; }
a { background-color: rgb(4,193,100); }
div.DivClassName
{
background-color: #04C164;
}
.BgClassName
{
background-color: #04C164;
}
</style>
border-color css
<style>
span { border-color: #04C164; }
span { border-color: rgb(4,193,100); }
td.TdClassName
{
border-color: #04C164;
}
.TagClassName
{
border-color: #04C164;
}
</style>