Shades of Mountain Meadow #0AAC85
Tints of Mountain Meadow #0AAC85
RGB
CMYK
RGB Variations
Color information
#0AAC85 (or 0x0AAC85) is known color: Mountain Meadow. HEX triplet: 0A, AC and 85. RGB value is (10,172,133). Sum of RGB (Red+Green+Blue) = 10+172+133=315 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.17% from 315); Green value is 172 (67.58% from 255 or 54.60% from 315); Blue value is 133 (52.34% from 255 or 42.22% from 315); Max value from RGB is 172 - color contains mainly: green. Hex color #0AAC85 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AAC85 is #F5537A. Grayscale: #777777. Windows color (decimal): -16077691 or 8760330. OLE color: 8760330.
HSL color Cylindrical-coordinate representation of color #0AAC85: hue angle of 165.56º 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 #0AAC85 is Cyan = 0.94, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 172 | 133 | - |
| CMYK | 0.94 | 0 | 0.23 | 0.33 |
| HSL | 165.56º | 0.89% | 0.36% | - |
| HSV(B) | 165.56º | 0.94% | 0.67% | - |
| XYZ | 19.11 | 31.26 | 27.22 | - |
| YUV | 119.12 | 135.83 | 50.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 172 | 133 | 0.94 | 0 | 0.23 | 0.33 | 165.56 | 0.89 | 0.36 |
| Hex | A | AC | 85 | 5E | 0 | 17 | 21 | A6 | 59 | 24 |
| Octal | 12 | 254 | 205 | 136 | 0 | 27 | 41 | 246 | 131 | 44 |
| Binary | 1010 | 10101100 | 10000101 | 1011110 | 0 | 10111 | 100001 | 10100110 | 1011001 | 100100 |
Color Harmonies of #0AAC85
Complementary color
Monochromatic Colors of #0AAC85
Black with #0AAC85
Text Example
Text Example
White with #0AAC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAC85; }
p { color: rgb(10,172,133); }
H1.HeaderClassName
{
color: #0AAC85;
}
.AnyTagClassName
{
color: #0AAC85;
}
</style>
background-color css
<style>
a { background-color: #0AAC85; }
a { background-color: rgb(10,172,133); }
div.DivClassName
{
background-color: #0AAC85;
}
.BgClassName
{
background-color: #0AAC85;
}
</style>
border-color css
<style>
span { border-color: #0AAC85; }
span { border-color: rgb(10,172,133); }
td.TdClassName
{
border-color: #0AAC85;
}
.TagClassName
{
border-color: #0AAC85;
}
</style>