Shades of Jade #0AA16D
Tints of Jade #0AA16D
RGB
CMYK
RGB Variations
Color information
#0AA16D (or 0x0AA16D) is known color: Jade. HEX triplet: 0A, A1 and 6D. RGB value is (10,161,109). Sum of RGB (Red+Green+Blue) = 10+161+109=280 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.57% from 280); Green value is 161 (63.28% from 255 or 57.5% from 280); Blue value is 109 (42.97% from 255 or 38.93% from 280); Max value from RGB is 161 - color contains mainly: green. Hex color #0AA16D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AA16D is #F55E92. Grayscale: #6D6D6D. Windows color (decimal): -16080531 or 7184650. OLE color: 7184650.
HSL color Cylindrical-coordinate representation of color #0AA16D: hue angle of 159.34º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AA16D is Cyan = 0.94, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 10 | 161 | 109 | - |
| CMYK | 0.94 | 0 | 0.32 | 0.37 |
| HSL | 159.34º | 0.88% | 0.34% | - |
| HSV(B) | 159.34º | 0.94% | 0.63% | - |
| XYZ | 15.63 | 26.66 | 18.79 | - |
| YUV | 109.92 | 127.47 | 56.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 161 | 109 | 0.94 | 0 | 0.32 | 0.37 | 159.34 | 0.88 | 0.34 |
| Hex | A | A1 | 6D | 5E | 0 | 20 | 25 | 9F | 58 | 22 |
| Octal | 12 | 241 | 155 | 136 | 0 | 40 | 45 | 237 | 130 | 42 |
| Binary | 1010 | 10100001 | 1101101 | 1011110 | 0 | 100000 | 100101 | 10011111 | 1011000 | 100010 |
Color Harmonies of #0AA16D
Complementary color
Monochromatic Colors of #0AA16D
Black with #0AA16D
Text Example
Text Example
White with #0AA16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AA16D; }
p { color: rgb(10,161,109); }
H1.HeaderClassName
{
color: #0AA16D;
}
.AnyTagClassName
{
color: #0AA16D;
}
</style>
background-color css
<style>
a { background-color: #0AA16D; }
a { background-color: rgb(10,161,109); }
div.DivClassName
{
background-color: #0AA16D;
}
.BgClassName
{
background-color: #0AA16D;
}
</style>
border-color css
<style>
span { border-color: #0AA16D; }
span { border-color: rgb(10,161,109); }
td.TdClassName
{
border-color: #0AA16D;
}
.TagClassName
{
border-color: #0AA16D;
}
</style>