Shades of Mountain Meadow #0ABA8C
Tints of Mountain Meadow #0ABA8C
RGB
CMYK
RGB Variations
Color information
#0ABA8C (or 0x0ABA8C) is known color: Mountain Meadow. HEX triplet: 0A, BA and 8C. RGB value is (10,186,140). Sum of RGB (Red+Green+Blue) = 10+186+140=336 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.98% from 336); Green value is 186 (73.05% from 255 or 55.36% from 336); Blue value is 140 (55.08% from 255 or 41.67% from 336); Max value from RGB is 186 - color contains mainly: green. Hex color #0ABA8C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ABA8C is #F54573. Grayscale: #808080. Windows color (decimal): -16074100 or 9222666. OLE color: 9222666.
HSL color Cylindrical-coordinate representation of color #0ABA8C: hue angle of 164.32º 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 #0ABA8C is Cyan = 0.95, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 10 | 186 | 140 | - |
| CMYK | 0.95 | 0 | 0.25 | 0.27 |
| HSL | 164.32º | 0.9% | 0.38% | - |
| HSV(B) | 164.32º | 0.95% | 0.73% | - |
| XYZ | 22.42 | 37.08 | 30.79 | - |
| YUV | 128.13 | 134.69 | 43.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 186 | 140 | 0.95 | 0 | 0.25 | 0.27 | 164.32 | 0.9 | 0.38 |
| Hex | A | BA | 8C | 5F | 0 | 19 | 1B | A4 | 5A | 26 |
| Octal | 12 | 272 | 214 | 137 | 0 | 31 | 33 | 244 | 132 | 46 |
| Binary | 1010 | 10111010 | 10001100 | 1011111 | 0 | 11001 | 11011 | 10100100 | 1011010 | 100110 |
Color Harmonies of #0ABA8C
Complementary color
Monochromatic Colors of #0ABA8C
Black with #0ABA8C
Text Example
Text Example
White with #0ABA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABA8C; }
p { color: rgb(10,186,140); }
H1.HeaderClassName
{
color: #0ABA8C;
}
.AnyTagClassName
{
color: #0ABA8C;
}
</style>
background-color css
<style>
a { background-color: #0ABA8C; }
a { background-color: rgb(10,186,140); }
div.DivClassName
{
background-color: #0ABA8C;
}
.BgClassName
{
background-color: #0ABA8C;
}
</style>
border-color css
<style>
span { border-color: #0ABA8C; }
span { border-color: rgb(10,186,140); }
td.TdClassName
{
border-color: #0ABA8C;
}
.TagClassName
{
border-color: #0ABA8C;
}
</style>