Shades of Mountain Meadow #0EA984
Tints of Mountain Meadow #0EA984
RGB
CMYK
RGB Variations
Color information
#0EA984 (or 0x0EA984) is known color: Mountain Meadow. HEX triplet: 0E, A9 and 84. RGB value is (14,169,132). Sum of RGB (Red+Green+Blue) = 14+169+132=315 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.44% from 315); Green value is 169 (66.41% from 255 or 53.65% from 315); Blue value is 132 (51.95% from 255 or 41.90% from 315); Max value from RGB is 169 - color contains mainly: green. Hex color #0EA984 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EA984 is #F1567B. Grayscale: #767676. Windows color (decimal): -15816316 or 8694030. OLE color: 8694030.
HSL color Cylindrical-coordinate representation of color #0EA984: hue angle of 165.68º 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 #0EA984 is Cyan = 0.92, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 14 | 169 | 132 | - |
| CMYK | 0.92 | 0 | 0.22 | 0.34 |
| HSL | 165.68º | 0.85% | 0.36% | - |
| HSV(B) | 165.68º | 0.92% | 0.66% | - |
| XYZ | 18.53 | 30.14 | 26.67 | - |
| YUV | 118.44 | 135.65 | 53.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 169 | 132 | 0.92 | 0 | 0.22 | 0.34 | 165.68 | 0.85 | 0.36 |
| Hex | E | A9 | 84 | 5C | 0 | 16 | 22 | A6 | 55 | 24 |
| Octal | 16 | 251 | 204 | 134 | 0 | 26 | 42 | 246 | 125 | 44 |
| Binary | 1110 | 10101001 | 10000100 | 1011100 | 0 | 10110 | 100010 | 10100110 | 1010101 | 100100 |
Color Harmonies of #0EA984
Complementary color
Monochromatic Colors of #0EA984
Black with #0EA984
Text Example
Text Example
White with #0EA984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EA984; }
p { color: rgb(14,169,132); }
H1.HeaderClassName
{
color: #0EA984;
}
.AnyTagClassName
{
color: #0EA984;
}
</style>
background-color css
<style>
a { background-color: #0EA984; }
a { background-color: rgb(14,169,132); }
div.DivClassName
{
background-color: #0EA984;
}
.BgClassName
{
background-color: #0EA984;
}
</style>
border-color css
<style>
span { border-color: #0EA984; }
span { border-color: rgb(14,169,132); }
td.TdClassName
{
border-color: #0EA984;
}
.TagClassName
{
border-color: #0EA984;
}
</style>