Shades of Mountain Meadow #0EBA77
Tints of Mountain Meadow #0EBA77
RGB
CMYK
RGB Variations
Color information
#0EBA77 (or 0x0EBA77) is known color: Mountain Meadow. HEX triplet: 0E, BA and 77. RGB value is (14,186,119). Sum of RGB (Red+Green+Blue) = 14+186+119=319 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.39% from 319); Green value is 186 (73.05% from 255 or 58.31% from 319); Blue value is 119 (46.88% from 255 or 37.30% from 319); Max value from RGB is 186 - color contains mainly: green. Hex color #0EBA77 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EBA77 is #F14588. Grayscale: #7F7F7F. Windows color (decimal): -15811977 or 7846414. OLE color: 7846414.
HSL color Cylindrical-coordinate representation of color #0EBA77: hue angle of 156.63º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EBA77 is Cyan = 0.92, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 14 | 186 | 119 | - |
| CMYK | 0.92 | 0 | 0.36 | 0.27 |
| HSL | 156.63º | 0.86% | 0.39% | - |
| HSV(B) | 156.63º | 0.92% | 0.73% | - |
| XYZ | 21.07 | 36.54 | 23.4 | - |
| YUV | 126.93 | 123.52 | 47.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 186 | 119 | 0.92 | 0 | 0.36 | 0.27 | 156.63 | 0.86 | 0.39 |
| Hex | E | BA | 77 | 5C | 0 | 24 | 1B | 9D | 56 | 27 |
| Octal | 16 | 272 | 167 | 134 | 0 | 44 | 33 | 235 | 126 | 47 |
| Binary | 1110 | 10111010 | 1110111 | 1011100 | 0 | 100100 | 11011 | 10011101 | 1010110 | 100111 |
Color Harmonies of #0EBA77
Complementary color
Monochromatic Colors of #0EBA77
Black with #0EBA77
Text Example
Text Example
White with #0EBA77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EBA77; }
p { color: rgb(14,186,119); }
H1.HeaderClassName
{
color: #0EBA77;
}
.AnyTagClassName
{
color: #0EBA77;
}
</style>
background-color css
<style>
a { background-color: #0EBA77; }
a { background-color: rgb(14,186,119); }
div.DivClassName
{
background-color: #0EBA77;
}
.BgClassName
{
background-color: #0EBA77;
}
</style>
border-color css
<style>
span { border-color: #0EBA77; }
span { border-color: rgb(14,186,119); }
td.TdClassName
{
border-color: #0EBA77;
}
.TagClassName
{
border-color: #0EBA77;
}
</style>