Shades of Jade #02BC6B
Tints of Jade #02BC6B
RGB
CMYK
RGB Variations
Color information
#02BC6B (or 0x02BC6B) is known color: Jade. HEX triplet: 02, BC and 6B. RGB value is (2,188,107). Sum of RGB (Red+Green+Blue) = 2+188+107=297 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 297); Green value is 188 (73.83% from 255 or 63.30% from 297); Blue value is 107 (42.19% from 255 or 36.03% from 297); Max value from RGB is 188 - color contains mainly: green. Hex color #02BC6B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02BC6B is #FD4394. Grayscale: #7B7B7B. Windows color (decimal): -16597909 or 7060482. OLE color: 7060482.
HSL color Cylindrical-coordinate representation of color #02BC6B: hue angle of 153.87º 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 #02BC6B is Cyan = 0.99, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 2 | 188 | 107 | - |
| CMYK | 0.99 | 0 | 0.43 | 0.26 |
| HSL | 153.87º | 0.98% | 0.37% | - |
| HSV(B) | 153.87º | 0.99% | 0.74% | - |
| XYZ | 20.66 | 37.04 | 19.97 | - |
| YUV | 123.15 | 118.88 | 41.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 188 | 107 | 0.99 | 0 | 0.43 | 0.26 | 153.87 | 0.98 | 0.37 |
| Hex | 2 | BC | 6B | 63 | 0 | 2B | 1A | 9A | 62 | 25 |
| Octal | 2 | 274 | 153 | 143 | 0 | 53 | 32 | 232 | 142 | 45 |
| Binary | 10 | 10111100 | 1101011 | 1100011 | 0 | 101011 | 11010 | 10011010 | 1100010 | 100101 |
Color Harmonies of #02BC6B
Complementary color
Monochromatic Colors of #02BC6B
Black with #02BC6B
Text Example
Text Example
White with #02BC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02BC6B; }
p { color: rgb(2,188,107); }
H1.HeaderClassName
{
color: #02BC6B;
}
.AnyTagClassName
{
color: #02BC6B;
}
</style>
background-color css
<style>
a { background-color: #02BC6B; }
a { background-color: rgb(2,188,107); }
div.DivClassName
{
background-color: #02BC6B;
}
.BgClassName
{
background-color: #02BC6B;
}
</style>
border-color css
<style>
span { border-color: #02BC6B; }
span { border-color: rgb(2,188,107); }
td.TdClassName
{
border-color: #02BC6B;
}
.TagClassName
{
border-color: #02BC6B;
}
</style>