Shades of Jade #04C168
Tints of Jade #04C168
RGB
CMYK
RGB Variations
Color information
#04C168 (or 0x04C168) is known color: Jade. HEX triplet: 04, C1 and 68. RGB value is (4,193,104). Sum of RGB (Red+Green+Blue) = 4+193+104=301 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.33% from 301); Green value is 193 (75.78% from 255 or 64.12% from 301); Blue value is 104 (41.02% from 255 or 34.55% from 301); Max value from RGB is 193 - color contains mainly: green. Hex color #04C168 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04C168 is #FB3E97. Grayscale: #7E7E7E. Windows color (decimal): -16465560 or 6865156. OLE color: 6865156.
HSL color Cylindrical-coordinate representation of color #04C168: hue angle of 151.75º 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 #04C168 is Cyan = 0.98, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 4 | 193 | 104 | - |
| CMYK | 0.98 | 0 | 0.46 | 0.24 |
| HSL | 151.75º | 0.96% | 0.39% | - |
| HSV(B) | 151.75º | 0.98% | 0.76% | - |
| XYZ | 21.62 | 39.17 | 19.52 | - |
| YUV | 126.34 | 115.38 | 40.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 193 | 104 | 0.98 | 0 | 0.46 | 0.24 | 151.75 | 0.96 | 0.39 |
| Hex | 4 | C1 | 68 | 62 | 0 | 2E | 18 | 98 | 60 | 27 |
| Octal | 4 | 301 | 150 | 142 | 0 | 56 | 30 | 230 | 140 | 47 |
| Binary | 100 | 11000001 | 1101000 | 1100010 | 0 | 101110 | 11000 | 10011000 | 1100000 | 100111 |
Color Harmonies of #04C168
Complementary color
Monochromatic Colors of #04C168
Black with #04C168
Text Example
Text Example
White with #04C168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04C168; }
p { color: rgb(4,193,104); }
H1.HeaderClassName
{
color: #04C168;
}
.AnyTagClassName
{
color: #04C168;
}
</style>
background-color css
<style>
a { background-color: #04C168; }
a { background-color: rgb(4,193,104); }
div.DivClassName
{
background-color: #04C168;
}
.BgClassName
{
background-color: #04C168;
}
</style>
border-color css
<style>
span { border-color: #04C168; }
span { border-color: rgb(4,193,104); }
td.TdClassName
{
border-color: #04C168;
}
.TagClassName
{
border-color: #04C168;
}
</style>