Shades of Jade #02C666
Tints of Jade #02C666
RGB
CMYK
RGB Variations
Color information
#02C666 (or 0x02C666) is known color: Jade. HEX triplet: 02, C6 and 66. RGB value is (2,198,102). Sum of RGB (Red+Green+Blue) = 2+198+102=302 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 302); Green value is 198 (77.73% from 255 or 65.56% from 302); Blue value is 102 (40.23% from 255 or 33.77% from 302); Max value from RGB is 198 - color contains mainly: green. Hex color #02C666 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02C666 is #FD3999. Grayscale: #808080. Windows color (decimal): -16595354 or 6735362. OLE color: 6735362.
HSL color Cylindrical-coordinate representation of color #02C666: hue angle of 150.61º 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 #02C666 is Cyan = 0.99, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 2 | 198 | 102 | - |
| CMYK | 0.99 | 0 | 0.48 | 0.22 |
| HSL | 150.61º | 0.98% | 0.39% | - |
| HSV(B) | 150.61º | 0.99% | 0.78% | - |
| XYZ | 22.62 | 41.36 | 19.36 | - |
| YUV | 128.45 | 113.07 | 37.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 198 | 102 | 0.99 | 0 | 0.48 | 0.22 | 150.61 | 0.98 | 0.39 |
| Hex | 2 | C6 | 66 | 63 | 0 | 30 | 16 | 97 | 62 | 27 |
| Octal | 2 | 306 | 146 | 143 | 0 | 60 | 26 | 227 | 142 | 47 |
| Binary | 10 | 11000110 | 1100110 | 1100011 | 0 | 110000 | 10110 | 10010111 | 1100010 | 100111 |
Color Harmonies of #02C666
Complementary color
Monochromatic Colors of #02C666
Black with #02C666
Text Example
Text Example
White with #02C666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C666; }
p { color: rgb(2,198,102); }
H1.HeaderClassName
{
color: #02C666;
}
.AnyTagClassName
{
color: #02C666;
}
</style>
background-color css
<style>
a { background-color: #02C666; }
a { background-color: rgb(2,198,102); }
div.DivClassName
{
background-color: #02C666;
}
.BgClassName
{
background-color: #02C666;
}
</style>
border-color css
<style>
span { border-color: #02C666; }
span { border-color: rgb(2,198,102); }
td.TdClassName
{
border-color: #02C666;
}
.TagClassName
{
border-color: #02C666;
}
</style>