Shades of Jade #02BA7C
Tints of Jade #02BA7C
RGB
CMYK
RGB Variations
Color information
#02BA7C (or 0x02BA7C) is known color: Jade. HEX triplet: 02, BA and 7C. RGB value is (2,186,124). Sum of RGB (Red+Green+Blue) = 2+186+124=312 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 312); Green value is 186 (73.05% from 255 or 59.62% from 312); Blue value is 124 (48.83% from 255 or 39.74% from 312); Max value from RGB is 186 - color contains mainly: green. Hex color #02BA7C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02BA7C is #FD4583. Grayscale: #7B7B7B. Windows color (decimal): -16598404 or 8174082. OLE color: 8174082.
HSL color Cylindrical-coordinate representation of color #02BA7C: hue angle of 159.78º 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 #02BA7C is Cyan = 0.99, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 2 | 186 | 124 | - |
| CMYK | 0.99 | 0 | 0.33 | 0.27 |
| HSL | 159.78º | 0.98% | 0.37% | - |
| HSV(B) | 159.78º | 0.99% | 0.73% | - |
| XYZ | 21.22 | 36.59 | 25.01 | - |
| YUV | 123.92 | 128.04 | 41.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 186 | 124 | 0.99 | 0 | 0.33 | 0.27 | 159.78 | 0.98 | 0.37 |
| Hex | 2 | BA | 7C | 63 | 0 | 21 | 1B | A0 | 62 | 25 |
| Octal | 2 | 272 | 174 | 143 | 0 | 41 | 33 | 240 | 142 | 45 |
| Binary | 10 | 10111010 | 1111100 | 1100011 | 0 | 100001 | 11011 | 10100000 | 1100010 | 100101 |
Color Harmonies of #02BA7C
Complementary color
Monochromatic Colors of #02BA7C
Black with #02BA7C
Text Example
Text Example
White with #02BA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02BA7C; }
p { color: rgb(2,186,124); }
H1.HeaderClassName
{
color: #02BA7C;
}
.AnyTagClassName
{
color: #02BA7C;
}
</style>
background-color css
<style>
a { background-color: #02BA7C; }
a { background-color: rgb(2,186,124); }
div.DivClassName
{
background-color: #02BA7C;
}
.BgClassName
{
background-color: #02BA7C;
}
</style>
border-color css
<style>
span { border-color: #02BA7C; }
span { border-color: rgb(2,186,124); }
td.TdClassName
{
border-color: #02BA7C;
}
.TagClassName
{
border-color: #02BA7C;
}
</style>