Shades of Jade #02BC7C
Tints of Jade #02BC7C
RGB
CMYK
RGB Variations
Color information
#02BC7C (or 0x02BC7C) is known color: Jade. HEX triplet: 02, BC and 7C. RGB value is (2,188,124). Sum of RGB (Red+Green+Blue) = 2+188+124=314 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 314); Green value is 188 (73.83% from 255 or 59.87% from 314); Blue value is 124 (48.83% from 255 or 39.49% from 314); Max value from RGB is 188 - color contains mainly: green. Hex color #02BC7C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02BC7C is #FD4383. Grayscale: #7D7D7D. Windows color (decimal): -16597892 or 8174594. OLE color: 8174594.
HSL color Cylindrical-coordinate representation of color #02BC7C: hue angle of 159.35º 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 #02BC7C is Cyan = 0.99, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 2 | 188 | 124 | - |
| CMYK | 0.99 | 0 | 0.34 | 0.26 |
| HSL | 159.35º | 0.98% | 0.37% | - |
| HSV(B) | 159.35º | 0.99% | 0.74% | - |
| XYZ | 21.65 | 37.43 | 25.15 | - |
| YUV | 125.09 | 127.38 | 40.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 188 | 124 | 0.99 | 0 | 0.34 | 0.26 | 159.35 | 0.98 | 0.37 |
| Hex | 2 | BC | 7C | 63 | 0 | 22 | 1A | 9F | 62 | 25 |
| Octal | 2 | 274 | 174 | 143 | 0 | 42 | 32 | 237 | 142 | 45 |
| Binary | 10 | 10111100 | 1111100 | 1100011 | 0 | 100010 | 11010 | 10011111 | 1100010 | 100101 |
Color Harmonies of #02BC7C
Complementary color
Monochromatic Colors of #02BC7C
Black with #02BC7C
Text Example
Text Example
White with #02BC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02BC7C; }
p { color: rgb(2,188,124); }
H1.HeaderClassName
{
color: #02BC7C;
}
.AnyTagClassName
{
color: #02BC7C;
}
</style>
background-color css
<style>
a { background-color: #02BC7C; }
a { background-color: rgb(2,188,124); }
div.DivClassName
{
background-color: #02BC7C;
}
.BgClassName
{
background-color: #02BC7C;
}
</style>
border-color css
<style>
span { border-color: #02BC7C; }
span { border-color: rgb(2,188,124); }
td.TdClassName
{
border-color: #02BC7C;
}
.TagClassName
{
border-color: #02BC7C;
}
</style>