Shades of Mountain Meadow #0EC175
Tints of Mountain Meadow #0EC175
RGB
CMYK
RGB Variations
Color information
#0EC175 (or 0x0EC175) is known color: Mountain Meadow. HEX triplet: 0E, C1 and 75. RGB value is (14,193,117). Sum of RGB (Red+Green+Blue) = 14+193+117=324 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.32% from 324); Green value is 193 (75.78% from 255 or 59.57% from 324); Blue value is 117 (46.09% from 255 or 36.11% from 324); Max value from RGB is 193 - color contains mainly: green. Hex color #0EC175 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EC175 is #F13E8A. Grayscale: #828282. Windows color (decimal): -15810187 or 7717134. OLE color: 7717134.
HSL color Cylindrical-coordinate representation of color #0EC175: hue angle of 154.53º 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 #0EC175 is Cyan = 0.93, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 14 | 193 | 117 | - |
| CMYK | 0.93 | 0 | 0.39 | 0.24 |
| HSL | 154.53º | 0.86% | 0.41% | - |
| HSV(B) | 154.53º | 0.93% | 0.76% | - |
| XYZ | 22.46 | 39.52 | 23.27 | - |
| YUV | 130.82 | 120.2 | 44.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 193 | 117 | 0.93 | 0 | 0.39 | 0.24 | 154.53 | 0.86 | 0.41 |
| Hex | E | C1 | 75 | 5D | 0 | 27 | 18 | 9B | 56 | 29 |
| Octal | 16 | 301 | 165 | 135 | 0 | 47 | 30 | 233 | 126 | 51 |
| Binary | 1110 | 11000001 | 1110101 | 1011101 | 0 | 100111 | 11000 | 10011011 | 1010110 | 101001 |
Color Harmonies of #0EC175
Complementary color
Monochromatic Colors of #0EC175
Black with #0EC175
Text Example
Text Example
White with #0EC175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC175; }
p { color: rgb(14,193,117); }
H1.HeaderClassName
{
color: #0EC175;
}
.AnyTagClassName
{
color: #0EC175;
}
</style>
background-color css
<style>
a { background-color: #0EC175; }
a { background-color: rgb(14,193,117); }
div.DivClassName
{
background-color: #0EC175;
}
.BgClassName
{
background-color: #0EC175;
}
</style>
border-color css
<style>
span { border-color: #0EC175; }
span { border-color: rgb(14,193,117); }
td.TdClassName
{
border-color: #0EC175;
}
.TagClassName
{
border-color: #0EC175;
}
</style>