Shades of Mountain Meadow #0EC185
Tints of Mountain Meadow #0EC185
RGB
CMYK
RGB Variations
Color information
#0EC185 (or 0x0EC185) is known color: Mountain Meadow. HEX triplet: 0E, C1 and 85. RGB value is (14,193,133). Sum of RGB (Red+Green+Blue) = 14+193+133=340 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.12% from 340); Green value is 193 (75.78% from 255 or 56.76% from 340); Blue value is 133 (52.34% from 255 or 39.12% from 340); Max value from RGB is 193 - color contains mainly: green. Hex color #0EC185 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EC185 is #F13E7A. Grayscale: #848484. Windows color (decimal): -15810171 or 8765710. OLE color: 8765710.
HSL color Cylindrical-coordinate representation of color #0EC185: hue angle of 159.89º 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 #0EC185 is Cyan = 0.93, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 14 | 193 | 133 | - |
| CMYK | 0.93 | 0 | 0.31 | 0.24 |
| HSL | 159.89º | 0.86% | 0.41% | - |
| HSV(B) | 159.89º | 0.93% | 0.76% | - |
| XYZ | 23.48 | 39.93 | 28.66 | - |
| YUV | 132.64 | 128.2 | 43.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 193 | 133 | 0.93 | 0 | 0.31 | 0.24 | 159.89 | 0.86 | 0.41 |
| Hex | E | C1 | 85 | 5D | 0 | 1F | 18 | A0 | 56 | 29 |
| Octal | 16 | 301 | 205 | 135 | 0 | 37 | 30 | 240 | 126 | 51 |
| Binary | 1110 | 11000001 | 10000101 | 1011101 | 0 | 11111 | 11000 | 10100000 | 1010110 | 101001 |
Color Harmonies of #0EC185
Complementary color
Monochromatic Colors of #0EC185
Black with #0EC185
Text Example
Text Example
White with #0EC185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC185; }
p { color: rgb(14,193,133); }
H1.HeaderClassName
{
color: #0EC185;
}
.AnyTagClassName
{
color: #0EC185;
}
</style>
background-color css
<style>
a { background-color: #0EC185; }
a { background-color: rgb(14,193,133); }
div.DivClassName
{
background-color: #0EC185;
}
.BgClassName
{
background-color: #0EC185;
}
</style>
border-color css
<style>
span { border-color: #0EC185; }
span { border-color: rgb(14,193,133); }
td.TdClassName
{
border-color: #0EC185;
}
.TagClassName
{
border-color: #0EC185;
}
</style>