Shades of Jade #02C168
Tints of Jade #02C168
RGB
CMYK
RGB Variations
Color information
#02C168 (or 0x02C168) is known color: Jade. HEX triplet: 02, C1 and 68. RGB value is (2,193,104). Sum of RGB (Red+Green+Blue) = 2+193+104=299 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 299); Green value is 193 (75.78% from 255 or 64.55% from 299); Blue value is 104 (41.02% from 255 or 34.78% from 299); Max value from RGB is 193 - color contains mainly: green. Hex color #02C168 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02C168 is #FD3E97. Grayscale: #7D7D7D. Windows color (decimal): -16596632 or 6865154. OLE color: 6865154.
HSL color Cylindrical-coordinate representation of color #02C168: hue angle of 152.04º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C168 is Cyan = 0.99, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 193 | 104 | - |
| CMYK | 0.99 | 0 | 0.46 | 0.24 |
| HSL | 152.04º | 0.98% | 0.38% | - |
| HSV(B) | 152.04º | 0.99% | 0.76% | - |
| XYZ | 21.59 | 39.15 | 19.52 | - |
| YUV | 125.75 | 115.72 | 39.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 193 | 104 | 0.99 | 0 | 0.46 | 0.24 | 152.04 | 0.98 | 0.38 |
| Hex | 2 | C1 | 68 | 63 | 0 | 2E | 18 | 98 | 62 | 26 |
| Octal | 2 | 301 | 150 | 143 | 0 | 56 | 30 | 230 | 142 | 46 |
| Binary | 10 | 11000001 | 1101000 | 1100011 | 0 | 101110 | 11000 | 10011000 | 1100010 | 100110 |
Color Harmonies of #02C168
Complementary color
Monochromatic Colors of #02C168
Black with #02C168
Text Example
Text Example
White with #02C168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C168; }
p { color: rgb(2,193,104); }
H1.HeaderClassName
{
color: #02C168;
}
.AnyTagClassName
{
color: #02C168;
}
</style>
background-color css
<style>
a { background-color: #02C168; }
a { background-color: rgb(2,193,104); }
div.DivClassName
{
background-color: #02C168;
}
.BgClassName
{
background-color: #02C168;
}
</style>
border-color css
<style>
span { border-color: #02C168; }
span { border-color: rgb(2,193,104); }
td.TdClassName
{
border-color: #02C168;
}
.TagClassName
{
border-color: #02C168;
}
</style>