Shades of Jade #0AA967
Tints of Jade #0AA967
RGB
CMYK
RGB Variations
Color information
#0AA967 (or 0x0AA967) is known color: Jade. HEX triplet: 0A, A9 and 67. RGB value is (10,169,103). Sum of RGB (Red+Green+Blue) = 10+169+103=282 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.55% from 282); Green value is 169 (66.41% from 255 or 59.93% from 282); Blue value is 103 (40.62% from 255 or 36.52% from 282); Max value from RGB is 169 - color contains mainly: green. Hex color #0AA967 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AA967 is #F55698. Grayscale: #727272. Windows color (decimal): -16078489 or 6793482. OLE color: 6793482.
HSL color Cylindrical-coordinate representation of color #0AA967: hue angle of 155.09º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AA967 is Cyan = 0.94, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 10 | 169 | 103 | - |
| CMYK | 0.94 | 0 | 0.39 | 0.34 |
| HSL | 155.09º | 0.89% | 0.35% | - |
| HSV(B) | 155.09º | 0.94% | 0.66% | - |
| XYZ | 16.76 | 29.42 | 17.63 | - |
| YUV | 113.94 | 121.82 | 53.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 169 | 103 | 0.94 | 0 | 0.39 | 0.34 | 155.09 | 0.89 | 0.35 |
| Hex | A | A9 | 67 | 5E | 0 | 27 | 22 | 9B | 59 | 23 |
| Octal | 12 | 251 | 147 | 136 | 0 | 47 | 42 | 233 | 131 | 43 |
| Binary | 1010 | 10101001 | 1100111 | 1011110 | 0 | 100111 | 100010 | 10011011 | 1011001 | 100011 |
Color Harmonies of #0AA967
Complementary color
Monochromatic Colors of #0AA967
Black with #0AA967
Text Example
Text Example
White with #0AA967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AA967; }
p { color: rgb(10,169,103); }
H1.HeaderClassName
{
color: #0AA967;
}
.AnyTagClassName
{
color: #0AA967;
}
</style>
background-color css
<style>
a { background-color: #0AA967; }
a { background-color: rgb(10,169,103); }
div.DivClassName
{
background-color: #0AA967;
}
.BgClassName
{
background-color: #0AA967;
}
</style>
border-color css
<style>
span { border-color: #0AA967; }
span { border-color: rgb(10,169,103); }
td.TdClassName
{
border-color: #0AA967;
}
.TagClassName
{
border-color: #0AA967;
}
</style>