Shades of Mountain Meadow #0EBD8E
Tints of Mountain Meadow #0EBD8E
RGB
CMYK
RGB Variations
Color information
#0EBD8E (or 0x0EBD8E) is known color: Mountain Meadow. HEX triplet: 0E, BD and 8E. RGB value is (14,189,142). Sum of RGB (Red+Green+Blue) = 14+189+142=345 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.06% from 345); Green value is 189 (74.22% from 255 or 54.78% from 345); Blue value is 142 (55.86% from 255 or 41.16% from 345); Max value from RGB is 189 - color contains mainly: green. Hex color #0EBD8E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EBD8E is #F14271. Grayscale: #838383. Windows color (decimal): -15811186 or 9354510. OLE color: 9354510.
HSL color Cylindrical-coordinate representation of color #0EBD8E: hue angle of 163.89º 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 #0EBD8E is Cyan = 0.93, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 14 | 189 | 142 | - |
| CMYK | 0.93 | 0 | 0.25 | 0.26 |
| HSL | 163.89º | 0.86% | 0.4% | - |
| HSV(B) | 163.89º | 0.93% | 0.74% | - |
| XYZ | 23.26 | 38.44 | 31.79 | - |
| YUV | 131.32 | 134.02 | 44.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 189 | 142 | 0.93 | 0 | 0.25 | 0.26 | 163.89 | 0.86 | 0.4 |
| Hex | E | BD | 8E | 5D | 0 | 19 | 1A | A4 | 56 | 28 |
| Octal | 16 | 275 | 216 | 135 | 0 | 31 | 32 | 244 | 126 | 50 |
| Binary | 1110 | 10111101 | 10001110 | 1011101 | 0 | 11001 | 11010 | 10100100 | 1010110 | 101000 |
Color Harmonies of #0EBD8E
Complementary color
Monochromatic Colors of #0EBD8E
Black with #0EBD8E
Text Example
Text Example
White with #0EBD8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EBD8E; }
p { color: rgb(14,189,142); }
H1.HeaderClassName
{
color: #0EBD8E;
}
.AnyTagClassName
{
color: #0EBD8E;
}
</style>
background-color css
<style>
a { background-color: #0EBD8E; }
a { background-color: rgb(14,189,142); }
div.DivClassName
{
background-color: #0EBD8E;
}
.BgClassName
{
background-color: #0EBD8E;
}
</style>
border-color css
<style>
span { border-color: #0EBD8E; }
span { border-color: rgb(14,189,142); }
td.TdClassName
{
border-color: #0EBD8E;
}
.TagClassName
{
border-color: #0EBD8E;
}
</style>