Shades of Jade #02AB70
Tints of Jade #02AB70
RGB
CMYK
RGB Variations
Color information
#02AB70 (or 0x02AB70) is known color: Jade. HEX triplet: 02, AB and 70. RGB value is (2,171,112). Sum of RGB (Red+Green+Blue) = 2+171+112=285 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 285); Green value is 171 (67.19% from 255 or 60% from 285); Blue value is 112 (44.14% from 255 or 39.30% from 285); Max value from RGB is 171 - color contains mainly: green. Hex color #02AB70 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02AB70 is #FD548F. Grayscale: #717171. Windows color (decimal): -16602256 or 7383810. OLE color: 7383810.
HSL color Cylindrical-coordinate representation of color #02AB70: hue angle of 159.05º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02AB70 is Cyan = 0.99, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 2 | 171 | 112 | - |
| CMYK | 0.99 | 0 | 0.35 | 0.33 |
| HSL | 159.05º | 0.98% | 0.34% | - |
| HSV(B) | 159.05º | 0.99% | 0.67% | - |
| XYZ | 17.51 | 30.31 | 20.26 | - |
| YUV | 113.74 | 127.01 | 48.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 171 | 112 | 0.99 | 0 | 0.35 | 0.33 | 159.05 | 0.98 | 0.34 |
| Hex | 2 | AB | 70 | 63 | 0 | 23 | 21 | 9F | 62 | 22 |
| Octal | 2 | 253 | 160 | 143 | 0 | 43 | 41 | 237 | 142 | 42 |
| Binary | 10 | 10101011 | 1110000 | 1100011 | 0 | 100011 | 100001 | 10011111 | 1100010 | 100010 |
Color Harmonies of #02AB70
Complementary color
Monochromatic Colors of #02AB70
Black with #02AB70
Text Example
Text Example
White with #02AB70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02AB70; }
p { color: rgb(2,171,112); }
H1.HeaderClassName
{
color: #02AB70;
}
.AnyTagClassName
{
color: #02AB70;
}
</style>
background-color css
<style>
a { background-color: #02AB70; }
a { background-color: rgb(2,171,112); }
div.DivClassName
{
background-color: #02AB70;
}
.BgClassName
{
background-color: #02AB70;
}
</style>
border-color css
<style>
span { border-color: #02AB70; }
span { border-color: rgb(2,171,112); }
td.TdClassName
{
border-color: #02AB70;
}
.TagClassName
{
border-color: #02AB70;
}
</style>