Shades of Jade #02AB64
Tints of Jade #02AB64
RGB
CMYK
RGB Variations
Color information
#02AB64 (or 0x02AB64) is known color: Jade. HEX triplet: 02, AB and 64. RGB value is (2,171,100). Sum of RGB (Red+Green+Blue) = 2+171+100=273 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 273); Green value is 171 (67.19% from 255 or 62.64% from 273); Blue value is 100 (39.45% from 255 or 36.63% from 273); Max value from RGB is 171 - color contains mainly: green. Hex color #02AB64 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02AB64 is #FD549B. Grayscale: #707070. Windows color (decimal): -16602268 or 6597378. OLE color: 6597378.
HSL color Cylindrical-coordinate representation of color #02AB64: hue angle of 154.79º 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 #02AB64 is Cyan = 0.99, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 2 | 171 | 100 | - |
| CMYK | 0.99 | 0 | 0.42 | 0.33 |
| HSL | 154.79º | 0.98% | 0.34% | - |
| HSV(B) | 154.79º | 0.99% | 0.67% | - |
| XYZ | 16.89 | 30.06 | 16.97 | - |
| YUV | 112.38 | 121.01 | 49.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 171 | 100 | 0.99 | 0 | 0.42 | 0.33 | 154.79 | 0.98 | 0.34 |
| Hex | 2 | AB | 64 | 63 | 0 | 2A | 21 | 9B | 62 | 22 |
| Octal | 2 | 253 | 144 | 143 | 0 | 52 | 41 | 233 | 142 | 42 |
| Binary | 10 | 10101011 | 1100100 | 1100011 | 0 | 101010 | 100001 | 10011011 | 1100010 | 100010 |
Color Harmonies of #02AB64
Complementary color
Monochromatic Colors of #02AB64
Black with #02AB64
Text Example
Text Example
White with #02AB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02AB64; }
p { color: rgb(2,171,100); }
H1.HeaderClassName
{
color: #02AB64;
}
.AnyTagClassName
{
color: #02AB64;
}
</style>
background-color css
<style>
a { background-color: #02AB64; }
a { background-color: rgb(2,171,100); }
div.DivClassName
{
background-color: #02AB64;
}
.BgClassName
{
background-color: #02AB64;
}
</style>
border-color css
<style>
span { border-color: #02AB64; }
span { border-color: rgb(2,171,100); }
td.TdClassName
{
border-color: #02AB64;
}
.TagClassName
{
border-color: #02AB64;
}
</style>