Shades of Jade #02C260
Tints of Jade #02C260
RGB
CMYK
RGB Variations
Color information
#02C260 (or 0x02C260) is known color: Jade. HEX triplet: 02, C2 and 60. RGB value is (2,194,96). Sum of RGB (Red+Green+Blue) = 2+194+96=292 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 292); Green value is 194 (76.17% from 255 or 66.44% from 292); Blue value is 96 (37.89% from 255 or 32.88% from 292); Max value from RGB is 194 - color contains mainly: green. Hex color #02C260 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02C260 is #FD3D9F. Grayscale: #7D7D7D. Windows color (decimal): -16596384 or 6341122. OLE color: 6341122.
HSL color Cylindrical-coordinate representation of color #02C260: hue angle of 149.38º 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 #02C260 is Cyan = 0.99, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 194 | 96 | - |
| CMYK | 0.99 | 0 | 0.51 | 0.24 |
| HSL | 149.38º | 0.98% | 0.38% | - |
| HSV(B) | 149.38º | 0.99% | 0.76% | - |
| XYZ | 21.43 | 39.44 | 17.55 | - |
| YUV | 125.42 | 111.39 | 39.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 194 | 96 | 0.99 | 0 | 0.51 | 0.24 | 149.38 | 0.98 | 0.38 |
| Hex | 2 | C2 | 60 | 63 | 0 | 33 | 18 | 95 | 62 | 26 |
| Octal | 2 | 302 | 140 | 143 | 0 | 63 | 30 | 225 | 142 | 46 |
| Binary | 10 | 11000010 | 1100000 | 1100011 | 0 | 110011 | 11000 | 10010101 | 1100010 | 100110 |
Color Harmonies of #02C260
Complementary color
Monochromatic Colors of #02C260
Black with #02C260
Text Example
Text Example
White with #02C260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C260; }
p { color: rgb(2,194,96); }
H1.HeaderClassName
{
color: #02C260;
}
.AnyTagClassName
{
color: #02C260;
}
</style>
background-color css
<style>
a { background-color: #02C260; }
a { background-color: rgb(2,194,96); }
div.DivClassName
{
background-color: #02C260;
}
.BgClassName
{
background-color: #02C260;
}
</style>
border-color css
<style>
span { border-color: #02C260; }
span { border-color: rgb(2,194,96); }
td.TdClassName
{
border-color: #02C260;
}
.TagClassName
{
border-color: #02C260;
}
</style>