Shades of Mountain Meadow #0EC37A
Tints of Mountain Meadow #0EC37A
RGB
CMYK
RGB Variations
Color information
#0EC37A (or 0x0EC37A) is known color: Mountain Meadow. HEX triplet: 0E, C3 and 7A. RGB value is (14,195,122). Sum of RGB (Red+Green+Blue) = 14+195+122=331 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.23% from 331); Green value is 195 (76.56% from 255 or 58.91% from 331); Blue value is 122 (48.05% from 255 or 36.86% from 331); Max value from RGB is 195 - color contains mainly: green. Hex color #0EC37A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EC37A is #F13C85. Grayscale: #848484. Windows color (decimal): -15809670 or 8045326. OLE color: 8045326.
HSL color Cylindrical-coordinate representation of color #0EC37A: hue angle of 155.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 #0EC37A is Cyan = 0.93, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 14 | 195 | 122 | - |
| CMYK | 0.93 | 0 | 0.37 | 0.24 |
| HSL | 155.8º | 0.87% | 0.41% | - |
| HSV(B) | 155.8º | 0.93% | 0.76% | - |
| XYZ | 23.21 | 40.53 | 25.01 | - |
| YUV | 132.56 | 122.03 | 43.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 195 | 122 | 0.93 | 0 | 0.37 | 0.24 | 155.8 | 0.87 | 0.41 |
| Hex | E | C3 | 7A | 5D | 0 | 25 | 18 | 9C | 57 | 29 |
| Octal | 16 | 303 | 172 | 135 | 0 | 45 | 30 | 234 | 127 | 51 |
| Binary | 1110 | 11000011 | 1111010 | 1011101 | 0 | 100101 | 11000 | 10011100 | 1010111 | 101001 |
Color Harmonies of #0EC37A
Complementary color
Monochromatic Colors of #0EC37A
Black with #0EC37A
Text Example
Text Example
White with #0EC37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC37A; }
p { color: rgb(14,195,122); }
H1.HeaderClassName
{
color: #0EC37A;
}
.AnyTagClassName
{
color: #0EC37A;
}
</style>
background-color css
<style>
a { background-color: #0EC37A; }
a { background-color: rgb(14,195,122); }
div.DivClassName
{
background-color: #0EC37A;
}
.BgClassName
{
background-color: #0EC37A;
}
</style>
border-color css
<style>
span { border-color: #0EC37A; }
span { border-color: rgb(14,195,122); }
td.TdClassName
{
border-color: #0EC37A;
}
.TagClassName
{
border-color: #0EC37A;
}
</style>