Shades of Mountain Meadow #0EBC8D
Tints of Mountain Meadow #0EBC8D
RGB
CMYK
RGB Variations
Color information
#0EBC8D (or 0x0EBC8D) is known color: Mountain Meadow. HEX triplet: 0E, BC and 8D. RGB value is (14,188,141). Sum of RGB (Red+Green+Blue) = 14+188+141=343 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.08% from 343); Green value is 188 (73.83% from 255 or 54.81% from 343); Blue value is 141 (55.47% from 255 or 41.11% from 343); Max value from RGB is 188 - color contains mainly: green. Hex color #0EBC8D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EBC8D is #F14372. Grayscale: #828282. Windows color (decimal): -15811443 or 9288718. OLE color: 9288718.
HSL color Cylindrical-coordinate representation of color #0EBC8D: hue angle of 163.79º 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 #0EBC8D is Cyan = 0.93, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 14 | 188 | 141 | - |
| CMYK | 0.93 | 0 | 0.25 | 0.26 |
| HSL | 163.79º | 0.86% | 0.4% | - |
| HSV(B) | 163.79º | 0.93% | 0.74% | - |
| XYZ | 22.97 | 37.98 | 31.32 | - |
| YUV | 130.62 | 133.85 | 44.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 188 | 141 | 0.93 | 0 | 0.25 | 0.26 | 163.79 | 0.86 | 0.4 |
| Hex | E | BC | 8D | 5D | 0 | 19 | 1A | A4 | 56 | 28 |
| Octal | 16 | 274 | 215 | 135 | 0 | 31 | 32 | 244 | 126 | 50 |
| Binary | 1110 | 10111100 | 10001101 | 1011101 | 0 | 11001 | 11010 | 10100100 | 1010110 | 101000 |
Color Harmonies of #0EBC8D
Complementary color
Monochromatic Colors of #0EBC8D
Black with #0EBC8D
Text Example
Text Example
White with #0EBC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EBC8D; }
p { color: rgb(14,188,141); }
H1.HeaderClassName
{
color: #0EBC8D;
}
.AnyTagClassName
{
color: #0EBC8D;
}
</style>
background-color css
<style>
a { background-color: #0EBC8D; }
a { background-color: rgb(14,188,141); }
div.DivClassName
{
background-color: #0EBC8D;
}
.BgClassName
{
background-color: #0EBC8D;
}
</style>
border-color css
<style>
span { border-color: #0EBC8D; }
span { border-color: rgb(14,188,141); }
td.TdClassName
{
border-color: #0EBC8D;
}
.TagClassName
{
border-color: #0EBC8D;
}
</style>