Shades of Jade #0AAA70
Tints of Jade #0AAA70
RGB
CMYK
RGB Variations
Color information
#0AAA70 (or 0x0AAA70) is known color: Jade. HEX triplet: 0A, AA and 70. RGB value is (10,170,112). Sum of RGB (Red+Green+Blue) = 10+170+112=292 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.42% from 292); Green value is 170 (66.80% from 255 or 58.22% from 292); Blue value is 112 (44.14% from 255 or 38.36% from 292); Max value from RGB is 170 - color contains mainly: green. Hex color #0AAA70 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AAA70 is #F5558F. Grayscale: #737373. Windows color (decimal): -16078224 or 7383562. OLE color: 7383562.
HSL color Cylindrical-coordinate representation of color #0AAA70: hue angle of 158.25º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AAA70 is Cyan = 0.94, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 170 | 112 | - |
| CMYK | 0.94 | 0 | 0.34 | 0.33 |
| HSL | 158.25º | 0.89% | 0.35% | - |
| HSV(B) | 158.25º | 0.94% | 0.67% | - |
| XYZ | 17.42 | 29.98 | 20.2 | - |
| YUV | 115.55 | 125.99 | 52.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 170 | 112 | 0.94 | 0 | 0.34 | 0.33 | 158.25 | 0.89 | 0.35 |
| Hex | A | AA | 70 | 5E | 0 | 22 | 21 | 9E | 59 | 23 |
| Octal | 12 | 252 | 160 | 136 | 0 | 42 | 41 | 236 | 131 | 43 |
| Binary | 1010 | 10101010 | 1110000 | 1011110 | 0 | 100010 | 100001 | 10011110 | 1011001 | 100011 |
Color Harmonies of #0AAA70
Complementary color
Monochromatic Colors of #0AAA70
Black with #0AAA70
Text Example
Text Example
White with #0AAA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAA70; }
p { color: rgb(10,170,112); }
H1.HeaderClassName
{
color: #0AAA70;
}
.AnyTagClassName
{
color: #0AAA70;
}
</style>
background-color css
<style>
a { background-color: #0AAA70; }
a { background-color: rgb(10,170,112); }
div.DivClassName
{
background-color: #0AAA70;
}
.BgClassName
{
background-color: #0AAA70;
}
</style>
border-color css
<style>
span { border-color: #0AAA70; }
span { border-color: rgb(10,170,112); }
td.TdClassName
{
border-color: #0AAA70;
}
.TagClassName
{
border-color: #0AAA70;
}
</style>