Shades of Mountain Meadow #0EA780
Tints of Mountain Meadow #0EA780
RGB
CMYK
RGB Variations
Color information
#0EA780 (or 0x0EA780) is known color: Mountain Meadow. HEX triplet: 0E, A7 and 80. RGB value is (14,167,128). Sum of RGB (Red+Green+Blue) = 14+167+128=309 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.53% from 309); Green value is 167 (65.62% from 255 or 54.05% from 309); Blue value is 128 (50.39% from 255 or 41.42% from 309); Max value from RGB is 167 - color contains mainly: green. Hex color #0EA780 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EA780 is #F1587F. Grayscale: #747474. Windows color (decimal): -15816832 or 8431374. OLE color: 8431374.
HSL color Cylindrical-coordinate representation of color #0EA780: hue angle of 164.71º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EA780 is Cyan = 0.92, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 14 | 167 | 128 | - |
| CMYK | 0.92 | 0 | 0.23 | 0.35 |
| HSL | 164.71º | 0.85% | 0.35% | - |
| HSV(B) | 164.71º | 0.92% | 0.65% | - |
| XYZ | 17.9 | 29.29 | 25.13 | - |
| YUV | 116.81 | 134.31 | 54.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 167 | 128 | 0.92 | 0 | 0.23 | 0.35 | 164.71 | 0.85 | 0.35 |
| Hex | E | A7 | 80 | 5C | 0 | 17 | 23 | A5 | 55 | 23 |
| Octal | 16 | 247 | 200 | 134 | 0 | 27 | 43 | 245 | 125 | 43 |
| Binary | 1110 | 10100111 | 10000000 | 1011100 | 0 | 10111 | 100011 | 10100101 | 1010101 | 100011 |
Color Harmonies of #0EA780
Complementary color
Monochromatic Colors of #0EA780
Black with #0EA780
Text Example
Text Example
White with #0EA780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EA780; }
p { color: rgb(14,167,128); }
H1.HeaderClassName
{
color: #0EA780;
}
.AnyTagClassName
{
color: #0EA780;
}
</style>
background-color css
<style>
a { background-color: #0EA780; }
a { background-color: rgb(14,167,128); }
div.DivClassName
{
background-color: #0EA780;
}
.BgClassName
{
background-color: #0EA780;
}
</style>
border-color css
<style>
span { border-color: #0EA780; }
span { border-color: rgb(14,167,128); }
td.TdClassName
{
border-color: #0EA780;
}
.TagClassName
{
border-color: #0EA780;
}
</style>