Shades of Jade #02B86D
Tints of Jade #02B86D
RGB
CMYK
RGB Variations
Color information
#02B86D (or 0x02B86D) is known color: Jade. HEX triplet: 02, B8 and 6D. RGB value is (2,184,109). Sum of RGB (Red+Green+Blue) = 2+184+109=295 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 295); Green value is 184 (72.27% from 255 or 62.37% from 295); Blue value is 109 (42.97% from 255 or 36.95% from 295); Max value from RGB is 184 - color contains mainly: green. Hex color #02B86D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02B86D is #FD4792. Grayscale: #797979. Windows color (decimal): -16598931 or 7190530. OLE color: 7190530.
HSL color Cylindrical-coordinate representation of color #02B86D: hue angle of 155.27º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02B86D is Cyan = 0.99, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 2 | 184 | 109 | - |
| CMYK | 0.99 | 0 | 0.41 | 0.28 |
| HSL | 155.27º | 0.98% | 0.36% | - |
| HSV(B) | 155.27º | 0.99% | 0.72% | - |
| XYZ | 19.93 | 35.4 | 20.25 | - |
| YUV | 121.03 | 121.2 | 43.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 184 | 109 | 0.99 | 0 | 0.41 | 0.28 | 155.27 | 0.98 | 0.36 |
| Hex | 2 | B8 | 6D | 63 | 0 | 29 | 1C | 9B | 62 | 24 |
| Octal | 2 | 270 | 155 | 143 | 0 | 51 | 34 | 233 | 142 | 44 |
| Binary | 10 | 10111000 | 1101101 | 1100011 | 0 | 101001 | 11100 | 10011011 | 1100010 | 100100 |
Color Harmonies of #02B86D
Complementary color
Monochromatic Colors of #02B86D
Black with #02B86D
Text Example
Text Example
White with #02B86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02B86D; }
p { color: rgb(2,184,109); }
H1.HeaderClassName
{
color: #02B86D;
}
.AnyTagClassName
{
color: #02B86D;
}
</style>
background-color css
<style>
a { background-color: #02B86D; }
a { background-color: rgb(2,184,109); }
div.DivClassName
{
background-color: #02B86D;
}
.BgClassName
{
background-color: #02B86D;
}
</style>
border-color css
<style>
span { border-color: #02B86D; }
span { border-color: rgb(2,184,109); }
td.TdClassName
{
border-color: #02B86D;
}
.TagClassName
{
border-color: #02B86D;
}
</style>