Shades of Jade #02C266
Tints of Jade #02C266
RGB
CMYK
RGB Variations
Color information
#02C266 (or 0x02C266) is known color: Jade. HEX triplet: 02, C2 and 66. RGB value is (2,194,102). Sum of RGB (Red+Green+Blue) = 2+194+102=298 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 298); Green value is 194 (76.17% from 255 or 65.10% from 298); Blue value is 102 (40.23% from 255 or 34.23% from 298); Max value from RGB is 194 - color contains mainly: green. Hex color #02C266 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02C266 is #FD3D99. Grayscale: #7E7E7E. Windows color (decimal): -16596378 or 6734338. OLE color: 6734338.
HSL color Cylindrical-coordinate representation of color #02C266: hue angle of 151.25º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C266 is Cyan = 0.99, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 194 | 102 | - |
| CMYK | 0.99 | 0 | 0.47 | 0.24 |
| HSL | 151.25º | 0.98% | 0.38% | - |
| HSV(B) | 151.25º | 0.99% | 0.76% | - |
| XYZ | 21.72 | 39.56 | 19.06 | - |
| YUV | 126.1 | 114.39 | 39.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 194 | 102 | 0.99 | 0 | 0.47 | 0.24 | 151.25 | 0.98 | 0.38 |
| Hex | 2 | C2 | 66 | 63 | 0 | 2F | 18 | 97 | 62 | 26 |
| Octal | 2 | 302 | 146 | 143 | 0 | 57 | 30 | 227 | 142 | 46 |
| Binary | 10 | 11000010 | 1100110 | 1100011 | 0 | 101111 | 11000 | 10010111 | 1100010 | 100110 |
Color Harmonies of #02C266
Complementary color
Monochromatic Colors of #02C266
Black with #02C266
Text Example
Text Example
White with #02C266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C266; }
p { color: rgb(2,194,102); }
H1.HeaderClassName
{
color: #02C266;
}
.AnyTagClassName
{
color: #02C266;
}
</style>
background-color css
<style>
a { background-color: #02C266; }
a { background-color: rgb(2,194,102); }
div.DivClassName
{
background-color: #02C266;
}
.BgClassName
{
background-color: #02C266;
}
</style>
border-color css
<style>
span { border-color: #02C266; }
span { border-color: rgb(2,194,102); }
td.TdClassName
{
border-color: #02C266;
}
.TagClassName
{
border-color: #02C266;
}
</style>