Shades of Jade #0AAC76
Tints of Jade #0AAC76
RGB
CMYK
RGB Variations
Color information
#0AAC76 (or 0x0AAC76) is known color: Jade. HEX triplet: 0A, AC and 76. RGB value is (10,172,118). Sum of RGB (Red+Green+Blue) = 10+172+118=300 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.33% from 300); Green value is 172 (67.58% from 255 or 57.33% from 300); Blue value is 118 (46.48% from 255 or 39.33% from 300); Max value from RGB is 172 - color contains mainly: green. Hex color #0AAC76 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AAC76 is #F55389. Grayscale: #757575. Windows color (decimal): -16077706 or 7777290. OLE color: 7777290.
HSL color Cylindrical-coordinate representation of color #0AAC76: hue angle of 160º 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 #0AAC76 is Cyan = 0.94, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 172 | 118 | - |
| CMYK | 0.94 | 0 | 0.31 | 0.33 |
| HSL | 160º | 0.89% | 0.36% | - |
| HSV(B) | 160º | 0.94% | 0.67% | - |
| XYZ | 18.15 | 30.88 | 22.14 | - |
| YUV | 117.41 | 128.33 | 51.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 172 | 118 | 0.94 | 0 | 0.31 | 0.33 | 160 | 0.89 | 0.36 |
| Hex | A | AC | 76 | 5E | 0 | 1F | 21 | A0 | 59 | 24 |
| Octal | 12 | 254 | 166 | 136 | 0 | 37 | 41 | 240 | 131 | 44 |
| Binary | 1010 | 10101100 | 1110110 | 1011110 | 0 | 11111 | 100001 | 10100000 | 1011001 | 100100 |
Color Harmonies of #0AAC76
Complementary color
Monochromatic Colors of #0AAC76
Black with #0AAC76
Text Example
Text Example
White with #0AAC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAC76; }
p { color: rgb(10,172,118); }
H1.HeaderClassName
{
color: #0AAC76;
}
.AnyTagClassName
{
color: #0AAC76;
}
</style>
background-color css
<style>
a { background-color: #0AAC76; }
a { background-color: rgb(10,172,118); }
div.DivClassName
{
background-color: #0AAC76;
}
.BgClassName
{
background-color: #0AAC76;
}
</style>
border-color css
<style>
span { border-color: #0AAC76; }
span { border-color: rgb(10,172,118); }
td.TdClassName
{
border-color: #0AAC76;
}
.TagClassName
{
border-color: #0AAC76;
}
</style>