Shades of Jade #0AAC78
Tints of Jade #0AAC78
RGB
CMYK
RGB Variations
Color information
#0AAC78 (or 0x0AAC78) is known color: Jade. HEX triplet: 0A, AC and 78. RGB value is (10,172,120). Sum of RGB (Red+Green+Blue) = 10+172+120=302 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.31% from 302); Green value is 172 (67.58% from 255 or 56.95% from 302); Blue value is 120 (47.27% from 255 or 39.74% from 302); Max value from RGB is 172 - color contains mainly: green. Hex color #0AAC78 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AAC78 is #F55387. Grayscale: #757575. Windows color (decimal): -16077704 or 7908362. OLE color: 7908362.
HSL color Cylindrical-coordinate representation of color #0AAC78: hue angle of 160.74º 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 #0AAC78 is Cyan = 0.94, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 172 | 120 | - |
| CMYK | 0.94 | 0 | 0.30 | 0.33 |
| HSL | 160.74º | 0.89% | 0.36% | - |
| HSV(B) | 160.74º | 0.94% | 0.67% | - |
| XYZ | 18.27 | 30.93 | 22.78 | - |
| YUV | 117.63 | 129.33 | 51.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 172 | 120 | 0.94 | 0 | 0.30 | 0.33 | 160.74 | 0.89 | 0.36 |
| Hex | A | AC | 78 | 5E | 0 | 1E | 21 | A1 | 59 | 24 |
| Octal | 12 | 254 | 170 | 136 | 0 | 36 | 41 | 241 | 131 | 44 |
| Binary | 1010 | 10101100 | 1111000 | 1011110 | 0 | 11110 | 100001 | 10100001 | 1011001 | 100100 |
Color Harmonies of #0AAC78
Complementary color
Monochromatic Colors of #0AAC78
Black with #0AAC78
Text Example
Text Example
White with #0AAC78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAC78; }
p { color: rgb(10,172,120); }
H1.HeaderClassName
{
color: #0AAC78;
}
.AnyTagClassName
{
color: #0AAC78;
}
</style>
background-color css
<style>
a { background-color: #0AAC78; }
a { background-color: rgb(10,172,120); }
div.DivClassName
{
background-color: #0AAC78;
}
.BgClassName
{
background-color: #0AAC78;
}
</style>
border-color css
<style>
span { border-color: #0AAC78; }
span { border-color: rgb(10,172,120); }
td.TdClassName
{
border-color: #0AAC78;
}
.TagClassName
{
border-color: #0AAC78;
}
</style>