Shades of Mountain Meadow #0EA97E
Tints of Mountain Meadow #0EA97E
RGB
CMYK
RGB Variations
Color information
#0EA97E (or 0x0EA97E) is known color: Mountain Meadow. HEX triplet: 0E, A9 and 7E. RGB value is (14,169,126). Sum of RGB (Red+Green+Blue) = 14+169+126=309 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.53% from 309); Green value is 169 (66.41% from 255 or 54.69% from 309); Blue value is 126 (49.61% from 255 or 40.78% from 309); Max value from RGB is 169 - color contains mainly: green. Hex color #0EA97E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EA97E is #F15681. Grayscale: #757575. Windows color (decimal): -15816322 or 8300814. OLE color: 8300814.
HSL color Cylindrical-coordinate representation of color #0EA97E: hue angle of 163.35º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EA97E is Cyan = 0.92, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 14 | 169 | 126 | - |
| CMYK | 0.92 | 0 | 0.25 | 0.34 |
| HSL | 163.35º | 0.85% | 0.36% | - |
| HSV(B) | 163.35º | 0.92% | 0.66% | - |
| XYZ | 18.13 | 29.98 | 24.57 | - |
| YUV | 117.75 | 132.65 | 54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 169 | 126 | 0.92 | 0 | 0.25 | 0.34 | 163.35 | 0.85 | 0.36 |
| Hex | E | A9 | 7E | 5C | 0 | 19 | 22 | A3 | 55 | 24 |
| Octal | 16 | 251 | 176 | 134 | 0 | 31 | 42 | 243 | 125 | 44 |
| Binary | 1110 | 10101001 | 1111110 | 1011100 | 0 | 11001 | 100010 | 10100011 | 1010101 | 100100 |
Color Harmonies of #0EA97E
Complementary color
Monochromatic Colors of #0EA97E
Black with #0EA97E
Text Example
Text Example
White with #0EA97E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EA97E; }
p { color: rgb(14,169,126); }
H1.HeaderClassName
{
color: #0EA97E;
}
.AnyTagClassName
{
color: #0EA97E;
}
</style>
background-color css
<style>
a { background-color: #0EA97E; }
a { background-color: rgb(14,169,126); }
div.DivClassName
{
background-color: #0EA97E;
}
.BgClassName
{
background-color: #0EA97E;
}
</style>
border-color css
<style>
span { border-color: #0EA97E; }
span { border-color: rgb(14,169,126); }
td.TdClassName
{
border-color: #0EA97E;
}
.TagClassName
{
border-color: #0EA97E;
}
</style>