Shades of Jade #0AA66D
Tints of Jade #0AA66D
RGB
CMYK
RGB Variations
Color information
#0AA66D (or 0x0AA66D) is known color: Jade. HEX triplet: 0A, A6 and 6D. RGB value is (10,166,109). Sum of RGB (Red+Green+Blue) = 10+166+109=285 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.51% from 285); Green value is 166 (65.23% from 255 or 58.25% from 285); Blue value is 109 (42.97% from 255 or 38.25% from 285); Max value from RGB is 166 - color contains mainly: green. Hex color #0AA66D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AA66D is #F55992. Grayscale: #707070. Windows color (decimal): -16079251 or 7185930. OLE color: 7185930.
HSL color Cylindrical-coordinate representation of color #0AA66D: hue angle of 158.08º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AA66D is Cyan = 0.94, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 10 | 166 | 109 | - |
| CMYK | 0.94 | 0 | 0.34 | 0.35 |
| HSL | 158.08º | 0.89% | 0.35% | - |
| HSV(B) | 158.08º | 0.94% | 0.65% | - |
| XYZ | 16.52 | 28.44 | 19.09 | - |
| YUV | 112.86 | 125.82 | 54.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 166 | 109 | 0.94 | 0 | 0.34 | 0.35 | 158.08 | 0.89 | 0.35 |
| Hex | A | A6 | 6D | 5E | 0 | 22 | 23 | 9E | 59 | 23 |
| Octal | 12 | 246 | 155 | 136 | 0 | 42 | 43 | 236 | 131 | 43 |
| Binary | 1010 | 10100110 | 1101101 | 1011110 | 0 | 100010 | 100011 | 10011110 | 1011001 | 100011 |
Color Harmonies of #0AA66D
Complementary color
Monochromatic Colors of #0AA66D
Black with #0AA66D
Text Example
Text Example
White with #0AA66D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AA66D; }
p { color: rgb(10,166,109); }
H1.HeaderClassName
{
color: #0AA66D;
}
.AnyTagClassName
{
color: #0AA66D;
}
</style>
background-color css
<style>
a { background-color: #0AA66D; }
a { background-color: rgb(10,166,109); }
div.DivClassName
{
background-color: #0AA66D;
}
.BgClassName
{
background-color: #0AA66D;
}
</style>
border-color css
<style>
span { border-color: #0AA66D; }
span { border-color: rgb(10,166,109); }
td.TdClassName
{
border-color: #0AA66D;
}
.TagClassName
{
border-color: #0AA66D;
}
</style>