Shades of Jade #0AA96D
Tints of Jade #0AA96D
RGB
CMYK
RGB Variations
Color information
#0AA96D (or 0x0AA96D) is known color: Jade. HEX triplet: 0A, A9 and 6D. RGB value is (10,169,109). Sum of RGB (Red+Green+Blue) = 10+169+109=288 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.47% from 288); Green value is 169 (66.41% from 255 or 58.68% from 288); Blue value is 109 (42.97% from 255 or 37.85% from 288); Max value from RGB is 169 - color contains mainly: green. Hex color #0AA96D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AA96D is #F55692. Grayscale: #727272. Windows color (decimal): -16078483 or 7186698. OLE color: 7186698.
HSL color Cylindrical-coordinate representation of color #0AA96D: hue angle of 157.36º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AA96D is Cyan = 0.94, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 10 | 169 | 109 | - |
| CMYK | 0.94 | 0 | 0.36 | 0.34 |
| HSL | 157.36º | 0.89% | 0.35% | - |
| HSV(B) | 157.36º | 0.94% | 0.66% | - |
| XYZ | 17.07 | 29.54 | 19.27 | - |
| YUV | 114.62 | 124.82 | 53.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 169 | 109 | 0.94 | 0 | 0.36 | 0.34 | 157.36 | 0.89 | 0.35 |
| Hex | A | A9 | 6D | 5E | 0 | 24 | 22 | 9D | 59 | 23 |
| Octal | 12 | 251 | 155 | 136 | 0 | 44 | 42 | 235 | 131 | 43 |
| Binary | 1010 | 10101001 | 1101101 | 1011110 | 0 | 100100 | 100010 | 10011101 | 1011001 | 100011 |
Color Harmonies of #0AA96D
Complementary color
Monochromatic Colors of #0AA96D
Black with #0AA96D
Text Example
Text Example
White with #0AA96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AA96D; }
p { color: rgb(10,169,109); }
H1.HeaderClassName
{
color: #0AA96D;
}
.AnyTagClassName
{
color: #0AA96D;
}
</style>
background-color css
<style>
a { background-color: #0AA96D; }
a { background-color: rgb(10,169,109); }
div.DivClassName
{
background-color: #0AA96D;
}
.BgClassName
{
background-color: #0AA96D;
}
</style>
border-color css
<style>
span { border-color: #0AA96D; }
span { border-color: rgb(10,169,109); }
td.TdClassName
{
border-color: #0AA96D;
}
.TagClassName
{
border-color: #0AA96D;
}
</style>