Shades of Jade #02AE64
Tints of Jade #02AE64
RGB
CMYK
RGB Variations
Color information
#02AE64 (or 0x02AE64) is known color: Jade. HEX triplet: 02, AE and 64. RGB value is (2,174,100). Sum of RGB (Red+Green+Blue) = 2+174+100=276 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 276); Green value is 174 (68.36% from 255 or 63.04% from 276); Blue value is 100 (39.45% from 255 or 36.23% from 276); Max value from RGB is 174 - color contains mainly: green. Hex color #02AE64 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02AE64 is #FD519B. Grayscale: #727272. Windows color (decimal): -16601500 or 6598146. OLE color: 6598146.
HSL color Cylindrical-coordinate representation of color #02AE64: hue angle of 154.19º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02AE64 is Cyan = 0.99, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 2 | 174 | 100 | - |
| CMYK | 0.99 | 0 | 0.43 | 0.32 |
| HSL | 154.19º | 0.98% | 0.35% | - |
| HSV(B) | 154.19º | 0.99% | 0.68% | - |
| XYZ | 17.46 | 31.21 | 17.16 | - |
| YUV | 114.14 | 120.02 | 48.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 174 | 100 | 0.99 | 0 | 0.43 | 0.32 | 154.19 | 0.98 | 0.35 |
| Hex | 2 | AE | 64 | 63 | 0 | 2B | 20 | 9A | 62 | 23 |
| Octal | 2 | 256 | 144 | 143 | 0 | 53 | 40 | 232 | 142 | 43 |
| Binary | 10 | 10101110 | 1100100 | 1100011 | 0 | 101011 | 100000 | 10011010 | 1100010 | 100011 |
Color Harmonies of #02AE64
Complementary color
Monochromatic Colors of #02AE64
Black with #02AE64
Text Example
Text Example
White with #02AE64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02AE64; }
p { color: rgb(2,174,100); }
H1.HeaderClassName
{
color: #02AE64;
}
.AnyTagClassName
{
color: #02AE64;
}
</style>
background-color css
<style>
a { background-color: #02AE64; }
a { background-color: rgb(2,174,100); }
div.DivClassName
{
background-color: #02AE64;
}
.BgClassName
{
background-color: #02AE64;
}
</style>
border-color css
<style>
span { border-color: #02AE64; }
span { border-color: rgb(2,174,100); }
td.TdClassName
{
border-color: #02AE64;
}
.TagClassName
{
border-color: #02AE64;
}
</style>