Shades of Mountain Meadow #0EAA85
Tints of Mountain Meadow #0EAA85
RGB
CMYK
RGB Variations
Color information
#0EAA85 (or 0x0EAA85) is known color: Mountain Meadow. HEX triplet: 0E, AA and 85. RGB value is (14,170,133). Sum of RGB (Red+Green+Blue) = 14+170+133=317 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.42% from 317); Green value is 170 (66.80% from 255 or 53.63% from 317); Blue value is 133 (52.34% from 255 or 41.96% from 317); Max value from RGB is 170 - color contains mainly: green. Hex color #0EAA85 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EAA85 is #F1557A. Grayscale: #777777. Windows color (decimal): -15816059 or 8759822. OLE color: 8759822.
HSL color Cylindrical-coordinate representation of color #0EAA85: hue angle of 165.77º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EAA85 is Cyan = 0.92, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 14 | 170 | 133 | - |
| CMYK | 0.92 | 0 | 0.22 | 0.33 |
| HSL | 165.77º | 0.85% | 0.36% | - |
| HSV(B) | 165.77º | 0.92% | 0.67% | - |
| XYZ | 18.79 | 30.54 | 27.09 | - |
| YUV | 119.14 | 135.82 | 53.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 170 | 133 | 0.92 | 0 | 0.22 | 0.33 | 165.77 | 0.85 | 0.36 |
| Hex | E | AA | 85 | 5C | 0 | 16 | 21 | A6 | 55 | 24 |
| Octal | 16 | 252 | 205 | 134 | 0 | 26 | 41 | 246 | 125 | 44 |
| Binary | 1110 | 10101010 | 10000101 | 1011100 | 0 | 10110 | 100001 | 10100110 | 1010101 | 100100 |
Color Harmonies of #0EAA85
Complementary color
Monochromatic Colors of #0EAA85
Black with #0EAA85
Text Example
Text Example
White with #0EAA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EAA85; }
p { color: rgb(14,170,133); }
H1.HeaderClassName
{
color: #0EAA85;
}
.AnyTagClassName
{
color: #0EAA85;
}
</style>
background-color css
<style>
a { background-color: #0EAA85; }
a { background-color: rgb(14,170,133); }
div.DivClassName
{
background-color: #0EAA85;
}
.BgClassName
{
background-color: #0EAA85;
}
</style>
border-color css
<style>
span { border-color: #0EAA85; }
span { border-color: rgb(14,170,133); }
td.TdClassName
{
border-color: #0EAA85;
}
.TagClassName
{
border-color: #0EAA85;
}
</style>