Shades of Mountain Meadow #0EAF7C
Tints of Mountain Meadow #0EAF7C
RGB
CMYK
RGB Variations
Color information
#0EAF7C (or 0x0EAF7C) is known color: Mountain Meadow. HEX triplet: 0E, AF and 7C. RGB value is (14,175,124). Sum of RGB (Red+Green+Blue) = 14+175+124=313 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.47% from 313); Green value is 175 (68.75% from 255 or 55.91% from 313); Blue value is 124 (48.83% from 255 or 39.62% from 313); Max value from RGB is 175 - color contains mainly: green. Hex color #0EAF7C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EAF7C is #F15083. Grayscale: #797979. Windows color (decimal): -15814788 or 8171278. OLE color: 8171278.
HSL color Cylindrical-coordinate representation of color #0EAF7C: hue angle of 160.99º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EAF7C is Cyan = 0.92, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 14 | 175 | 124 | - |
| CMYK | 0.92 | 0 | 0.29 | 0.31 |
| HSL | 160.99º | 0.85% | 0.37% | - |
| HSV(B) | 160.99º | 0.92% | 0.69% | - |
| XYZ | 19.15 | 32.21 | 24.28 | - |
| YUV | 121.05 | 129.66 | 51.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 175 | 124 | 0.92 | 0 | 0.29 | 0.31 | 160.99 | 0.85 | 0.37 |
| Hex | E | AF | 7C | 5C | 0 | 1D | 1F | A1 | 55 | 25 |
| Octal | 16 | 257 | 174 | 134 | 0 | 35 | 37 | 241 | 125 | 45 |
| Binary | 1110 | 10101111 | 1111100 | 1011100 | 0 | 11101 | 11111 | 10100001 | 1010101 | 100101 |
Color Harmonies of #0EAF7C
Complementary color
Monochromatic Colors of #0EAF7C
Black with #0EAF7C
Text Example
Text Example
White with #0EAF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EAF7C; }
p { color: rgb(14,175,124); }
H1.HeaderClassName
{
color: #0EAF7C;
}
.AnyTagClassName
{
color: #0EAF7C;
}
</style>
background-color css
<style>
a { background-color: #0EAF7C; }
a { background-color: rgb(14,175,124); }
div.DivClassName
{
background-color: #0EAF7C;
}
.BgClassName
{
background-color: #0EAF7C;
}
</style>
border-color css
<style>
span { border-color: #0EAF7C; }
span { border-color: rgb(14,175,124); }
td.TdClassName
{
border-color: #0EAF7C;
}
.TagClassName
{
border-color: #0EAF7C;
}
</style>