Shades of Mountain Meadow #0EAD85
Tints of Mountain Meadow #0EAD85
RGB
CMYK
RGB Variations
Color information
#0EAD85 (or 0x0EAD85) is known color: Mountain Meadow. HEX triplet: 0E, AD and 85. RGB value is (14,173,133). Sum of RGB (Red+Green+Blue) = 14+173+133=320 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.38% from 320); Green value is 173 (67.97% from 255 or 54.06% from 320); Blue value is 133 (52.34% from 255 or 41.56% from 320); Max value from RGB is 173 - color contains mainly: green. Hex color #0EAD85 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EAD85 is #F1527A. Grayscale: #787878. Windows color (decimal): -15815291 or 8760590. OLE color: 8760590.
HSL color Cylindrical-coordinate representation of color #0EAD85: hue angle of 164.91º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EAD85 is Cyan = 0.92, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 14 | 173 | 133 | - |
| CMYK | 0.92 | 0 | 0.23 | 0.32 |
| HSL | 164.91º | 0.85% | 0.37% | - |
| HSV(B) | 164.91º | 0.92% | 0.68% | - |
| XYZ | 19.36 | 31.67 | 27.28 | - |
| YUV | 120.9 | 134.82 | 51.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 173 | 133 | 0.92 | 0 | 0.23 | 0.32 | 164.91 | 0.85 | 0.37 |
| Hex | E | AD | 85 | 5C | 0 | 17 | 20 | A5 | 55 | 25 |
| Octal | 16 | 255 | 205 | 134 | 0 | 27 | 40 | 245 | 125 | 45 |
| Binary | 1110 | 10101101 | 10000101 | 1011100 | 0 | 10111 | 100000 | 10100101 | 1010101 | 100101 |
Color Harmonies of #0EAD85
Complementary color
Monochromatic Colors of #0EAD85
Black with #0EAD85
Text Example
Text Example
White with #0EAD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EAD85; }
p { color: rgb(14,173,133); }
H1.HeaderClassName
{
color: #0EAD85;
}
.AnyTagClassName
{
color: #0EAD85;
}
</style>
background-color css
<style>
a { background-color: #0EAD85; }
a { background-color: rgb(14,173,133); }
div.DivClassName
{
background-color: #0EAD85;
}
.BgClassName
{
background-color: #0EAD85;
}
</style>
border-color css
<style>
span { border-color: #0EAD85; }
span { border-color: rgb(14,173,133); }
td.TdClassName
{
border-color: #0EAD85;
}
.TagClassName
{
border-color: #0EAD85;
}
</style>