Shades of Jade #0AA46F
Tints of Jade #0AA46F
RGB
CMYK
RGB Variations
Color information
#0AA46F (or 0x0AA46F) is known color: Jade. HEX triplet: 0A, A4 and 6F. RGB value is (10,164,111). Sum of RGB (Red+Green+Blue) = 10+164+111=285 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.51% from 285); Green value is 164 (64.45% from 255 or 57.54% from 285); Blue value is 111 (43.75% from 255 or 38.95% from 285); Max value from RGB is 164 - color contains mainly: green. Hex color #0AA46F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AA46F is #F55B90. Grayscale: #6F6F6F. Windows color (decimal): -16079761 or 7316490. OLE color: 7316490.
HSL color Cylindrical-coordinate representation of color #0AA46F: hue angle of 159.35º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AA46F is Cyan = 0.94, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 10 | 164 | 111 | - |
| CMYK | 0.94 | 0 | 0.32 | 0.36 |
| HSL | 159.35º | 0.89% | 0.34% | - |
| HSV(B) | 159.35º | 0.94% | 0.64% | - |
| XYZ | 16.27 | 27.76 | 19.54 | - |
| YUV | 111.91 | 127.48 | 55.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 164 | 111 | 0.94 | 0 | 0.32 | 0.36 | 159.35 | 0.89 | 0.34 |
| Hex | A | A4 | 6F | 5E | 0 | 20 | 24 | 9F | 59 | 22 |
| Octal | 12 | 244 | 157 | 136 | 0 | 40 | 44 | 237 | 131 | 42 |
| Binary | 1010 | 10100100 | 1101111 | 1011110 | 0 | 100000 | 100100 | 10011111 | 1011001 | 100010 |
Color Harmonies of #0AA46F
Complementary color
Monochromatic Colors of #0AA46F
Black with #0AA46F
Text Example
Text Example
White with #0AA46F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AA46F; }
p { color: rgb(10,164,111); }
H1.HeaderClassName
{
color: #0AA46F;
}
.AnyTagClassName
{
color: #0AA46F;
}
</style>
background-color css
<style>
a { background-color: #0AA46F; }
a { background-color: rgb(10,164,111); }
div.DivClassName
{
background-color: #0AA46F;
}
.BgClassName
{
background-color: #0AA46F;
}
</style>
border-color css
<style>
span { border-color: #0AA46F; }
span { border-color: rgb(10,164,111); }
td.TdClassName
{
border-color: #0AA46F;
}
.TagClassName
{
border-color: #0AA46F;
}
</style>