Shades of Mountain Meadow #0EC978
Tints of Mountain Meadow #0EC978
RGB
CMYK
RGB Variations
Color information
#0EC978 (or 0x0EC978) is known color: Mountain Meadow. HEX triplet: 0E, C9 and 78. RGB value is (14,201,120). Sum of RGB (Red+Green+Blue) = 14+201+120=335 (44% of max value = 765). Red value is 14 (5.86% from 255 or 4.18% from 335); Green value is 201 (78.91% from 255 or 60% from 335); Blue value is 120 (47.27% from 255 or 35.82% from 335); Max value from RGB is 201 - color contains mainly: green. Hex color #0EC978 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EC978 is #F13687. Grayscale: #878787. Windows color (decimal): -15808136 or 7915790. OLE color: 7915790.
HSL color Cylindrical-coordinate representation of color #0EC978: hue angle of 154.01º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EC978 is Cyan = 0.93, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 14 | 201 | 120 | - |
| CMYK | 0.93 | 0 | 0.40 | 0.21 |
| HSL | 154.01º | 0.87% | 0.42% | - |
| HSV(B) | 154.01º | 0.93% | 0.79% | - |
| XYZ | 24.46 | 43.22 | 24.82 | - |
| YUV | 135.85 | 119.05 | 41.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 201 | 120 | 0.93 | 0 | 0.40 | 0.21 | 154.01 | 0.87 | 0.42 |
| Hex | E | C9 | 78 | 5D | 0 | 28 | 15 | 9A | 57 | 2A |
| Octal | 16 | 311 | 170 | 135 | 0 | 50 | 25 | 232 | 127 | 52 |
| Binary | 1110 | 11001001 | 1111000 | 1011101 | 0 | 101000 | 10101 | 10011010 | 1010111 | 101010 |
Color Harmonies of #0EC978
Complementary color
Monochromatic Colors of #0EC978
Black with #0EC978
Text Example
Text Example
White with #0EC978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC978; }
p { color: rgb(14,201,120); }
H1.HeaderClassName
{
color: #0EC978;
}
.AnyTagClassName
{
color: #0EC978;
}
</style>
background-color css
<style>
a { background-color: #0EC978; }
a { background-color: rgb(14,201,120); }
div.DivClassName
{
background-color: #0EC978;
}
.BgClassName
{
background-color: #0EC978;
}
</style>
border-color css
<style>
span { border-color: #0EC978; }
span { border-color: rgb(14,201,120); }
td.TdClassName
{
border-color: #0EC978;
}
.TagClassName
{
border-color: #0EC978;
}
</style>