Shades of Jade #02BA7D
Tints of Jade #02BA7D
RGB
CMYK
RGB Variations
Color information
#02BA7D (or 0x02BA7D) is known color: Jade. HEX triplet: 02, BA and 7D. RGB value is (2,186,125). Sum of RGB (Red+Green+Blue) = 2+186+125=313 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 313); Green value is 186 (73.05% from 255 or 59.42% from 313); Blue value is 125 (49.22% from 255 or 39.94% from 313); Max value from RGB is 186 - color contains mainly: green. Hex color #02BA7D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02BA7D is #FD4582. Grayscale: #7C7C7C. Windows color (decimal): -16598403 or 8239618. OLE color: 8239618.
HSL color Cylindrical-coordinate representation of color #02BA7D: hue angle of 160.11º 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 #02BA7D is Cyan = 0.99, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 2 | 186 | 125 | - |
| CMYK | 0.99 | 0 | 0.33 | 0.27 |
| HSL | 160.11º | 0.98% | 0.37% | - |
| HSV(B) | 160.11º | 0.99% | 0.73% | - |
| XYZ | 21.29 | 36.61 | 25.35 | - |
| YUV | 124.03 | 128.54 | 40.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 186 | 125 | 0.99 | 0 | 0.33 | 0.27 | 160.11 | 0.98 | 0.37 |
| Hex | 2 | BA | 7D | 63 | 0 | 21 | 1B | A0 | 62 | 25 |
| Octal | 2 | 272 | 175 | 143 | 0 | 41 | 33 | 240 | 142 | 45 |
| Binary | 10 | 10111010 | 1111101 | 1100011 | 0 | 100001 | 11011 | 10100000 | 1100010 | 100101 |
Color Harmonies of #02BA7D
Complementary color
Monochromatic Colors of #02BA7D
Black with #02BA7D
Text Example
Text Example
White with #02BA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02BA7D; }
p { color: rgb(2,186,125); }
H1.HeaderClassName
{
color: #02BA7D;
}
.AnyTagClassName
{
color: #02BA7D;
}
</style>
background-color css
<style>
a { background-color: #02BA7D; }
a { background-color: rgb(2,186,125); }
div.DivClassName
{
background-color: #02BA7D;
}
.BgClassName
{
background-color: #02BA7D;
}
</style>
border-color css
<style>
span { border-color: #02BA7D; }
span { border-color: rgb(2,186,125); }
td.TdClassName
{
border-color: #02BA7D;
}
.TagClassName
{
border-color: #02BA7D;
}
</style>