Shades of Jade #02BA60
Tints of Jade #02BA60
RGB
CMYK
RGB Variations
Color information
#02BA60 (or 0x02BA60) is known color: Jade. HEX triplet: 02, BA and 60. RGB value is (2,186,96). Sum of RGB (Red+Green+Blue) = 2+186+96=284 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 284); Green value is 186 (73.05% from 255 or 65.49% from 284); Blue value is 96 (37.89% from 255 or 33.80% from 284); Max value from RGB is 186 - color contains mainly: green. Hex color #02BA60 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02BA60 is #FD459F. Grayscale: #787878. Windows color (decimal): -16598432 or 6339074. OLE color: 6339074.
HSL color Cylindrical-coordinate representation of color #02BA60: hue angle of 150.65º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02BA60 is Cyan = 0.99, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 2 | 186 | 96 | - |
| CMYK | 0.99 | 0 | 0.48 | 0.27 |
| HSL | 150.65º | 0.98% | 0.37% | - |
| HSV(B) | 150.65º | 0.99% | 0.73% | - |
| XYZ | 19.7 | 35.98 | 16.97 | - |
| YUV | 120.72 | 114.04 | 43.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 186 | 96 | 0.99 | 0 | 0.48 | 0.27 | 150.65 | 0.98 | 0.37 |
| Hex | 2 | BA | 60 | 63 | 0 | 30 | 1B | 97 | 62 | 25 |
| Octal | 2 | 272 | 140 | 143 | 0 | 60 | 33 | 227 | 142 | 45 |
| Binary | 10 | 10111010 | 1100000 | 1100011 | 0 | 110000 | 11011 | 10010111 | 1100010 | 100101 |
Color Harmonies of #02BA60
Complementary color
Monochromatic Colors of #02BA60
Black with #02BA60
Text Example
Text Example
White with #02BA60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02BA60; }
p { color: rgb(2,186,96); }
H1.HeaderClassName
{
color: #02BA60;
}
.AnyTagClassName
{
color: #02BA60;
}
</style>
background-color css
<style>
a { background-color: #02BA60; }
a { background-color: rgb(2,186,96); }
div.DivClassName
{
background-color: #02BA60;
}
.BgClassName
{
background-color: #02BA60;
}
</style>
border-color css
<style>
span { border-color: #02BA60; }
span { border-color: rgb(2,186,96); }
td.TdClassName
{
border-color: #02BA60;
}
.TagClassName
{
border-color: #02BA60;
}
</style>