Shades of Mountain Meadow #0EBA75
Tints of Mountain Meadow #0EBA75
RGB
CMYK
RGB Variations
Color information
#0EBA75 (or 0x0EBA75) is known color: Mountain Meadow. HEX triplet: 0E, BA and 75. RGB value is (14,186,117). Sum of RGB (Red+Green+Blue) = 14+186+117=317 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.42% from 317); Green value is 186 (73.05% from 255 or 58.68% from 317); Blue value is 117 (46.09% from 255 or 36.91% from 317); Max value from RGB is 186 - color contains mainly: green. Hex color #0EBA75 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EBA75 is #F1458A. Grayscale: #7E7E7E. Windows color (decimal): -15811979 or 7715342. OLE color: 7715342.
HSL color Cylindrical-coordinate representation of color #0EBA75: hue angle of 155.93º 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 #0EBA75 is Cyan = 0.92, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 14 | 186 | 117 | - |
| CMYK | 0.92 | 0 | 0.37 | 0.27 |
| HSL | 155.93º | 0.86% | 0.39% | - |
| HSV(B) | 155.93º | 0.92% | 0.73% | - |
| XYZ | 20.95 | 36.5 | 22.77 | - |
| YUV | 126.71 | 122.52 | 47.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 186 | 117 | 0.92 | 0 | 0.37 | 0.27 | 155.93 | 0.86 | 0.39 |
| Hex | E | BA | 75 | 5C | 0 | 25 | 1B | 9C | 56 | 27 |
| Octal | 16 | 272 | 165 | 134 | 0 | 45 | 33 | 234 | 126 | 47 |
| Binary | 1110 | 10111010 | 1110101 | 1011100 | 0 | 100101 | 11011 | 10011100 | 1010110 | 100111 |
Color Harmonies of #0EBA75
Complementary color
Monochromatic Colors of #0EBA75
Black with #0EBA75
Text Example
Text Example
White with #0EBA75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EBA75; }
p { color: rgb(14,186,117); }
H1.HeaderClassName
{
color: #0EBA75;
}
.AnyTagClassName
{
color: #0EBA75;
}
</style>
background-color css
<style>
a { background-color: #0EBA75; }
a { background-color: rgb(14,186,117); }
div.DivClassName
{
background-color: #0EBA75;
}
.BgClassName
{
background-color: #0EBA75;
}
</style>
border-color css
<style>
span { border-color: #0EBA75; }
span { border-color: rgb(14,186,117); }
td.TdClassName
{
border-color: #0EBA75;
}
.TagClassName
{
border-color: #0EBA75;
}
</style>