Shades of Mountain Meadow #0EC087
Tints of Mountain Meadow #0EC087
RGB
CMYK
RGB Variations
Color information
#0EC087 (or 0x0EC087) is known color: Mountain Meadow. HEX triplet: 0E, C0 and 87. RGB value is (14,192,135). Sum of RGB (Red+Green+Blue) = 14+192+135=341 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.11% from 341); Green value is 192 (75.39% from 255 or 56.30% from 341); Blue value is 135 (53.12% from 255 or 39.59% from 341); Max value from RGB is 192 - color contains mainly: green. Hex color #0EC087 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EC087 is #F13F78. Grayscale: #848484. Windows color (decimal): -15810425 or 8896526. OLE color: 8896526.
HSL color Cylindrical-coordinate representation of color #0EC087: hue angle of 160.79º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EC087 is Cyan = 0.93, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 14 | 192 | 135 | - |
| CMYK | 0.93 | 0 | 0.30 | 0.25 |
| HSL | 160.79º | 0.86% | 0.4% | - |
| HSV(B) | 160.79º | 0.93% | 0.75% | - |
| XYZ | 23.4 | 39.54 | 29.32 | - |
| YUV | 132.28 | 129.53 | 43.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 192 | 135 | 0.93 | 0 | 0.30 | 0.25 | 160.79 | 0.86 | 0.4 |
| Hex | E | C0 | 87 | 5D | 0 | 1E | 19 | A1 | 56 | 28 |
| Octal | 16 | 300 | 207 | 135 | 0 | 36 | 31 | 241 | 126 | 50 |
| Binary | 1110 | 11000000 | 10000111 | 1011101 | 0 | 11110 | 11001 | 10100001 | 1010110 | 101000 |
Color Harmonies of #0EC087
Complementary color
Monochromatic Colors of #0EC087
Black with #0EC087
Text Example
Text Example
White with #0EC087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC087; }
p { color: rgb(14,192,135); }
H1.HeaderClassName
{
color: #0EC087;
}
.AnyTagClassName
{
color: #0EC087;
}
</style>
background-color css
<style>
a { background-color: #0EC087; }
a { background-color: rgb(14,192,135); }
div.DivClassName
{
background-color: #0EC087;
}
.BgClassName
{
background-color: #0EC087;
}
</style>
border-color css
<style>
span { border-color: #0EC087; }
span { border-color: rgb(14,192,135); }
td.TdClassName
{
border-color: #0EC087;
}
.TagClassName
{
border-color: #0EC087;
}
</style>