Shades of Jade #0AA86D
Tints of Jade #0AA86D
RGB
CMYK
RGB Variations
Color information
#0AA86D (or 0x0AA86D) is known color: Jade. HEX triplet: 0A, A8 and 6D. RGB value is (10,168,109). Sum of RGB (Red+Green+Blue) = 10+168+109=287 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.48% from 287); Green value is 168 (66.02% from 255 or 58.54% from 287); Blue value is 109 (42.97% from 255 or 37.98% from 287); Max value from RGB is 168 - color contains mainly: green. Hex color #0AA86D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AA86D is #F55792. Grayscale: #727272. Windows color (decimal): -16078739 or 7186442. OLE color: 7186442.
HSL color Cylindrical-coordinate representation of color #0AA86D: hue angle of 157.59º 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 #0AA86D is Cyan = 0.94, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 10 | 168 | 109 | - |
| CMYK | 0.94 | 0 | 0.35 | 0.34 |
| HSL | 157.59º | 0.89% | 0.35% | - |
| HSV(B) | 157.59º | 0.94% | 0.66% | - |
| XYZ | 16.89 | 29.17 | 19.21 | - |
| YUV | 114.03 | 125.15 | 53.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 168 | 109 | 0.94 | 0 | 0.35 | 0.34 | 157.59 | 0.89 | 0.35 |
| Hex | A | A8 | 6D | 5E | 0 | 23 | 22 | 9E | 59 | 23 |
| Octal | 12 | 250 | 155 | 136 | 0 | 43 | 42 | 236 | 131 | 43 |
| Binary | 1010 | 10101000 | 1101101 | 1011110 | 0 | 100011 | 100010 | 10011110 | 1011001 | 100011 |
Color Harmonies of #0AA86D
Complementary color
Monochromatic Colors of #0AA86D
Black with #0AA86D
Text Example
Text Example
White with #0AA86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AA86D; }
p { color: rgb(10,168,109); }
H1.HeaderClassName
{
color: #0AA86D;
}
.AnyTagClassName
{
color: #0AA86D;
}
</style>
background-color css
<style>
a { background-color: #0AA86D; }
a { background-color: rgb(10,168,109); }
div.DivClassName
{
background-color: #0AA86D;
}
.BgClassName
{
background-color: #0AA86D;
}
</style>
border-color css
<style>
span { border-color: #0AA86D; }
span { border-color: rgb(10,168,109); }
td.TdClassName
{
border-color: #0AA86D;
}
.TagClassName
{
border-color: #0AA86D;
}
</style>