Shades of Mountain Meadow #0EBC7E
Tints of Mountain Meadow #0EBC7E
RGB
CMYK
RGB Variations
Color information
#0EBC7E (or 0x0EBC7E) is known color: Mountain Meadow. HEX triplet: 0E, BC and 7E. RGB value is (14,188,126). Sum of RGB (Red+Green+Blue) = 14+188+126=328 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.27% from 328); Green value is 188 (73.83% from 255 or 57.32% from 328); Blue value is 126 (49.61% from 255 or 38.41% from 328); Max value from RGB is 188 - color contains mainly: green. Hex color #0EBC7E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EBC7E is #F14381. Grayscale: #808080. Windows color (decimal): -15811458 or 8305678. OLE color: 8305678.
HSL color Cylindrical-coordinate representation of color #0EBC7E: hue angle of 158.62º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EBC7E is Cyan = 0.93, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 14 | 188 | 126 | - |
| CMYK | 0.93 | 0 | 0.33 | 0.26 |
| HSL | 158.62º | 0.86% | 0.4% | - |
| HSV(B) | 158.62º | 0.93% | 0.74% | - |
| XYZ | 21.93 | 37.57 | 25.83 | - |
| YUV | 128.91 | 126.35 | 46.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 188 | 126 | 0.93 | 0 | 0.33 | 0.26 | 158.62 | 0.86 | 0.4 |
| Hex | E | BC | 7E | 5D | 0 | 21 | 1A | 9F | 56 | 28 |
| Octal | 16 | 274 | 176 | 135 | 0 | 41 | 32 | 237 | 126 | 50 |
| Binary | 1110 | 10111100 | 1111110 | 1011101 | 0 | 100001 | 11010 | 10011111 | 1010110 | 101000 |
Color Harmonies of #0EBC7E
Complementary color
Monochromatic Colors of #0EBC7E
Black with #0EBC7E
Text Example
Text Example
White with #0EBC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EBC7E; }
p { color: rgb(14,188,126); }
H1.HeaderClassName
{
color: #0EBC7E;
}
.AnyTagClassName
{
color: #0EBC7E;
}
</style>
background-color css
<style>
a { background-color: #0EBC7E; }
a { background-color: rgb(14,188,126); }
div.DivClassName
{
background-color: #0EBC7E;
}
.BgClassName
{
background-color: #0EBC7E;
}
</style>
border-color css
<style>
span { border-color: #0EBC7E; }
span { border-color: rgb(14,188,126); }
td.TdClassName
{
border-color: #0EBC7E;
}
.TagClassName
{
border-color: #0EBC7E;
}
</style>