Shades of Jade #0AAA77
Tints of Jade #0AAA77
RGB
CMYK
RGB Variations
Color information
#0AAA77 (or 0x0AAA77) is known color: Jade. HEX triplet: 0A, AA and 77. RGB value is (10,170,119). Sum of RGB (Red+Green+Blue) = 10+170+119=299 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.34% from 299); Green value is 170 (66.80% from 255 or 56.86% from 299); Blue value is 119 (46.88% from 255 or 39.80% from 299); Max value from RGB is 170 - color contains mainly: green. Hex color #0AAA77 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AAA77 is #F55588. Grayscale: #747474. Windows color (decimal): -16078217 or 7842314. OLE color: 7842314.
HSL color Cylindrical-coordinate representation of color #0AAA77: hue angle of 160.88º 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 #0AAA77 is Cyan = 0.94, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 170 | 119 | - |
| CMYK | 0.94 | 0 | 0.3 | 0.33 |
| HSL | 160.88º | 0.89% | 0.35% | - |
| HSV(B) | 160.88º | 0.94% | 0.67% | - |
| XYZ | 17.83 | 30.15 | 22.33 | - |
| YUV | 116.35 | 129.49 | 52.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 170 | 119 | 0.94 | 0 | 0.3 | 0.33 | 160.88 | 0.89 | 0.35 |
| Hex | A | AA | 77 | 5E | 0 | 1E | 21 | A1 | 59 | 23 |
| Octal | 12 | 252 | 167 | 136 | 0 | 36 | 41 | 241 | 131 | 43 |
| Binary | 1010 | 10101010 | 1110111 | 1011110 | 0 | 11110 | 100001 | 10100001 | 1011001 | 100011 |
Color Harmonies of #0AAA77
Complementary color
Monochromatic Colors of #0AAA77
Black with #0AAA77
Text Example
Text Example
White with #0AAA77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAA77; }
p { color: rgb(10,170,119); }
H1.HeaderClassName
{
color: #0AAA77;
}
.AnyTagClassName
{
color: #0AAA77;
}
</style>
background-color css
<style>
a { background-color: #0AAA77; }
a { background-color: rgb(10,170,119); }
div.DivClassName
{
background-color: #0AAA77;
}
.BgClassName
{
background-color: #0AAA77;
}
</style>
border-color css
<style>
span { border-color: #0AAA77; }
span { border-color: rgb(10,170,119); }
td.TdClassName
{
border-color: #0AAA77;
}
.TagClassName
{
border-color: #0AAA77;
}
</style>