Shades of Jade #02C96E
Tints of Jade #02C96E
RGB
CMYK
RGB Variations
Color information
#02C96E (or 0x02C96E) is known color: Jade. HEX triplet: 02, C9 and 6E. RGB value is (2,201,110). Sum of RGB (Red+Green+Blue) = 2+201+110=313 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 313); Green value is 201 (78.91% from 255 or 64.22% from 313); Blue value is 110 (43.36% from 255 or 35.14% from 313); Max value from RGB is 201 - color contains mainly: green. Hex color #02C96E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02C96E is #FD3691. Grayscale: #838383. Windows color (decimal): -16594578 or 7260418. OLE color: 7260418.
HSL color Cylindrical-coordinate representation of color #02C96E: hue angle of 152.56º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C96E is Cyan = 0.99, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 2 | 201 | 110 | - |
| CMYK | 0.99 | 0 | 0.45 | 0.21 |
| HSL | 152.56º | 0.98% | 0.4% | - |
| HSV(B) | 152.56º | 0.99% | 0.79% | - |
| XYZ | 23.73 | 42.91 | 21.78 | - |
| YUV | 131.13 | 116.07 | 35.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 201 | 110 | 0.99 | 0 | 0.45 | 0.21 | 152.56 | 0.98 | 0.4 |
| Hex | 2 | C9 | 6E | 63 | 0 | 2D | 15 | 99 | 62 | 28 |
| Octal | 2 | 311 | 156 | 143 | 0 | 55 | 25 | 231 | 142 | 50 |
| Binary | 10 | 11001001 | 1101110 | 1100011 | 0 | 101101 | 10101 | 10011001 | 1100010 | 101000 |
Color Harmonies of #02C96E
Complementary color
Monochromatic Colors of #02C96E
Black with #02C96E
Text Example
Text Example
White with #02C96E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C96E; }
p { color: rgb(2,201,110); }
H1.HeaderClassName
{
color: #02C96E;
}
.AnyTagClassName
{
color: #02C96E;
}
</style>
background-color css
<style>
a { background-color: #02C96E; }
a { background-color: rgb(2,201,110); }
div.DivClassName
{
background-color: #02C96E;
}
.BgClassName
{
background-color: #02C96E;
}
</style>
border-color css
<style>
span { border-color: #02C96E; }
span { border-color: rgb(2,201,110); }
td.TdClassName
{
border-color: #02C96E;
}
.TagClassName
{
border-color: #02C96E;
}
</style>