Shades of Mountain Meadow #0EBE72
Tints of Mountain Meadow #0EBE72
RGB
CMYK
RGB Variations
Color information
#0EBE72 (or 0x0EBE72) is known color: Mountain Meadow. HEX triplet: 0E, BE and 72. RGB value is (14,190,114). Sum of RGB (Red+Green+Blue) = 14+190+114=318 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.40% from 318); Green value is 190 (74.61% from 255 or 59.75% from 318); Blue value is 114 (44.92% from 255 or 35.85% from 318); Max value from RGB is 190 - color contains mainly: green. Hex color #0EBE72 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EBE72 is #F1418D. Grayscale: #808080. Windows color (decimal): -15810958 or 7519758. OLE color: 7519758.
HSL color Cylindrical-coordinate representation of color #0EBE72: hue angle of 154.09º 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 #0EBE72 is Cyan = 0.93, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 14 | 190 | 114 | - |
| CMYK | 0.93 | 0 | 0.40 | 0.25 |
| HSL | 154.09º | 0.86% | 0.4% | - |
| HSV(B) | 154.09º | 0.93% | 0.75% | - |
| XYZ | 21.63 | 38.14 | 22.14 | - |
| YUV | 128.71 | 119.69 | 46.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 190 | 114 | 0.93 | 0 | 0.40 | 0.25 | 154.09 | 0.86 | 0.4 |
| Hex | E | BE | 72 | 5D | 0 | 28 | 19 | 9A | 56 | 28 |
| Octal | 16 | 276 | 162 | 135 | 0 | 50 | 31 | 232 | 126 | 50 |
| Binary | 1110 | 10111110 | 1110010 | 1011101 | 0 | 101000 | 11001 | 10011010 | 1010110 | 101000 |
Color Harmonies of #0EBE72
Complementary color
Monochromatic Colors of #0EBE72
Black with #0EBE72
Text Example
Text Example
White with #0EBE72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EBE72; }
p { color: rgb(14,190,114); }
H1.HeaderClassName
{
color: #0EBE72;
}
.AnyTagClassName
{
color: #0EBE72;
}
</style>
background-color css
<style>
a { background-color: #0EBE72; }
a { background-color: rgb(14,190,114); }
div.DivClassName
{
background-color: #0EBE72;
}
.BgClassName
{
background-color: #0EBE72;
}
</style>
border-color css
<style>
span { border-color: #0EBE72; }
span { border-color: rgb(14,190,114); }
td.TdClassName
{
border-color: #0EBE72;
}
.TagClassName
{
border-color: #0EBE72;
}
</style>