Shades of Jade #02BD7C
Tints of Jade #02BD7C
RGB
CMYK
RGB Variations
Color information
#02BD7C (or 0x02BD7C) is known color: Jade. HEX triplet: 02, BD and 7C. RGB value is (2,189,124). Sum of RGB (Red+Green+Blue) = 2+189+124=315 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 315); Green value is 189 (74.22% from 255 or 60% from 315); Blue value is 124 (48.83% from 255 or 39.37% from 315); Max value from RGB is 189 - color contains mainly: green. Hex color #02BD7C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02BD7C is #FD4283. Grayscale: #7D7D7D. Windows color (decimal): -16597636 or 8174850. OLE color: 8174850.
HSL color Cylindrical-coordinate representation of color #02BD7C: hue angle of 159.14º 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 #02BD7C is Cyan = 0.99, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 2 | 189 | 124 | - |
| CMYK | 0.99 | 0 | 0.34 | 0.26 |
| HSL | 159.14º | 0.98% | 0.37% | - |
| HSV(B) | 159.14º | 0.99% | 0.74% | - |
| XYZ | 21.86 | 37.86 | 25.22 | - |
| YUV | 125.68 | 127.05 | 39.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 189 | 124 | 0.99 | 0 | 0.34 | 0.26 | 159.14 | 0.98 | 0.37 |
| Hex | 2 | BD | 7C | 63 | 0 | 22 | 1A | 9F | 62 | 25 |
| Octal | 2 | 275 | 174 | 143 | 0 | 42 | 32 | 237 | 142 | 45 |
| Binary | 10 | 10111101 | 1111100 | 1100011 | 0 | 100010 | 11010 | 10011111 | 1100010 | 100101 |
Color Harmonies of #02BD7C
Complementary color
Monochromatic Colors of #02BD7C
Black with #02BD7C
Text Example
Text Example
White with #02BD7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02BD7C; }
p { color: rgb(2,189,124); }
H1.HeaderClassName
{
color: #02BD7C;
}
.AnyTagClassName
{
color: #02BD7C;
}
</style>
background-color css
<style>
a { background-color: #02BD7C; }
a { background-color: rgb(2,189,124); }
div.DivClassName
{
background-color: #02BD7C;
}
.BgClassName
{
background-color: #02BD7C;
}
</style>
border-color css
<style>
span { border-color: #02BD7C; }
span { border-color: rgb(2,189,124); }
td.TdClassName
{
border-color: #02BD7C;
}
.TagClassName
{
border-color: #02BD7C;
}
</style>