Shades of Jade #02BC60
Tints of Jade #02BC60
RGB
CMYK
RGB Variations
Color information
#02BC60 (or 0x02BC60) is known color: Jade. HEX triplet: 02, BC and 60. RGB value is (2,188,96). Sum of RGB (Red+Green+Blue) = 2+188+96=286 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 286); Green value is 188 (73.83% from 255 or 65.73% from 286); Blue value is 96 (37.89% from 255 or 33.57% from 286); Max value from RGB is 188 - color contains mainly: green. Hex color #02BC60 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02BC60 is #FD439F. Grayscale: #7A7A7A. Windows color (decimal): -16597920 or 6339586. OLE color: 6339586.
HSL color Cylindrical-coordinate representation of color #02BC60: hue angle of 150.32º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02BC60 is Cyan = 0.99, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 2 | 188 | 96 | - |
| CMYK | 0.99 | 0 | 0.49 | 0.26 |
| HSL | 150.32º | 0.98% | 0.37% | - |
| HSV(B) | 150.32º | 0.99% | 0.74% | - |
| XYZ | 20.12 | 36.82 | 17.11 | - |
| YUV | 121.9 | 113.38 | 42.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 188 | 96 | 0.99 | 0 | 0.49 | 0.26 | 150.32 | 0.98 | 0.37 |
| Hex | 2 | BC | 60 | 63 | 0 | 31 | 1A | 96 | 62 | 25 |
| Octal | 2 | 274 | 140 | 143 | 0 | 61 | 32 | 226 | 142 | 45 |
| Binary | 10 | 10111100 | 1100000 | 1100011 | 0 | 110001 | 11010 | 10010110 | 1100010 | 100101 |
Color Harmonies of #02BC60
Complementary color
Monochromatic Colors of #02BC60
Black with #02BC60
Text Example
Text Example
White with #02BC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02BC60; }
p { color: rgb(2,188,96); }
H1.HeaderClassName
{
color: #02BC60;
}
.AnyTagClassName
{
color: #02BC60;
}
</style>
background-color css
<style>
a { background-color: #02BC60; }
a { background-color: rgb(2,188,96); }
div.DivClassName
{
background-color: #02BC60;
}
.BgClassName
{
background-color: #02BC60;
}
</style>
border-color css
<style>
span { border-color: #02BC60; }
span { border-color: rgb(2,188,96); }
td.TdClassName
{
border-color: #02BC60;
}
.TagClassName
{
border-color: #02BC60;
}
</style>