Shades of Jade #0AA46B
Tints of Jade #0AA46B
RGB
CMYK
RGB Variations
Color information
#0AA46B (or 0x0AA46B) is known color: Jade. HEX triplet: 0A, A4 and 6B. RGB value is (10,164,107). Sum of RGB (Red+Green+Blue) = 10+164+107=281 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.56% from 281); Green value is 164 (64.45% from 255 or 58.36% from 281); Blue value is 107 (42.19% from 255 or 38.08% from 281); Max value from RGB is 164 - color contains mainly: green. Hex color #0AA46B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AA46B is #F55B94. Grayscale: #6F6F6F. Windows color (decimal): -16079765 or 7054346. OLE color: 7054346.
HSL color Cylindrical-coordinate representation of color #0AA46B: hue angle of 157.79º 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 #0AA46B is Cyan = 0.94, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 10 | 164 | 107 | - |
| CMYK | 0.94 | 0 | 0.35 | 0.36 |
| HSL | 157.79º | 0.89% | 0.34% | - |
| HSV(B) | 157.79º | 0.94% | 0.64% | - |
| XYZ | 16.05 | 27.68 | 18.41 | - |
| YUV | 111.46 | 125.48 | 55.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 164 | 107 | 0.94 | 0 | 0.35 | 0.36 | 157.79 | 0.89 | 0.34 |
| Hex | A | A4 | 6B | 5E | 0 | 23 | 24 | 9E | 59 | 22 |
| Octal | 12 | 244 | 153 | 136 | 0 | 43 | 44 | 236 | 131 | 42 |
| Binary | 1010 | 10100100 | 1101011 | 1011110 | 0 | 100011 | 100100 | 10011110 | 1011001 | 100010 |
Color Harmonies of #0AA46B
Complementary color
Monochromatic Colors of #0AA46B
Black with #0AA46B
Text Example
Text Example
White with #0AA46B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AA46B; }
p { color: rgb(10,164,107); }
H1.HeaderClassName
{
color: #0AA46B;
}
.AnyTagClassName
{
color: #0AA46B;
}
</style>
background-color css
<style>
a { background-color: #0AA46B; }
a { background-color: rgb(10,164,107); }
div.DivClassName
{
background-color: #0AA46B;
}
.BgClassName
{
background-color: #0AA46B;
}
</style>
border-color css
<style>
span { border-color: #0AA46B; }
span { border-color: rgb(10,164,107); }
td.TdClassName
{
border-color: #0AA46B;
}
.TagClassName
{
border-color: #0AA46B;
}
</style>