Shades of Jade #02BB6D
Tints of Jade #02BB6D
RGB
CMYK
RGB Variations
Color information
#02BB6D (or 0x02BB6D) is known color: Jade. HEX triplet: 02, BB and 6D. RGB value is (2,187,109). Sum of RGB (Red+Green+Blue) = 2+187+109=298 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 298); Green value is 187 (73.44% from 255 or 62.75% from 298); Blue value is 109 (42.97% from 255 or 36.58% from 298); Max value from RGB is 187 - color contains mainly: green. Hex color #02BB6D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02BB6D is #FD4492. Grayscale: #7A7A7A. Windows color (decimal): -16598163 or 7191298. OLE color: 7191298.
HSL color Cylindrical-coordinate representation of color #02BB6D: hue angle of 154.7º 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 #02BB6D is Cyan = 0.99, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 2 | 187 | 109 | - |
| CMYK | 0.99 | 0 | 0.42 | 0.27 |
| HSL | 154.7º | 0.98% | 0.37% | - |
| HSV(B) | 154.7º | 0.99% | 0.73% | - |
| XYZ | 20.56 | 36.66 | 20.46 | - |
| YUV | 122.79 | 120.21 | 41.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 187 | 109 | 0.99 | 0 | 0.42 | 0.27 | 154.7 | 0.98 | 0.37 |
| Hex | 2 | BB | 6D | 63 | 0 | 2A | 1B | 9B | 62 | 25 |
| Octal | 2 | 273 | 155 | 143 | 0 | 52 | 33 | 233 | 142 | 45 |
| Binary | 10 | 10111011 | 1101101 | 1100011 | 0 | 101010 | 11011 | 10011011 | 1100010 | 100101 |
Color Harmonies of #02BB6D
Complementary color
Monochromatic Colors of #02BB6D
Black with #02BB6D
Text Example
Text Example
White with #02BB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02BB6D; }
p { color: rgb(2,187,109); }
H1.HeaderClassName
{
color: #02BB6D;
}
.AnyTagClassName
{
color: #02BB6D;
}
</style>
background-color css
<style>
a { background-color: #02BB6D; }
a { background-color: rgb(2,187,109); }
div.DivClassName
{
background-color: #02BB6D;
}
.BgClassName
{
background-color: #02BB6D;
}
</style>
border-color css
<style>
span { border-color: #02BB6D; }
span { border-color: rgb(2,187,109); }
td.TdClassName
{
border-color: #02BB6D;
}
.TagClassName
{
border-color: #02BB6D;
}
</style>