Shades of Mountain Meadow #0EA783
Tints of Mountain Meadow #0EA783
RGB
CMYK
RGB Variations
Color information
#0EA783 (or 0x0EA783) is known color: Mountain Meadow. HEX triplet: 0E, A7 and 83. RGB value is (14,167,131). Sum of RGB (Red+Green+Blue) = 14+167+131=312 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.49% from 312); Green value is 167 (65.62% from 255 or 53.53% from 312); Blue value is 131 (51.56% from 255 or 41.99% from 312); Max value from RGB is 167 - color contains mainly: green. Hex color #0EA783 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EA783 is #F1587C. Grayscale: #757575. Windows color (decimal): -15816829 or 8627982. OLE color: 8627982.
HSL color Cylindrical-coordinate representation of color #0EA783: hue angle of 165.88º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EA783 is Cyan = 0.92, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 14 | 167 | 131 | - |
| CMYK | 0.92 | 0 | 0.22 | 0.35 |
| HSL | 165.88º | 0.85% | 0.35% | - |
| HSV(B) | 165.88º | 0.92% | 0.65% | - |
| XYZ | 18.1 | 29.37 | 26.19 | - |
| YUV | 117.15 | 135.81 | 54.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 167 | 131 | 0.92 | 0 | 0.22 | 0.35 | 165.88 | 0.85 | 0.35 |
| Hex | E | A7 | 83 | 5C | 0 | 16 | 23 | A6 | 55 | 23 |
| Octal | 16 | 247 | 203 | 134 | 0 | 26 | 43 | 246 | 125 | 43 |
| Binary | 1110 | 10100111 | 10000011 | 1011100 | 0 | 10110 | 100011 | 10100110 | 1010101 | 100011 |
Color Harmonies of #0EA783
Complementary color
Monochromatic Colors of #0EA783
Black with #0EA783
Text Example
Text Example
White with #0EA783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EA783; }
p { color: rgb(14,167,131); }
H1.HeaderClassName
{
color: #0EA783;
}
.AnyTagClassName
{
color: #0EA783;
}
</style>
background-color css
<style>
a { background-color: #0EA783; }
a { background-color: rgb(14,167,131); }
div.DivClassName
{
background-color: #0EA783;
}
.BgClassName
{
background-color: #0EA783;
}
</style>
border-color css
<style>
span { border-color: #0EA783; }
span { border-color: rgb(14,167,131); }
td.TdClassName
{
border-color: #0EA783;
}
.TagClassName
{
border-color: #0EA783;
}
</style>