Shades of Jade #02C76C
Tints of Jade #02C76C
RGB
CMYK
RGB Variations
Color information
#02C76C (or 0x02C76C) is known color: Jade. HEX triplet: 02, C7 and 6C. RGB value is (2,199,108). Sum of RGB (Red+Green+Blue) = 2+199+108=309 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 309); Green value is 199 (78.12% from 255 or 64.40% from 309); Blue value is 108 (42.58% from 255 or 34.95% from 309); Max value from RGB is 199 - color contains mainly: green. Hex color #02C76C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02C76C is #FD3893. Grayscale: #818181. Windows color (decimal): -16595092 or 7128834. OLE color: 7128834.
HSL color Cylindrical-coordinate representation of color #02C76C: hue angle of 152.28º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C76C is Cyan = 0.99, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 2 | 199 | 108 | - |
| CMYK | 0.99 | 0 | 0.46 | 0.22 |
| HSL | 152.28º | 0.98% | 0.39% | - |
| HSV(B) | 152.28º | 0.99% | 0.78% | - |
| XYZ | 23.16 | 41.94 | 21.06 | - |
| YUV | 129.72 | 115.73 | 36.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 199 | 108 | 0.99 | 0 | 0.46 | 0.22 | 152.28 | 0.98 | 0.39 |
| Hex | 2 | C7 | 6C | 63 | 0 | 2E | 16 | 98 | 62 | 27 |
| Octal | 2 | 307 | 154 | 143 | 0 | 56 | 26 | 230 | 142 | 47 |
| Binary | 10 | 11000111 | 1101100 | 1100011 | 0 | 101110 | 10110 | 10011000 | 1100010 | 100111 |
Color Harmonies of #02C76C
Complementary color
Monochromatic Colors of #02C76C
Black with #02C76C
Text Example
Text Example
White with #02C76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C76C; }
p { color: rgb(2,199,108); }
H1.HeaderClassName
{
color: #02C76C;
}
.AnyTagClassName
{
color: #02C76C;
}
</style>
background-color css
<style>
a { background-color: #02C76C; }
a { background-color: rgb(2,199,108); }
div.DivClassName
{
background-color: #02C76C;
}
.BgClassName
{
background-color: #02C76C;
}
</style>
border-color css
<style>
span { border-color: #02C76C; }
span { border-color: rgb(2,199,108); }
td.TdClassName
{
border-color: #02C76C;
}
.TagClassName
{
border-color: #02C76C;
}
</style>