Shades of Jade #0AAC77
Tints of Jade #0AAC77
RGB
CMYK
RGB Variations
Color information
#0AAC77 (or 0x0AAC77) is known color: Jade. HEX triplet: 0A, AC and 77. RGB value is (10,172,119). Sum of RGB (Red+Green+Blue) = 10+172+119=301 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.32% from 301); Green value is 172 (67.58% from 255 or 57.14% from 301); Blue value is 119 (46.88% from 255 or 39.53% from 301); Max value from RGB is 172 - color contains mainly: green. Hex color #0AAC77 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AAC77 is #F55388. Grayscale: #757575. Windows color (decimal): -16077705 or 7842826. OLE color: 7842826.
HSL color Cylindrical-coordinate representation of color #0AAC77: hue angle of 160.37º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AAC77 is Cyan = 0.94, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 172 | 119 | - |
| CMYK | 0.94 | 0 | 0.31 | 0.33 |
| HSL | 160.37º | 0.89% | 0.36% | - |
| HSV(B) | 160.37º | 0.94% | 0.67% | - |
| XYZ | 18.21 | 30.9 | 22.46 | - |
| YUV | 117.52 | 128.83 | 51.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 172 | 119 | 0.94 | 0 | 0.31 | 0.33 | 160.37 | 0.89 | 0.36 |
| Hex | A | AC | 77 | 5E | 0 | 1F | 21 | A0 | 59 | 24 |
| Octal | 12 | 254 | 167 | 136 | 0 | 37 | 41 | 240 | 131 | 44 |
| Binary | 1010 | 10101100 | 1110111 | 1011110 | 0 | 11111 | 100001 | 10100000 | 1011001 | 100100 |
Color Harmonies of #0AAC77
Complementary color
Monochromatic Colors of #0AAC77
Black with #0AAC77
Text Example
Text Example
White with #0AAC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAC77; }
p { color: rgb(10,172,119); }
H1.HeaderClassName
{
color: #0AAC77;
}
.AnyTagClassName
{
color: #0AAC77;
}
</style>
background-color css
<style>
a { background-color: #0AAC77; }
a { background-color: rgb(10,172,119); }
div.DivClassName
{
background-color: #0AAC77;
}
.BgClassName
{
background-color: #0AAC77;
}
</style>
border-color css
<style>
span { border-color: #0AAC77; }
span { border-color: rgb(10,172,119); }
td.TdClassName
{
border-color: #0AAC77;
}
.TagClassName
{
border-color: #0AAC77;
}
</style>