Shades of Jade #02C16D
Tints of Jade #02C16D
RGB
CMYK
RGB Variations
Color information
#02C16D (or 0x02C16D) is known color: Jade. HEX triplet: 02, C1 and 6D. RGB value is (2,193,109). Sum of RGB (Red+Green+Blue) = 2+193+109=304 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 304); Green value is 193 (75.78% from 255 or 63.49% from 304); Blue value is 109 (42.97% from 255 or 35.86% from 304); Max value from RGB is 193 - color contains mainly: green. Hex color #02C16D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02C16D is #FD3E92. Grayscale: #7E7E7E. Windows color (decimal): -16596627 or 7192834. OLE color: 7192834.
HSL color Cylindrical-coordinate representation of color #02C16D: hue angle of 153.61º 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 #02C16D is Cyan = 0.99, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 193 | 109 | - |
| CMYK | 0.99 | 0 | 0.44 | 0.24 |
| HSL | 153.61º | 0.98% | 0.38% | - |
| HSV(B) | 153.61º | 0.99% | 0.76% | - |
| XYZ | 21.86 | 39.26 | 20.89 | - |
| YUV | 126.32 | 118.22 | 39.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 193 | 109 | 0.99 | 0 | 0.44 | 0.24 | 153.61 | 0.98 | 0.38 |
| Hex | 2 | C1 | 6D | 63 | 0 | 2C | 18 | 9A | 62 | 26 |
| Octal | 2 | 301 | 155 | 143 | 0 | 54 | 30 | 232 | 142 | 46 |
| Binary | 10 | 11000001 | 1101101 | 1100011 | 0 | 101100 | 11000 | 10011010 | 1100010 | 100110 |
Color Harmonies of #02C16D
Complementary color
Monochromatic Colors of #02C16D
Black with #02C16D
Text Example
Text Example
White with #02C16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C16D; }
p { color: rgb(2,193,109); }
H1.HeaderClassName
{
color: #02C16D;
}
.AnyTagClassName
{
color: #02C16D;
}
</style>
background-color css
<style>
a { background-color: #02C16D; }
a { background-color: rgb(2,193,109); }
div.DivClassName
{
background-color: #02C16D;
}
.BgClassName
{
background-color: #02C16D;
}
</style>
border-color css
<style>
span { border-color: #02C16D; }
span { border-color: rgb(2,193,109); }
td.TdClassName
{
border-color: #02C16D;
}
.TagClassName
{
border-color: #02C16D;
}
</style>