Shades of Mountain Meadow #0EBE8C
Tints of Mountain Meadow #0EBE8C
RGB
CMYK
RGB Variations
Color information
#0EBE8C (or 0x0EBE8C) is known color: Mountain Meadow. HEX triplet: 0E, BE and 8C. RGB value is (14,190,140). Sum of RGB (Red+Green+Blue) = 14+190+140=344 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.07% from 344); Green value is 190 (74.61% from 255 or 55.23% from 344); Blue value is 140 (55.08% from 255 or 40.70% from 344); Max value from RGB is 190 - color contains mainly: green. Hex color #0EBE8C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EBE8C is #F14173. Grayscale: #838383. Windows color (decimal): -15810932 or 9223694. OLE color: 9223694.
HSL color Cylindrical-coordinate representation of color #0EBE8C: hue angle of 162.95º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EBE8C is Cyan = 0.93, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 14 | 190 | 140 | - |
| CMYK | 0.93 | 0 | 0.26 | 0.25 |
| HSL | 162.95º | 0.86% | 0.4% | - |
| HSV(B) | 162.95º | 0.93% | 0.75% | - |
| XYZ | 23.33 | 38.81 | 31.07 | - |
| YUV | 131.68 | 132.69 | 44.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 190 | 140 | 0.93 | 0 | 0.26 | 0.25 | 162.95 | 0.86 | 0.4 |
| Hex | E | BE | 8C | 5D | 0 | 1A | 19 | A3 | 56 | 28 |
| Octal | 16 | 276 | 214 | 135 | 0 | 32 | 31 | 243 | 126 | 50 |
| Binary | 1110 | 10111110 | 10001100 | 1011101 | 0 | 11010 | 11001 | 10100011 | 1010110 | 101000 |
Color Harmonies of #0EBE8C
Complementary color
Monochromatic Colors of #0EBE8C
Black with #0EBE8C
Text Example
Text Example
White with #0EBE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EBE8C; }
p { color: rgb(14,190,140); }
H1.HeaderClassName
{
color: #0EBE8C;
}
.AnyTagClassName
{
color: #0EBE8C;
}
</style>
background-color css
<style>
a { background-color: #0EBE8C; }
a { background-color: rgb(14,190,140); }
div.DivClassName
{
background-color: #0EBE8C;
}
.BgClassName
{
background-color: #0EBE8C;
}
</style>
border-color css
<style>
span { border-color: #0EBE8C; }
span { border-color: rgb(14,190,140); }
td.TdClassName
{
border-color: #0EBE8C;
}
.TagClassName
{
border-color: #0EBE8C;
}
</style>