Shades of Mountain Meadow #0EC37D
Tints of Mountain Meadow #0EC37D
RGB
CMYK
RGB Variations
Color information
#0EC37D (or 0x0EC37D) is known color: Mountain Meadow. HEX triplet: 0E, C3 and 7D. RGB value is (14,195,125). Sum of RGB (Red+Green+Blue) = 14+195+125=334 (44% of max value = 765). Red value is 14 (5.86% from 255 or 4.19% from 334); Green value is 195 (76.56% from 255 or 58.38% from 334); Blue value is 125 (49.22% from 255 or 37.43% from 334); Max value from RGB is 195 - color contains mainly: green. Hex color #0EC37D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EC37D is #F13C82. Grayscale: #858585. Windows color (decimal): -15809667 or 8241934. OLE color: 8241934.
HSL color Cylindrical-coordinate representation of color #0EC37D: hue angle of 156.8º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EC37D is Cyan = 0.93, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 14 | 195 | 125 | - |
| CMYK | 0.93 | 0 | 0.36 | 0.24 |
| HSL | 156.8º | 0.87% | 0.41% | - |
| HSV(B) | 156.8º | 0.93% | 0.76% | - |
| XYZ | 23.4 | 40.6 | 26.01 | - |
| YUV | 132.9 | 123.53 | 43.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 195 | 125 | 0.93 | 0 | 0.36 | 0.24 | 156.8 | 0.87 | 0.41 |
| Hex | E | C3 | 7D | 5D | 0 | 24 | 18 | 9D | 57 | 29 |
| Octal | 16 | 303 | 175 | 135 | 0 | 44 | 30 | 235 | 127 | 51 |
| Binary | 1110 | 11000011 | 1111101 | 1011101 | 0 | 100100 | 11000 | 10011101 | 1010111 | 101001 |
Color Harmonies of #0EC37D
Complementary color
Monochromatic Colors of #0EC37D
Black with #0EC37D
Text Example
Text Example
White with #0EC37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC37D; }
p { color: rgb(14,195,125); }
H1.HeaderClassName
{
color: #0EC37D;
}
.AnyTagClassName
{
color: #0EC37D;
}
</style>
background-color css
<style>
a { background-color: #0EC37D; }
a { background-color: rgb(14,195,125); }
div.DivClassName
{
background-color: #0EC37D;
}
.BgClassName
{
background-color: #0EC37D;
}
</style>
border-color css
<style>
span { border-color: #0EC37D; }
span { border-color: rgb(14,195,125); }
td.TdClassName
{
border-color: #0EC37D;
}
.TagClassName
{
border-color: #0EC37D;
}
</style>