Shades of Jade #0AA069
Tints of Jade #0AA069
RGB
CMYK
RGB Variations
Color information
#0AA069 (or 0x0AA069) is known color: Jade. HEX triplet: 0A, A0 and 69. RGB value is (10,160,105). Sum of RGB (Red+Green+Blue) = 10+160+105=275 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.64% from 275); Green value is 160 (62.89% from 255 or 58.18% from 275); Blue value is 105 (41.41% from 255 or 38.18% from 275); Max value from RGB is 160 - color contains mainly: green. Hex color #0AA069 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AA069 is #F55F96. Grayscale: #6C6C6C. Windows color (decimal): -16080791 or 6922250. OLE color: 6922250.
HSL color Cylindrical-coordinate representation of color #0AA069: hue angle of 158º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AA069 is Cyan = 0.94, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 10 | 160 | 105 | - |
| CMYK | 0.94 | 0 | 0.34 | 0.37 |
| HSL | 158º | 0.88% | 0.33% | - |
| HSV(B) | 158º | 0.94% | 0.63% | - |
| XYZ | 15.25 | 26.23 | 17.62 | - |
| YUV | 108.88 | 125.81 | 57.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 160 | 105 | 0.94 | 0 | 0.34 | 0.37 | 158 | 0.88 | 0.33 |
| Hex | A | A0 | 69 | 5E | 0 | 22 | 25 | 9E | 58 | 21 |
| Octal | 12 | 240 | 151 | 136 | 0 | 42 | 45 | 236 | 130 | 41 |
| Binary | 1010 | 10100000 | 1101001 | 1011110 | 0 | 100010 | 100101 | 10011110 | 1011000 | 100001 |
Color Harmonies of #0AA069
Complementary color
Monochromatic Colors of #0AA069
Black with #0AA069
Text Example
Text Example
White with #0AA069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AA069; }
p { color: rgb(10,160,105); }
H1.HeaderClassName
{
color: #0AA069;
}
.AnyTagClassName
{
color: #0AA069;
}
</style>
background-color css
<style>
a { background-color: #0AA069; }
a { background-color: rgb(10,160,105); }
div.DivClassName
{
background-color: #0AA069;
}
.BgClassName
{
background-color: #0AA069;
}
</style>
border-color css
<style>
span { border-color: #0AA069; }
span { border-color: rgb(10,160,105); }
td.TdClassName
{
border-color: #0AA069;
}
.TagClassName
{
border-color: #0AA069;
}
</style>