Shades of Jade #02C96F
Tints of Jade #02C96F
RGB
CMYK
RGB Variations
Color information
#02C96F (or 0x02C96F) is known color: Jade. HEX triplet: 02, C9 and 6F. RGB value is (2,201,111). Sum of RGB (Red+Green+Blue) = 2+201+111=314 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 314); Green value is 201 (78.91% from 255 or 64.01% from 314); Blue value is 111 (43.75% from 255 or 35.35% from 314); Max value from RGB is 201 - color contains mainly: green. Hex color #02C96F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02C96F is #FD3690. Grayscale: #838383. Windows color (decimal): -16594577 or 7325954. OLE color: 7325954.
HSL color Cylindrical-coordinate representation of color #02C96F: hue angle of 152.86º 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 #02C96F is Cyan = 0.99, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 2 | 201 | 111 | - |
| CMYK | 0.99 | 0 | 0.45 | 0.21 |
| HSL | 152.86º | 0.98% | 0.4% | - |
| HSV(B) | 152.86º | 0.99% | 0.79% | - |
| XYZ | 23.78 | 42.93 | 22.07 | - |
| YUV | 131.24 | 116.57 | 35.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 201 | 111 | 0.99 | 0 | 0.45 | 0.21 | 152.86 | 0.98 | 0.4 |
| Hex | 2 | C9 | 6F | 63 | 0 | 2D | 15 | 99 | 62 | 28 |
| Octal | 2 | 311 | 157 | 143 | 0 | 55 | 25 | 231 | 142 | 50 |
| Binary | 10 | 11001001 | 1101111 | 1100011 | 0 | 101101 | 10101 | 10011001 | 1100010 | 101000 |
Color Harmonies of #02C96F
Complementary color
Monochromatic Colors of #02C96F
Black with #02C96F
Text Example
Text Example
White with #02C96F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C96F; }
p { color: rgb(2,201,111); }
H1.HeaderClassName
{
color: #02C96F;
}
.AnyTagClassName
{
color: #02C96F;
}
</style>
background-color css
<style>
a { background-color: #02C96F; }
a { background-color: rgb(2,201,111); }
div.DivClassName
{
background-color: #02C96F;
}
.BgClassName
{
background-color: #02C96F;
}
</style>
border-color css
<style>
span { border-color: #02C96F; }
span { border-color: rgb(2,201,111); }
td.TdClassName
{
border-color: #02C96F;
}
.TagClassName
{
border-color: #02C96F;
}
</style>