Shades of Mountain Meadow #0AAB85
Tints of Mountain Meadow #0AAB85
RGB
CMYK
RGB Variations
Color information
#0AAB85 (or 0x0AAB85) is known color: Mountain Meadow. HEX triplet: 0A, AB and 85. RGB value is (10,171,133). Sum of RGB (Red+Green+Blue) = 10+171+133=314 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.18% from 314); Green value is 171 (67.19% from 255 or 54.46% from 314); Blue value is 133 (52.34% from 255 or 42.36% from 314); Max value from RGB is 171 - color contains mainly: green. Hex color #0AAB85 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AAB85 is #F5547A. Grayscale: #767676. Windows color (decimal): -16077947 or 8760074. OLE color: 8760074.
HSL color Cylindrical-coordinate representation of color #0AAB85: hue angle of 165.84º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AAB85 is Cyan = 0.94, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 171 | 133 | - |
| CMYK | 0.94 | 0 | 0.22 | 0.33 |
| HSL | 165.84º | 0.89% | 0.35% | - |
| HSV(B) | 165.84º | 0.94% | 0.67% | - |
| XYZ | 18.92 | 30.88 | 27.15 | - |
| YUV | 118.53 | 136.16 | 50.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 171 | 133 | 0.94 | 0 | 0.22 | 0.33 | 165.84 | 0.89 | 0.35 |
| Hex | A | AB | 85 | 5E | 0 | 16 | 21 | A6 | 59 | 23 |
| Octal | 12 | 253 | 205 | 136 | 0 | 26 | 41 | 246 | 131 | 43 |
| Binary | 1010 | 10101011 | 10000101 | 1011110 | 0 | 10110 | 100001 | 10100110 | 1011001 | 100011 |
Color Harmonies of #0AAB85
Complementary color
Monochromatic Colors of #0AAB85
Black with #0AAB85
Text Example
Text Example
White with #0AAB85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAB85; }
p { color: rgb(10,171,133); }
H1.HeaderClassName
{
color: #0AAB85;
}
.AnyTagClassName
{
color: #0AAB85;
}
</style>
background-color css
<style>
a { background-color: #0AAB85; }
a { background-color: rgb(10,171,133); }
div.DivClassName
{
background-color: #0AAB85;
}
.BgClassName
{
background-color: #0AAB85;
}
</style>
border-color css
<style>
span { border-color: #0AAB85; }
span { border-color: rgb(10,171,133); }
td.TdClassName
{
border-color: #0AAB85;
}
.TagClassName
{
border-color: #0AAB85;
}
</style>