Shades of Mountain Meadow #0ABA86
Tints of Mountain Meadow #0ABA86
RGB
CMYK
RGB Variations
Color information
#0ABA86 (or 0x0ABA86) is known color: Mountain Meadow. HEX triplet: 0A, BA and 86. RGB value is (10,186,134). Sum of RGB (Red+Green+Blue) = 10+186+134=330 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.03% from 330); Green value is 186 (73.05% from 255 or 56.36% from 330); Blue value is 134 (52.73% from 255 or 40.61% from 330); Max value from RGB is 186 - color contains mainly: green. Hex color #0ABA86 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ABA86 is #F54579. Grayscale: #7F7F7F. Windows color (decimal): -16074106 or 8829450. OLE color: 8829450.
HSL color Cylindrical-coordinate representation of color #0ABA86: hue angle of 162.27º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ABA86 is Cyan = 0.95, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 10 | 186 | 134 | - |
| CMYK | 0.95 | 0 | 0.28 | 0.27 |
| HSL | 162.27º | 0.9% | 0.38% | - |
| HSV(B) | 162.27º | 0.95% | 0.73% | - |
| XYZ | 21.99 | 36.9 | 28.52 | - |
| YUV | 127.45 | 131.69 | 44.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 186 | 134 | 0.95 | 0 | 0.28 | 0.27 | 162.27 | 0.9 | 0.38 |
| Hex | A | BA | 86 | 5F | 0 | 1C | 1B | A2 | 5A | 26 |
| Octal | 12 | 272 | 206 | 137 | 0 | 34 | 33 | 242 | 132 | 46 |
| Binary | 1010 | 10111010 | 10000110 | 1011111 | 0 | 11100 | 11011 | 10100010 | 1011010 | 100110 |
Color Harmonies of #0ABA86
Complementary color
Monochromatic Colors of #0ABA86
Black with #0ABA86
Text Example
Text Example
White with #0ABA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABA86; }
p { color: rgb(10,186,134); }
H1.HeaderClassName
{
color: #0ABA86;
}
.AnyTagClassName
{
color: #0ABA86;
}
</style>
background-color css
<style>
a { background-color: #0ABA86; }
a { background-color: rgb(10,186,134); }
div.DivClassName
{
background-color: #0ABA86;
}
.BgClassName
{
background-color: #0ABA86;
}
</style>
border-color css
<style>
span { border-color: #0ABA86; }
span { border-color: rgb(10,186,134); }
td.TdClassName
{
border-color: #0ABA86;
}
.TagClassName
{
border-color: #0ABA86;
}
</style>