Shades of Jade #02AC73
Tints of Jade #02AC73
RGB
CMYK
RGB Variations
Color information
#02AC73 (or 0x02AC73) is known color: Jade. HEX triplet: 02, AC and 73. RGB value is (2,172,115). Sum of RGB (Red+Green+Blue) = 2+172+115=289 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 289); Green value is 172 (67.58% from 255 or 59.52% from 289); Blue value is 115 (45.31% from 255 or 39.79% from 289); Max value from RGB is 172 - color contains mainly: green. Hex color #02AC73 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02AC73 is #FD538C. Grayscale: #727272. Windows color (decimal): -16601997 or 7580674. OLE color: 7580674.
HSL color Cylindrical-coordinate representation of color #02AC73: hue angle of 159.88º 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 #02AC73 is Cyan = 0.99, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 2 | 172 | 115 | - |
| CMYK | 0.99 | 0 | 0.33 | 0.33 |
| HSL | 159.88º | 0.98% | 0.34% | - |
| HSV(B) | 159.88º | 0.99% | 0.67% | - |
| XYZ | 17.87 | 30.76 | 21.21 | - |
| YUV | 114.67 | 128.18 | 47.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 172 | 115 | 0.99 | 0 | 0.33 | 0.33 | 159.88 | 0.98 | 0.34 |
| Hex | 2 | AC | 73 | 63 | 0 | 21 | 21 | A0 | 62 | 22 |
| Octal | 2 | 254 | 163 | 143 | 0 | 41 | 41 | 240 | 142 | 42 |
| Binary | 10 | 10101100 | 1110011 | 1100011 | 0 | 100001 | 100001 | 10100000 | 1100010 | 100010 |
Color Harmonies of #02AC73
Complementary color
Monochromatic Colors of #02AC73
Black with #02AC73
Text Example
Text Example
White with #02AC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02AC73; }
p { color: rgb(2,172,115); }
H1.HeaderClassName
{
color: #02AC73;
}
.AnyTagClassName
{
color: #02AC73;
}
</style>
background-color css
<style>
a { background-color: #02AC73; }
a { background-color: rgb(2,172,115); }
div.DivClassName
{
background-color: #02AC73;
}
.BgClassName
{
background-color: #02AC73;
}
</style>
border-color css
<style>
span { border-color: #02AC73; }
span { border-color: rgb(2,172,115); }
td.TdClassName
{
border-color: #02AC73;
}
.TagClassName
{
border-color: #02AC73;
}
</style>