Shades of Mountain Meadow #0EC574
Tints of Mountain Meadow #0EC574
RGB
CMYK
RGB Variations
Color information
#0EC574 (or 0x0EC574) is known color: Mountain Meadow. HEX triplet: 0E, C5 and 74. RGB value is (14,197,116). Sum of RGB (Red+Green+Blue) = 14+197+116=327 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.28% from 327); Green value is 197 (77.34% from 255 or 60.24% from 327); Blue value is 116 (45.70% from 255 or 35.47% from 327); Max value from RGB is 197 - color contains mainly: green. Hex color #0EC574 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EC574 is #F13A8B. Grayscale: #858585. Windows color (decimal): -15809164 or 7652622. OLE color: 7652622.
HSL color Cylindrical-coordinate representation of color #0EC574: hue angle of 153.44º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EC574 is Cyan = 0.93, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 14 | 197 | 116 | - |
| CMYK | 0.93 | 0 | 0.41 | 0.23 |
| HSL | 153.44º | 0.87% | 0.41% | - |
| HSV(B) | 153.44º | 0.93% | 0.77% | - |
| XYZ | 23.3 | 41.29 | 23.26 | - |
| YUV | 133.05 | 118.37 | 43.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 197 | 116 | 0.93 | 0 | 0.41 | 0.23 | 153.44 | 0.87 | 0.41 |
| Hex | E | C5 | 74 | 5D | 0 | 29 | 17 | 99 | 57 | 29 |
| Octal | 16 | 305 | 164 | 135 | 0 | 51 | 27 | 231 | 127 | 51 |
| Binary | 1110 | 11000101 | 1110100 | 1011101 | 0 | 101001 | 10111 | 10011001 | 1010111 | 101001 |
Color Harmonies of #0EC574
Complementary color
Monochromatic Colors of #0EC574
Black with #0EC574
Text Example
Text Example
White with #0EC574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC574; }
p { color: rgb(14,197,116); }
H1.HeaderClassName
{
color: #0EC574;
}
.AnyTagClassName
{
color: #0EC574;
}
</style>
background-color css
<style>
a { background-color: #0EC574; }
a { background-color: rgb(14,197,116); }
div.DivClassName
{
background-color: #0EC574;
}
.BgClassName
{
background-color: #0EC574;
}
</style>
border-color css
<style>
span { border-color: #0EC574; }
span { border-color: rgb(14,197,116); }
td.TdClassName
{
border-color: #0EC574;
}
.TagClassName
{
border-color: #0EC574;
}
</style>