Shades of Jade #02C470
Tints of Jade #02C470
RGB
CMYK
RGB Variations
Color information
#02C470 (or 0x02C470) is known color: Jade. HEX triplet: 02, C4 and 70. RGB value is (2,196,112). Sum of RGB (Red+Green+Blue) = 2+196+112=310 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 310); Green value is 196 (76.95% from 255 or 63.23% from 310); Blue value is 112 (44.14% from 255 or 36.13% from 310); Max value from RGB is 196 - color contains mainly: green. Hex color #02C470 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02C470 is #FD3B8F. Grayscale: #808080. Windows color (decimal): -16595856 or 7390210. OLE color: 7390210.
HSL color Cylindrical-coordinate representation of color #02C470: hue angle of 154.02º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C470 is Cyan = 0.99, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 2 | 196 | 112 | - |
| CMYK | 0.99 | 0 | 0.43 | 0.23 |
| HSL | 154.02º | 0.98% | 0.39% | - |
| HSV(B) | 154.02º | 0.99% | 0.77% | - |
| XYZ | 22.69 | 40.66 | 21.98 | - |
| YUV | 128.42 | 118.73 | 37.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 196 | 112 | 0.99 | 0 | 0.43 | 0.23 | 154.02 | 0.98 | 0.39 |
| Hex | 2 | C4 | 70 | 63 | 0 | 2B | 17 | 9A | 62 | 27 |
| Octal | 2 | 304 | 160 | 143 | 0 | 53 | 27 | 232 | 142 | 47 |
| Binary | 10 | 11000100 | 1110000 | 1100011 | 0 | 101011 | 10111 | 10011010 | 1100010 | 100111 |
Color Harmonies of #02C470
Complementary color
Monochromatic Colors of #02C470
Black with #02C470
Text Example
Text Example
White with #02C470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C470; }
p { color: rgb(2,196,112); }
H1.HeaderClassName
{
color: #02C470;
}
.AnyTagClassName
{
color: #02C470;
}
</style>
background-color css
<style>
a { background-color: #02C470; }
a { background-color: rgb(2,196,112); }
div.DivClassName
{
background-color: #02C470;
}
.BgClassName
{
background-color: #02C470;
}
</style>
border-color css
<style>
span { border-color: #02C470; }
span { border-color: rgb(2,196,112); }
td.TdClassName
{
border-color: #02C470;
}
.TagClassName
{
border-color: #02C470;
}
</style>