Shades of Mountain Meadow #0EBC91
Tints of Mountain Meadow #0EBC91
RGB
CMYK
RGB Variations
Color information
#0EBC91 (or 0x0EBC91) is known color: Mountain Meadow. HEX triplet: 0E, BC and 91. RGB value is (14,188,145). Sum of RGB (Red+Green+Blue) = 14+188+145=347 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.03% from 347); Green value is 188 (73.83% from 255 or 54.18% from 347); Blue value is 145 (57.03% from 255 or 41.79% from 347); Max value from RGB is 188 - color contains mainly: green. Hex color #0EBC91 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EBC91 is #F1436E. Grayscale: #838383. Windows color (decimal): -15811439 or 9550862. OLE color: 9550862.
HSL color Cylindrical-coordinate representation of color #0EBC91: hue angle of 165.17º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EBC91 is Cyan = 0.93, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 14 | 188 | 145 | - |
| CMYK | 0.93 | 0 | 0.23 | 0.26 |
| HSL | 165.17º | 0.86% | 0.4% | - |
| HSV(B) | 165.17º | 0.93% | 0.74% | - |
| XYZ | 23.28 | 38.1 | 32.92 | - |
| YUV | 131.07 | 135.85 | 44.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 188 | 145 | 0.93 | 0 | 0.23 | 0.26 | 165.17 | 0.86 | 0.4 |
| Hex | E | BC | 91 | 5D | 0 | 17 | 1A | A5 | 56 | 28 |
| Octal | 16 | 274 | 221 | 135 | 0 | 27 | 32 | 245 | 126 | 50 |
| Binary | 1110 | 10111100 | 10010001 | 1011101 | 0 | 10111 | 11010 | 10100101 | 1010110 | 101000 |
Color Harmonies of #0EBC91
Complementary color
Monochromatic Colors of #0EBC91
Black with #0EBC91
Text Example
Text Example
White with #0EBC91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EBC91; }
p { color: rgb(14,188,145); }
H1.HeaderClassName
{
color: #0EBC91;
}
.AnyTagClassName
{
color: #0EBC91;
}
</style>
background-color css
<style>
a { background-color: #0EBC91; }
a { background-color: rgb(14,188,145); }
div.DivClassName
{
background-color: #0EBC91;
}
.BgClassName
{
background-color: #0EBC91;
}
</style>
border-color css
<style>
span { border-color: #0EBC91; }
span { border-color: rgb(14,188,145); }
td.TdClassName
{
border-color: #0EBC91;
}
.TagClassName
{
border-color: #0EBC91;
}
</style>