Shades of Jade #02C976
Tints of Jade #02C976
RGB
CMYK
RGB Variations
Color information
#02C976 (or 0x02C976) is known color: Jade. HEX triplet: 02, C9 and 76. RGB value is (2,201,118). Sum of RGB (Red+Green+Blue) = 2+201+118=321 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 321); Green value is 201 (78.91% from 255 or 62.62% from 321); Blue value is 118 (46.48% from 255 or 36.76% from 321); Max value from RGB is 201 - color contains mainly: green. Hex color #02C976 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02C976 is #FD3689. Grayscale: #848484. Windows color (decimal): -16594570 or 7784706. OLE color: 7784706.
HSL color Cylindrical-coordinate representation of color #02C976: hue angle of 154.97º 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 #02C976 is Cyan = 0.99, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 2 | 201 | 118 | - |
| CMYK | 0.99 | 0 | 0.41 | 0.21 |
| HSL | 154.97º | 0.98% | 0.4% | - |
| HSV(B) | 154.97º | 0.99% | 0.79% | - |
| XYZ | 24.18 | 43.09 | 24.18 | - |
| YUV | 132.04 | 120.07 | 35.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 201 | 118 | 0.99 | 0 | 0.41 | 0.21 | 154.97 | 0.98 | 0.4 |
| Hex | 2 | C9 | 76 | 63 | 0 | 29 | 15 | 9B | 62 | 28 |
| Octal | 2 | 311 | 166 | 143 | 0 | 51 | 25 | 233 | 142 | 50 |
| Binary | 10 | 11001001 | 1110110 | 1100011 | 0 | 101001 | 10101 | 10011011 | 1100010 | 101000 |
Color Harmonies of #02C976
Complementary color
Monochromatic Colors of #02C976
Black with #02C976
Text Example
Text Example
White with #02C976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C976; }
p { color: rgb(2,201,118); }
H1.HeaderClassName
{
color: #02C976;
}
.AnyTagClassName
{
color: #02C976;
}
</style>
background-color css
<style>
a { background-color: #02C976; }
a { background-color: rgb(2,201,118); }
div.DivClassName
{
background-color: #02C976;
}
.BgClassName
{
background-color: #02C976;
}
</style>
border-color css
<style>
span { border-color: #02C976; }
span { border-color: rgb(2,201,118); }
td.TdClassName
{
border-color: #02C976;
}
.TagClassName
{
border-color: #02C976;
}
</style>