Shades of Jade #02CC76
Tints of Jade #02CC76
RGB
CMYK
RGB Variations
Color information
#02CC76 (or 0x02CC76) is known color: Jade. HEX triplet: 02, CC and 76. RGB value is (2,204,118). Sum of RGB (Red+Green+Blue) = 2+204+118=324 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 324); Green value is 204 (80.08% from 255 or 62.96% from 324); Blue value is 118 (46.48% from 255 or 36.42% from 324); Max value from RGB is 204 - color contains mainly: green. Hex color #02CC76 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02CC76 is #FD3389. Grayscale: #858585. Windows color (decimal): -16593802 or 7785474. OLE color: 7785474.
HSL color Cylindrical-coordinate representation of color #02CC76: hue angle of 154.46º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02CC76 is Cyan = 0.99, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 2 | 204 | 118 | - |
| CMYK | 0.99 | 0 | 0.42 | 0.2 |
| HSL | 154.46º | 0.98% | 0.4% | - |
| HSV(B) | 154.46º | 0.99% | 0.8% | - |
| XYZ | 24.89 | 44.51 | 24.42 | - |
| YUV | 133.8 | 119.08 | 33.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 204 | 118 | 0.99 | 0 | 0.42 | 0.2 | 154.46 | 0.98 | 0.4 |
| Hex | 2 | CC | 76 | 63 | 0 | 2A | 14 | 9A | 62 | 28 |
| Octal | 2 | 314 | 166 | 143 | 0 | 52 | 24 | 232 | 142 | 50 |
| Binary | 10 | 11001100 | 1110110 | 1100011 | 0 | 101010 | 10100 | 10011010 | 1100010 | 101000 |
Color Harmonies of #02CC76
Complementary color
Monochromatic Colors of #02CC76
Black with #02CC76
Text Example
Text Example
White with #02CC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02CC76; }
p { color: rgb(2,204,118); }
H1.HeaderClassName
{
color: #02CC76;
}
.AnyTagClassName
{
color: #02CC76;
}
</style>
background-color css
<style>
a { background-color: #02CC76; }
a { background-color: rgb(2,204,118); }
div.DivClassName
{
background-color: #02CC76;
}
.BgClassName
{
background-color: #02CC76;
}
</style>
border-color css
<style>
span { border-color: #02CC76; }
span { border-color: rgb(2,204,118); }
td.TdClassName
{
border-color: #02CC76;
}
.TagClassName
{
border-color: #02CC76;
}
</style>