Shades of Jade #0AAC72
Tints of Jade #0AAC72
RGB
CMYK
RGB Variations
Color information
#0AAC72 (or 0x0AAC72) is known color: Jade. HEX triplet: 0A, AC and 72. RGB value is (10,172,114). Sum of RGB (Red+Green+Blue) = 10+172+114=296 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.38% from 296); Green value is 172 (67.58% from 255 or 58.11% from 296); Blue value is 114 (44.92% from 255 or 38.51% from 296); Max value from RGB is 172 - color contains mainly: green. Hex color #0AAC72 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AAC72 is #F5538D. Grayscale: #757575. Windows color (decimal): -16077710 or 7515146. OLE color: 7515146.
HSL color Cylindrical-coordinate representation of color #0AAC72: hue angle of 158.52º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AAC72 is Cyan = 0.94, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 172 | 114 | - |
| CMYK | 0.94 | 0 | 0.34 | 0.33 |
| HSL | 158.52º | 0.89% | 0.36% | - |
| HSV(B) | 158.52º | 0.94% | 0.67% | - |
| XYZ | 17.91 | 30.78 | 20.92 | - |
| YUV | 116.95 | 126.33 | 51.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 172 | 114 | 0.94 | 0 | 0.34 | 0.33 | 158.52 | 0.89 | 0.36 |
| Hex | A | AC | 72 | 5E | 0 | 22 | 21 | 9F | 59 | 24 |
| Octal | 12 | 254 | 162 | 136 | 0 | 42 | 41 | 237 | 131 | 44 |
| Binary | 1010 | 10101100 | 1110010 | 1011110 | 0 | 100010 | 100001 | 10011111 | 1011001 | 100100 |
Color Harmonies of #0AAC72
Complementary color
Monochromatic Colors of #0AAC72
Black with #0AAC72
Text Example
Text Example
White with #0AAC72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAC72; }
p { color: rgb(10,172,114); }
H1.HeaderClassName
{
color: #0AAC72;
}
.AnyTagClassName
{
color: #0AAC72;
}
</style>
background-color css
<style>
a { background-color: #0AAC72; }
a { background-color: rgb(10,172,114); }
div.DivClassName
{
background-color: #0AAC72;
}
.BgClassName
{
background-color: #0AAC72;
}
</style>
border-color css
<style>
span { border-color: #0AAC72; }
span { border-color: rgb(10,172,114); }
td.TdClassName
{
border-color: #0AAC72;
}
.TagClassName
{
border-color: #0AAC72;
}
</style>