Shades of Jade #0AAC75
Tints of Jade #0AAC75
RGB
CMYK
RGB Variations
Color information
#0AAC75 (or 0x0AAC75) is known color: Jade. HEX triplet: 0A, AC and 75. RGB value is (10,172,117). Sum of RGB (Red+Green+Blue) = 10+172+117=299 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.34% from 299); Green value is 172 (67.58% from 255 or 57.53% from 299); Blue value is 117 (46.09% from 255 or 39.13% from 299); Max value from RGB is 172 - color contains mainly: green. Hex color #0AAC75 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AAC75 is #F5538A. Grayscale: #757575. Windows color (decimal): -16077707 or 7711754. OLE color: 7711754.
HSL color Cylindrical-coordinate representation of color #0AAC75: hue angle of 159.63º 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 #0AAC75 is Cyan = 0.94, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 172 | 117 | - |
| CMYK | 0.94 | 0 | 0.32 | 0.33 |
| HSL | 159.63º | 0.89% | 0.36% | - |
| HSV(B) | 159.63º | 0.94% | 0.67% | - |
| XYZ | 18.09 | 30.85 | 21.83 | - |
| YUV | 117.29 | 127.83 | 51.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 172 | 117 | 0.94 | 0 | 0.32 | 0.33 | 159.63 | 0.89 | 0.36 |
| Hex | A | AC | 75 | 5E | 0 | 20 | 21 | A0 | 59 | 24 |
| Octal | 12 | 254 | 165 | 136 | 0 | 40 | 41 | 240 | 131 | 44 |
| Binary | 1010 | 10101100 | 1110101 | 1011110 | 0 | 100000 | 100001 | 10100000 | 1011001 | 100100 |
Color Harmonies of #0AAC75
Complementary color
Monochromatic Colors of #0AAC75
Black with #0AAC75
Text Example
Text Example
White with #0AAC75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAC75; }
p { color: rgb(10,172,117); }
H1.HeaderClassName
{
color: #0AAC75;
}
.AnyTagClassName
{
color: #0AAC75;
}
</style>
background-color css
<style>
a { background-color: #0AAC75; }
a { background-color: rgb(10,172,117); }
div.DivClassName
{
background-color: #0AAC75;
}
.BgClassName
{
background-color: #0AAC75;
}
</style>
border-color css
<style>
span { border-color: #0AAC75; }
span { border-color: rgb(10,172,117); }
td.TdClassName
{
border-color: #0AAC75;
}
.TagClassName
{
border-color: #0AAC75;
}
</style>