Shades of Mountain Meadow #0ABA7C
Tints of Mountain Meadow #0ABA7C
RGB
CMYK
RGB Variations
Color information
#0ABA7C (or 0x0ABA7C) is known color: Mountain Meadow. HEX triplet: 0A, BA and 7C. RGB value is (10,186,124). Sum of RGB (Red+Green+Blue) = 10+186+124=320 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.12% from 320); Green value is 186 (73.05% from 255 or 58.12% from 320); Blue value is 124 (48.83% from 255 or 38.75% from 320); Max value from RGB is 186 - color contains mainly: green. Hex color #0ABA7C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ABA7C is #F54583. Grayscale: #7E7E7E. Windows color (decimal): -16074116 or 8174090. OLE color: 8174090.
HSL color Cylindrical-coordinate representation of color #0ABA7C: hue angle of 158.86º 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 #0ABA7C is Cyan = 0.95, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 10 | 186 | 124 | - |
| CMYK | 0.95 | 0 | 0.33 | 0.27 |
| HSL | 158.86º | 0.9% | 0.38% | - |
| HSV(B) | 158.86º | 0.95% | 0.73% | - |
| XYZ | 21.32 | 36.64 | 25.02 | - |
| YUV | 126.31 | 126.69 | 45.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 186 | 124 | 0.95 | 0 | 0.33 | 0.27 | 158.86 | 0.9 | 0.38 |
| Hex | A | BA | 7C | 5F | 0 | 21 | 1B | 9F | 5A | 26 |
| Octal | 12 | 272 | 174 | 137 | 0 | 41 | 33 | 237 | 132 | 46 |
| Binary | 1010 | 10111010 | 1111100 | 1011111 | 0 | 100001 | 11011 | 10011111 | 1011010 | 100110 |
Color Harmonies of #0ABA7C
Complementary color
Monochromatic Colors of #0ABA7C
Black with #0ABA7C
Text Example
Text Example
White with #0ABA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABA7C; }
p { color: rgb(10,186,124); }
H1.HeaderClassName
{
color: #0ABA7C;
}
.AnyTagClassName
{
color: #0ABA7C;
}
</style>
background-color css
<style>
a { background-color: #0ABA7C; }
a { background-color: rgb(10,186,124); }
div.DivClassName
{
background-color: #0ABA7C;
}
.BgClassName
{
background-color: #0ABA7C;
}
</style>
border-color css
<style>
span { border-color: #0ABA7C; }
span { border-color: rgb(10,186,124); }
td.TdClassName
{
border-color: #0ABA7C;
}
.TagClassName
{
border-color: #0ABA7C;
}
</style>