Shades of Jade #0AAC70
Tints of Jade #0AAC70
RGB
CMYK
RGB Variations
Color information
#0AAC70 (or 0x0AAC70) is known color: Jade. HEX triplet: 0A, AC and 70. RGB value is (10,172,112). Sum of RGB (Red+Green+Blue) = 10+172+112=294 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.40% from 294); Green value is 172 (67.58% from 255 or 58.50% from 294); Blue value is 112 (44.14% from 255 or 38.10% from 294); Max value from RGB is 172 - color contains mainly: green. Hex color #0AAC70 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AAC70 is #F5538F. Grayscale: #747474. Windows color (decimal): -16077712 or 7384074. OLE color: 7384074.
HSL color Cylindrical-coordinate representation of color #0AAC70: hue angle of 157.78º 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 #0AAC70 is Cyan = 0.94, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 172 | 112 | - |
| CMYK | 0.94 | 0 | 0.35 | 0.33 |
| HSL | 157.78º | 0.89% | 0.36% | - |
| HSV(B) | 157.78º | 0.94% | 0.67% | - |
| XYZ | 17.8 | 30.74 | 20.32 | - |
| YUV | 116.72 | 125.33 | 51.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 172 | 112 | 0.94 | 0 | 0.35 | 0.33 | 157.78 | 0.89 | 0.36 |
| Hex | A | AC | 70 | 5E | 0 | 23 | 21 | 9E | 59 | 24 |
| Octal | 12 | 254 | 160 | 136 | 0 | 43 | 41 | 236 | 131 | 44 |
| Binary | 1010 | 10101100 | 1110000 | 1011110 | 0 | 100011 | 100001 | 10011110 | 1011001 | 100100 |
Color Harmonies of #0AAC70
Complementary color
Monochromatic Colors of #0AAC70
Black with #0AAC70
Text Example
Text Example
White with #0AAC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAC70; }
p { color: rgb(10,172,112); }
H1.HeaderClassName
{
color: #0AAC70;
}
.AnyTagClassName
{
color: #0AAC70;
}
</style>
background-color css
<style>
a { background-color: #0AAC70; }
a { background-color: rgb(10,172,112); }
div.DivClassName
{
background-color: #0AAC70;
}
.BgClassName
{
background-color: #0AAC70;
}
</style>
border-color css
<style>
span { border-color: #0AAC70; }
span { border-color: rgb(10,172,112); }
td.TdClassName
{
border-color: #0AAC70;
}
.TagClassName
{
border-color: #0AAC70;
}
</style>