Shades of Jade #02C978
Tints of Jade #02C978
RGB
CMYK
RGB Variations
Color information
#02C978 (or 0x02C978) is known color: Jade. HEX triplet: 02, C9 and 78. RGB value is (2,201,120). Sum of RGB (Red+Green+Blue) = 2+201+120=323 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 323); Green value is 201 (78.91% from 255 or 62.23% from 323); Blue value is 120 (47.27% from 255 or 37.15% from 323); Max value from RGB is 201 - color contains mainly: green. Hex color #02C978 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02C978 is #FD3687. Grayscale: #848484. Windows color (decimal): -16594568 or 7915778. OLE color: 7915778.
HSL color Cylindrical-coordinate representation of color #02C978: hue angle of 155.58º 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 #02C978 is Cyan = 0.99, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 2 | 201 | 120 | - |
| CMYK | 0.99 | 0 | 0.40 | 0.21 |
| HSL | 155.58º | 0.98% | 0.4% | - |
| HSV(B) | 155.58º | 0.99% | 0.79% | - |
| XYZ | 24.3 | 43.14 | 24.82 | - |
| YUV | 132.27 | 121.07 | 35.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 201 | 120 | 0.99 | 0 | 0.40 | 0.21 | 155.58 | 0.98 | 0.4 |
| Hex | 2 | C9 | 78 | 63 | 0 | 28 | 15 | 9C | 62 | 28 |
| Octal | 2 | 311 | 170 | 143 | 0 | 50 | 25 | 234 | 142 | 50 |
| Binary | 10 | 11001001 | 1111000 | 1100011 | 0 | 101000 | 10101 | 10011100 | 1100010 | 101000 |
Color Harmonies of #02C978
Complementary color
Monochromatic Colors of #02C978
Black with #02C978
Text Example
Text Example
White with #02C978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C978; }
p { color: rgb(2,201,120); }
H1.HeaderClassName
{
color: #02C978;
}
.AnyTagClassName
{
color: #02C978;
}
</style>
background-color css
<style>
a { background-color: #02C978; }
a { background-color: rgb(2,201,120); }
div.DivClassName
{
background-color: #02C978;
}
.BgClassName
{
background-color: #02C978;
}
</style>
border-color css
<style>
span { border-color: #02C978; }
span { border-color: rgb(2,201,120); }
td.TdClassName
{
border-color: #02C978;
}
.TagClassName
{
border-color: #02C978;
}
</style>