Shades of Jade #02AC68
Tints of Jade #02AC68
RGB
CMYK
RGB Variations
Color information
#02AC68 (or 0x02AC68) is known color: Jade. HEX triplet: 02, AC and 68. RGB value is (2,172,104). Sum of RGB (Red+Green+Blue) = 2+172+104=278 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 278); Green value is 172 (67.58% from 255 or 61.87% from 278); Blue value is 104 (41.02% from 255 or 37.41% from 278); Max value from RGB is 172 - color contains mainly: green. Hex color #02AC68 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02AC68 is #FD5397. Grayscale: #717171. Windows color (decimal): -16602008 or 6859778. OLE color: 6859778.
HSL color Cylindrical-coordinate representation of color #02AC68: hue angle of 156º 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 #02AC68 is Cyan = 0.99, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 2 | 172 | 104 | - |
| CMYK | 0.99 | 0 | 0.40 | 0.33 |
| HSL | 156º | 0.98% | 0.34% | - |
| HSV(B) | 156º | 0.99% | 0.67% | - |
| XYZ | 17.28 | 30.52 | 18.08 | - |
| YUV | 113.42 | 122.68 | 48.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 172 | 104 | 0.99 | 0 | 0.40 | 0.33 | 156 | 0.98 | 0.34 |
| Hex | 2 | AC | 68 | 63 | 0 | 28 | 21 | 9C | 62 | 22 |
| Octal | 2 | 254 | 150 | 143 | 0 | 50 | 41 | 234 | 142 | 42 |
| Binary | 10 | 10101100 | 1101000 | 1100011 | 0 | 101000 | 100001 | 10011100 | 1100010 | 100010 |
Color Harmonies of #02AC68
Complementary color
Monochromatic Colors of #02AC68
Black with #02AC68
Text Example
Text Example
White with #02AC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02AC68; }
p { color: rgb(2,172,104); }
H1.HeaderClassName
{
color: #02AC68;
}
.AnyTagClassName
{
color: #02AC68;
}
</style>
background-color css
<style>
a { background-color: #02AC68; }
a { background-color: rgb(2,172,104); }
div.DivClassName
{
background-color: #02AC68;
}
.BgClassName
{
background-color: #02AC68;
}
</style>
border-color css
<style>
span { border-color: #02AC68; }
span { border-color: rgb(2,172,104); }
td.TdClassName
{
border-color: #02AC68;
}
.TagClassName
{
border-color: #02AC68;
}
</style>