Shades of Mountain Meadow #0EC877
Tints of Mountain Meadow #0EC877
RGB
CMYK
RGB Variations
Color information
#0EC877 (or 0x0EC877) is known color: Mountain Meadow. HEX triplet: 0E, C8 and 77. RGB value is (14,200,119). Sum of RGB (Red+Green+Blue) = 14+200+119=333 (44% of max value = 765). Red value is 14 (5.86% from 255 or 4.20% from 333); Green value is 200 (78.52% from 255 or 60.06% from 333); Blue value is 119 (46.88% from 255 or 35.74% from 333); Max value from RGB is 200 - color contains mainly: green. Hex color #0EC877 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EC877 is #F13788. Grayscale: #878787. Windows color (decimal): -15808393 or 7849998. OLE color: 7849998.
HSL color Cylindrical-coordinate representation of color #0EC877: hue angle of 153.87º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EC877 is Cyan = 0.93, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 14 | 200 | 119 | - |
| CMYK | 0.93 | 0 | 0.40 | 0.22 |
| HSL | 153.87º | 0.87% | 0.42% | - |
| HSV(B) | 153.87º | 0.93% | 0.78% | - |
| XYZ | 24.17 | 42.73 | 24.43 | - |
| YUV | 135.15 | 118.88 | 41.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 200 | 119 | 0.93 | 0 | 0.40 | 0.22 | 153.87 | 0.87 | 0.42 |
| Hex | E | C8 | 77 | 5D | 0 | 28 | 16 | 9A | 57 | 2A |
| Octal | 16 | 310 | 167 | 135 | 0 | 50 | 26 | 232 | 127 | 52 |
| Binary | 1110 | 11001000 | 1110111 | 1011101 | 0 | 101000 | 10110 | 10011010 | 1010111 | 101010 |
Color Harmonies of #0EC877
Complementary color
Monochromatic Colors of #0EC877
Black with #0EC877
Text Example
Text Example
White with #0EC877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC877; }
p { color: rgb(14,200,119); }
H1.HeaderClassName
{
color: #0EC877;
}
.AnyTagClassName
{
color: #0EC877;
}
</style>
background-color css
<style>
a { background-color: #0EC877; }
a { background-color: rgb(14,200,119); }
div.DivClassName
{
background-color: #0EC877;
}
.BgClassName
{
background-color: #0EC877;
}
</style>
border-color css
<style>
span { border-color: #0EC877; }
span { border-color: rgb(14,200,119); }
td.TdClassName
{
border-color: #0EC877;
}
.TagClassName
{
border-color: #0EC877;
}
</style>