Shades of Mountain Meadow #0EBA76
Tints of Mountain Meadow #0EBA76
RGB
CMYK
RGB Variations
Color information
#0EBA76 (or 0x0EBA76) is known color: Mountain Meadow. HEX triplet: 0E, BA and 76. RGB value is (14,186,118). Sum of RGB (Red+Green+Blue) = 14+186+118=318 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.40% from 318); Green value is 186 (73.05% from 255 or 58.49% from 318); Blue value is 118 (46.48% from 255 or 37.11% from 318); Max value from RGB is 186 - color contains mainly: green. Hex color #0EBA76 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EBA76 is #F14589. Grayscale: #7E7E7E. Windows color (decimal): -15811978 or 7780878. OLE color: 7780878.
HSL color Cylindrical-coordinate representation of color #0EBA76: hue angle of 156.28º 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 #0EBA76 is Cyan = 0.92, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 14 | 186 | 118 | - |
| CMYK | 0.92 | 0 | 0.37 | 0.27 |
| HSL | 156.28º | 0.86% | 0.39% | - |
| HSV(B) | 156.28º | 0.92% | 0.73% | - |
| XYZ | 21.01 | 36.52 | 23.08 | - |
| YUV | 126.82 | 123.02 | 47.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 186 | 118 | 0.92 | 0 | 0.37 | 0.27 | 156.28 | 0.86 | 0.39 |
| Hex | E | BA | 76 | 5C | 0 | 25 | 1B | 9C | 56 | 27 |
| Octal | 16 | 272 | 166 | 134 | 0 | 45 | 33 | 234 | 126 | 47 |
| Binary | 1110 | 10111010 | 1110110 | 1011100 | 0 | 100101 | 11011 | 10011100 | 1010110 | 100111 |
Color Harmonies of #0EBA76
Complementary color
Monochromatic Colors of #0EBA76
Black with #0EBA76
Text Example
Text Example
White with #0EBA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EBA76; }
p { color: rgb(14,186,118); }
H1.HeaderClassName
{
color: #0EBA76;
}
.AnyTagClassName
{
color: #0EBA76;
}
</style>
background-color css
<style>
a { background-color: #0EBA76; }
a { background-color: rgb(14,186,118); }
div.DivClassName
{
background-color: #0EBA76;
}
.BgClassName
{
background-color: #0EBA76;
}
</style>
border-color css
<style>
span { border-color: #0EBA76; }
span { border-color: rgb(14,186,118); }
td.TdClassName
{
border-color: #0EBA76;
}
.TagClassName
{
border-color: #0EBA76;
}
</style>