Shades of Mountain Meadow #0EBC7F
Tints of Mountain Meadow #0EBC7F
RGB
CMYK
RGB Variations
Color information
#0EBC7F (or 0x0EBC7F) is known color: Mountain Meadow. HEX triplet: 0E, BC and 7F. RGB value is (14,188,127). Sum of RGB (Red+Green+Blue) = 14+188+127=329 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.26% from 329); Green value is 188 (73.83% from 255 or 57.14% from 329); Blue value is 127 (50% from 255 or 38.60% from 329); Max value from RGB is 188 - color contains mainly: green. Hex color #0EBC7F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EBC7F is #F14380. Grayscale: #818181. Windows color (decimal): -15811457 or 8371214. OLE color: 8371214.
HSL color Cylindrical-coordinate representation of color #0EBC7F: hue angle of 158.97º 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 #0EBC7F is Cyan = 0.93, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 14 | 188 | 127 | - |
| CMYK | 0.93 | 0 | 0.32 | 0.26 |
| HSL | 158.97º | 0.86% | 0.4% | - |
| HSV(B) | 158.97º | 0.93% | 0.74% | - |
| XYZ | 22 | 37.59 | 26.18 | - |
| YUV | 129.02 | 126.85 | 45.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 188 | 127 | 0.93 | 0 | 0.32 | 0.26 | 158.97 | 0.86 | 0.4 |
| Hex | E | BC | 7F | 5D | 0 | 20 | 1A | 9F | 56 | 28 |
| Octal | 16 | 274 | 177 | 135 | 0 | 40 | 32 | 237 | 126 | 50 |
| Binary | 1110 | 10111100 | 1111111 | 1011101 | 0 | 100000 | 11010 | 10011111 | 1010110 | 101000 |
Color Harmonies of #0EBC7F
Complementary color
Monochromatic Colors of #0EBC7F
Black with #0EBC7F
Text Example
Text Example
White with #0EBC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EBC7F; }
p { color: rgb(14,188,127); }
H1.HeaderClassName
{
color: #0EBC7F;
}
.AnyTagClassName
{
color: #0EBC7F;
}
</style>
background-color css
<style>
a { background-color: #0EBC7F; }
a { background-color: rgb(14,188,127); }
div.DivClassName
{
background-color: #0EBC7F;
}
.BgClassName
{
background-color: #0EBC7F;
}
</style>
border-color css
<style>
span { border-color: #0EBC7F; }
span { border-color: rgb(14,188,127); }
td.TdClassName
{
border-color: #0EBC7F;
}
.TagClassName
{
border-color: #0EBC7F;
}
</style>