Shades of Jade #0AA671
Tints of Jade #0AA671
RGB
CMYK
RGB Variations
Color information
#0AA671 (or 0x0AA671) is known color: Jade. HEX triplet: 0A, A6 and 71. RGB value is (10,166,113). Sum of RGB (Red+Green+Blue) = 10+166+113=289 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.46% from 289); Green value is 166 (65.23% from 255 or 57.44% from 289); Blue value is 113 (44.53% from 255 or 39.10% from 289); Max value from RGB is 166 - color contains mainly: green. Hex color #0AA671 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AA671 is #F5598E. Grayscale: #717171. Windows color (decimal): -16079247 or 7448074. OLE color: 7448074.
HSL color Cylindrical-coordinate representation of color #0AA671: hue angle of 159.62º 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 #0AA671 is Cyan = 0.94, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 10 | 166 | 113 | - |
| CMYK | 0.94 | 0 | 0.32 | 0.35 |
| HSL | 159.62º | 0.89% | 0.35% | - |
| HSV(B) | 159.62º | 0.94% | 0.65% | - |
| XYZ | 16.74 | 28.53 | 20.25 | - |
| YUV | 113.31 | 127.82 | 54.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 166 | 113 | 0.94 | 0 | 0.32 | 0.35 | 159.62 | 0.89 | 0.35 |
| Hex | A | A6 | 71 | 5E | 0 | 20 | 23 | A0 | 59 | 23 |
| Octal | 12 | 246 | 161 | 136 | 0 | 40 | 43 | 240 | 131 | 43 |
| Binary | 1010 | 10100110 | 1110001 | 1011110 | 0 | 100000 | 100011 | 10100000 | 1011001 | 100011 |
Color Harmonies of #0AA671
Complementary color
Monochromatic Colors of #0AA671
Black with #0AA671
Text Example
Text Example
White with #0AA671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AA671; }
p { color: rgb(10,166,113); }
H1.HeaderClassName
{
color: #0AA671;
}
.AnyTagClassName
{
color: #0AA671;
}
</style>
background-color css
<style>
a { background-color: #0AA671; }
a { background-color: rgb(10,166,113); }
div.DivClassName
{
background-color: #0AA671;
}
.BgClassName
{
background-color: #0AA671;
}
</style>
border-color css
<style>
span { border-color: #0AA671; }
span { border-color: rgb(10,166,113); }
td.TdClassName
{
border-color: #0AA671;
}
.TagClassName
{
border-color: #0AA671;
}
</style>