Shades of Mountain Meadow #0ABA8D
Tints of Mountain Meadow #0ABA8D
RGB
CMYK
RGB Variations
Color information
#0ABA8D (or 0x0ABA8D) is known color: Mountain Meadow. HEX triplet: 0A, BA and 8D. RGB value is (10,186,141). Sum of RGB (Red+Green+Blue) = 10+186+141=337 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.97% from 337); Green value is 186 (73.05% from 255 or 55.19% from 337); Blue value is 141 (55.47% from 255 or 41.84% from 337); Max value from RGB is 186 - color contains mainly: green. Hex color #0ABA8D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ABA8D is #F54572. Grayscale: #808080. Windows color (decimal): -16074099 or 9288202. OLE color: 9288202.
HSL color Cylindrical-coordinate representation of color #0ABA8D: hue angle of 164.66º 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 #0ABA8D is Cyan = 0.95, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 10 | 186 | 141 | - |
| CMYK | 0.95 | 0 | 0.24 | 0.27 |
| HSL | 164.66º | 0.9% | 0.38% | - |
| HSV(B) | 164.66º | 0.95% | 0.73% | - |
| XYZ | 22.49 | 37.11 | 31.18 | - |
| YUV | 128.25 | 135.19 | 43.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 186 | 141 | 0.95 | 0 | 0.24 | 0.27 | 164.66 | 0.9 | 0.38 |
| Hex | A | BA | 8D | 5F | 0 | 18 | 1B | A5 | 5A | 26 |
| Octal | 12 | 272 | 215 | 137 | 0 | 30 | 33 | 245 | 132 | 46 |
| Binary | 1010 | 10111010 | 10001101 | 1011111 | 0 | 11000 | 11011 | 10100101 | 1011010 | 100110 |
Color Harmonies of #0ABA8D
Complementary color
Monochromatic Colors of #0ABA8D
Black with #0ABA8D
Text Example
Text Example
White with #0ABA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABA8D; }
p { color: rgb(10,186,141); }
H1.HeaderClassName
{
color: #0ABA8D;
}
.AnyTagClassName
{
color: #0ABA8D;
}
</style>
background-color css
<style>
a { background-color: #0ABA8D; }
a { background-color: rgb(10,186,141); }
div.DivClassName
{
background-color: #0ABA8D;
}
.BgClassName
{
background-color: #0ABA8D;
}
</style>
border-color css
<style>
span { border-color: #0ABA8D; }
span { border-color: rgb(10,186,141); }
td.TdClassName
{
border-color: #0ABA8D;
}
.TagClassName
{
border-color: #0ABA8D;
}
</style>