Shades of Mountain Meadow #0EBA79
Tints of Mountain Meadow #0EBA79
RGB
CMYK
RGB Variations
Color information
#0EBA79 (or 0x0EBA79) is known color: Mountain Meadow. HEX triplet: 0E, BA and 79. RGB value is (14,186,121). Sum of RGB (Red+Green+Blue) = 14+186+121=321 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.36% from 321); Green value is 186 (73.05% from 255 or 57.94% from 321); Blue value is 121 (47.66% from 255 or 37.69% from 321); Max value from RGB is 186 - color contains mainly: green. Hex color #0EBA79 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EBA79 is #F14586. Grayscale: #7F7F7F. Windows color (decimal): -15811975 or 7977486. OLE color: 7977486.
HSL color Cylindrical-coordinate representation of color #0EBA79: hue angle of 157.33º 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 #0EBA79 is Cyan = 0.92, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 14 | 186 | 121 | - |
| CMYK | 0.92 | 0 | 0.35 | 0.27 |
| HSL | 157.33º | 0.86% | 0.39% | - |
| HSV(B) | 157.33º | 0.92% | 0.73% | - |
| XYZ | 21.19 | 36.59 | 24.04 | - |
| YUV | 127.16 | 124.52 | 47.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 186 | 121 | 0.92 | 0 | 0.35 | 0.27 | 157.33 | 0.86 | 0.39 |
| Hex | E | BA | 79 | 5C | 0 | 23 | 1B | 9D | 56 | 27 |
| Octal | 16 | 272 | 171 | 134 | 0 | 43 | 33 | 235 | 126 | 47 |
| Binary | 1110 | 10111010 | 1111001 | 1011100 | 0 | 100011 | 11011 | 10011101 | 1010110 | 100111 |
Color Harmonies of #0EBA79
Complementary color
Monochromatic Colors of #0EBA79
Black with #0EBA79
Text Example
Text Example
White with #0EBA79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EBA79; }
p { color: rgb(14,186,121); }
H1.HeaderClassName
{
color: #0EBA79;
}
.AnyTagClassName
{
color: #0EBA79;
}
</style>
background-color css
<style>
a { background-color: #0EBA79; }
a { background-color: rgb(14,186,121); }
div.DivClassName
{
background-color: #0EBA79;
}
.BgClassName
{
background-color: #0EBA79;
}
</style>
border-color css
<style>
span { border-color: #0EBA79; }
span { border-color: rgb(14,186,121); }
td.TdClassName
{
border-color: #0EBA79;
}
.TagClassName
{
border-color: #0EBA79;
}
</style>