Shades of Mountain Meadow #0ABC7E
Tints of Mountain Meadow #0ABC7E
RGB
CMYK
RGB Variations
Color information
#0ABC7E (or 0x0ABC7E) is known color: Mountain Meadow. HEX triplet: 0A, BC and 7E. RGB value is (10,188,126). Sum of RGB (Red+Green+Blue) = 10+188+126=324 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.09% from 324); Green value is 188 (73.83% from 255 or 58.02% from 324); Blue value is 126 (49.61% from 255 or 38.89% from 324); Max value from RGB is 188 - color contains mainly: green. Hex color #0ABC7E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ABC7E is #F54381. Grayscale: #7F7F7F. Windows color (decimal): -16073602 or 8305674. OLE color: 8305674.
HSL color Cylindrical-coordinate representation of color #0ABC7E: hue angle of 159.1º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ABC7E is Cyan = 0.95, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 10 | 188 | 126 | - |
| CMYK | 0.95 | 0 | 0.33 | 0.26 |
| HSL | 159.1º | 0.9% | 0.39% | - |
| HSV(B) | 159.1º | 0.95% | 0.74% | - |
| XYZ | 21.87 | 37.54 | 25.83 | - |
| YUV | 127.71 | 127.03 | 44.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 188 | 126 | 0.95 | 0 | 0.33 | 0.26 | 159.1 | 0.9 | 0.39 |
| Hex | A | BC | 7E | 5F | 0 | 21 | 1A | 9F | 5A | 27 |
| Octal | 12 | 274 | 176 | 137 | 0 | 41 | 32 | 237 | 132 | 47 |
| Binary | 1010 | 10111100 | 1111110 | 1011111 | 0 | 100001 | 11010 | 10011111 | 1011010 | 100111 |
Color Harmonies of #0ABC7E
Complementary color
Monochromatic Colors of #0ABC7E
Black with #0ABC7E
Text Example
Text Example
White with #0ABC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABC7E; }
p { color: rgb(10,188,126); }
H1.HeaderClassName
{
color: #0ABC7E;
}
.AnyTagClassName
{
color: #0ABC7E;
}
</style>
background-color css
<style>
a { background-color: #0ABC7E; }
a { background-color: rgb(10,188,126); }
div.DivClassName
{
background-color: #0ABC7E;
}
.BgClassName
{
background-color: #0ABC7E;
}
</style>
border-color css
<style>
span { border-color: #0ABC7E; }
span { border-color: rgb(10,188,126); }
td.TdClassName
{
border-color: #0ABC7E;
}
.TagClassName
{
border-color: #0ABC7E;
}
</style>