Shades of Mountain Meadow #0EC184
Tints of Mountain Meadow #0EC184
RGB
CMYK
RGB Variations
Color information
#0EC184 (or 0x0EC184) is known color: Mountain Meadow. HEX triplet: 0E, C1 and 84. RGB value is (14,193,132). Sum of RGB (Red+Green+Blue) = 14+193+132=339 (44% of max value = 765). Red value is 14 (5.86% from 255 or 4.13% from 339); Green value is 193 (75.78% from 255 or 56.93% from 339); Blue value is 132 (51.95% from 255 or 38.94% from 339); Max value from RGB is 193 - color contains mainly: green. Hex color #0EC184 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EC184 is #F13E7B. Grayscale: #848484. Windows color (decimal): -15810172 or 8700174. OLE color: 8700174.
HSL color Cylindrical-coordinate representation of color #0EC184: hue angle of 159.55º degrees, saturation: 0.86, 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 #0EC184 is Cyan = 0.93, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 14 | 193 | 132 | - |
| CMYK | 0.93 | 0 | 0.32 | 0.24 |
| HSL | 159.55º | 0.86% | 0.41% | - |
| HSV(B) | 159.55º | 0.93% | 0.76% | - |
| XYZ | 23.42 | 39.9 | 28.3 | - |
| YUV | 132.53 | 127.7 | 43.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 193 | 132 | 0.93 | 0 | 0.32 | 0.24 | 159.55 | 0.86 | 0.41 |
| Hex | E | C1 | 84 | 5D | 0 | 20 | 18 | A0 | 56 | 29 |
| Octal | 16 | 301 | 204 | 135 | 0 | 40 | 30 | 240 | 126 | 51 |
| Binary | 1110 | 11000001 | 10000100 | 1011101 | 0 | 100000 | 11000 | 10100000 | 1010110 | 101001 |
Color Harmonies of #0EC184
Complementary color
Monochromatic Colors of #0EC184
Black with #0EC184
Text Example
Text Example
White with #0EC184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC184; }
p { color: rgb(14,193,132); }
H1.HeaderClassName
{
color: #0EC184;
}
.AnyTagClassName
{
color: #0EC184;
}
</style>
background-color css
<style>
a { background-color: #0EC184; }
a { background-color: rgb(14,193,132); }
div.DivClassName
{
background-color: #0EC184;
}
.BgClassName
{
background-color: #0EC184;
}
</style>
border-color css
<style>
span { border-color: #0EC184; }
span { border-color: rgb(14,193,132); }
td.TdClassName
{
border-color: #0EC184;
}
.TagClassName
{
border-color: #0EC184;
}
</style>