Shades of Jade #02AC74
Tints of Jade #02AC74
RGB
CMYK
RGB Variations
Color information
#02AC74 (or 0x02AC74) is known color: Jade. HEX triplet: 02, AC and 74. RGB value is (2,172,116). Sum of RGB (Red+Green+Blue) = 2+172+116=290 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 290); Green value is 172 (67.58% from 255 or 59.31% from 290); Blue value is 116 (45.70% from 255 or 40% from 290); Max value from RGB is 172 - color contains mainly: green. Hex color #02AC74 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02AC74 is #FD538B. Grayscale: #727272. Windows color (decimal): -16601996 or 7646210. OLE color: 7646210.
HSL color Cylindrical-coordinate representation of color #02AC74: hue angle of 160.24º 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 #02AC74 is Cyan = 0.99, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 2 | 172 | 116 | - |
| CMYK | 0.99 | 0 | 0.33 | 0.33 |
| HSL | 160.24º | 0.98% | 0.34% | - |
| HSV(B) | 160.24º | 0.99% | 0.67% | - |
| XYZ | 17.93 | 30.78 | 21.52 | - |
| YUV | 114.79 | 128.68 | 47.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 172 | 116 | 0.99 | 0 | 0.33 | 0.33 | 160.24 | 0.98 | 0.34 |
| Hex | 2 | AC | 74 | 63 | 0 | 21 | 21 | A0 | 62 | 22 |
| Octal | 2 | 254 | 164 | 143 | 0 | 41 | 41 | 240 | 142 | 42 |
| Binary | 10 | 10101100 | 1110100 | 1100011 | 0 | 100001 | 100001 | 10100000 | 1100010 | 100010 |
Color Harmonies of #02AC74
Complementary color
Monochromatic Colors of #02AC74
Black with #02AC74
Text Example
Text Example
White with #02AC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02AC74; }
p { color: rgb(2,172,116); }
H1.HeaderClassName
{
color: #02AC74;
}
.AnyTagClassName
{
color: #02AC74;
}
</style>
background-color css
<style>
a { background-color: #02AC74; }
a { background-color: rgb(2,172,116); }
div.DivClassName
{
background-color: #02AC74;
}
.BgClassName
{
background-color: #02AC74;
}
</style>
border-color css
<style>
span { border-color: #02AC74; }
span { border-color: rgb(2,172,116); }
td.TdClassName
{
border-color: #02AC74;
}
.TagClassName
{
border-color: #02AC74;
}
</style>