Shades of Mountain Meadow #0EAD8C
Tints of Mountain Meadow #0EAD8C
RGB
CMYK
RGB Variations
Color information
#0EAD8C (or 0x0EAD8C) is known color: Mountain Meadow. HEX triplet: 0E, AD and 8C. RGB value is (14,173,140). Sum of RGB (Red+Green+Blue) = 14+173+140=327 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.28% from 327); Green value is 173 (67.97% from 255 or 52.91% from 327); Blue value is 140 (55.08% from 255 or 42.81% from 327); Max value from RGB is 173 - color contains mainly: green. Hex color #0EAD8C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EAD8C is #F15273. Grayscale: #797979. Windows color (decimal): -15815284 or 9219342. OLE color: 9219342.
HSL color Cylindrical-coordinate representation of color #0EAD8C: hue angle of 167.55º 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 #0EAD8C is Cyan = 0.92, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 14 | 173 | 140 | - |
| CMYK | 0.92 | 0 | 0.19 | 0.32 |
| HSL | 167.55º | 0.85% | 0.37% | - |
| HSV(B) | 167.55º | 0.92% | 0.68% | - |
| XYZ | 19.86 | 31.87 | 29.92 | - |
| YUV | 121.7 | 138.32 | 51.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 173 | 140 | 0.92 | 0 | 0.19 | 0.32 | 167.55 | 0.85 | 0.37 |
| Hex | E | AD | 8C | 5C | 0 | 13 | 20 | A8 | 55 | 25 |
| Octal | 16 | 255 | 214 | 134 | 0 | 23 | 40 | 250 | 125 | 45 |
| Binary | 1110 | 10101101 | 10001100 | 1011100 | 0 | 10011 | 100000 | 10101000 | 1010101 | 100101 |
Color Harmonies of #0EAD8C
Complementary color
Monochromatic Colors of #0EAD8C
Black with #0EAD8C
Text Example
Text Example
White with #0EAD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EAD8C; }
p { color: rgb(14,173,140); }
H1.HeaderClassName
{
color: #0EAD8C;
}
.AnyTagClassName
{
color: #0EAD8C;
}
</style>
background-color css
<style>
a { background-color: #0EAD8C; }
a { background-color: rgb(14,173,140); }
div.DivClassName
{
background-color: #0EAD8C;
}
.BgClassName
{
background-color: #0EAD8C;
}
</style>
border-color css
<style>
span { border-color: #0EAD8C; }
span { border-color: rgb(14,173,140); }
td.TdClassName
{
border-color: #0EAD8C;
}
.TagClassName
{
border-color: #0EAD8C;
}
</style>