Shades of Mountain Meadow #0EAF7A
Tints of Mountain Meadow #0EAF7A
RGB
CMYK
RGB Variations
Color information
#0EAF7A (or 0x0EAF7A) is known color: Mountain Meadow. HEX triplet: 0E, AF and 7A. RGB value is (14,175,122). Sum of RGB (Red+Green+Blue) = 14+175+122=311 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.50% from 311); Green value is 175 (68.75% from 255 or 56.27% from 311); Blue value is 122 (48.05% from 255 or 39.23% from 311); Max value from RGB is 175 - color contains mainly: green. Hex color #0EAF7A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EAF7A is #F15085. Grayscale: #787878. Windows color (decimal): -15814790 or 8040206. OLE color: 8040206.
HSL color Cylindrical-coordinate representation of color #0EAF7A: hue angle of 160.25º 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 #0EAF7A is Cyan = 0.92, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 14 | 175 | 122 | - |
| CMYK | 0.92 | 0 | 0.30 | 0.31 |
| HSL | 160.25º | 0.85% | 0.37% | - |
| HSV(B) | 160.25º | 0.92% | 0.69% | - |
| XYZ | 19.02 | 32.16 | 23.62 | - |
| YUV | 120.82 | 128.66 | 51.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 175 | 122 | 0.92 | 0 | 0.30 | 0.31 | 160.25 | 0.85 | 0.37 |
| Hex | E | AF | 7A | 5C | 0 | 1E | 1F | A0 | 55 | 25 |
| Octal | 16 | 257 | 172 | 134 | 0 | 36 | 37 | 240 | 125 | 45 |
| Binary | 1110 | 10101111 | 1111010 | 1011100 | 0 | 11110 | 11111 | 10100000 | 1010101 | 100101 |
Color Harmonies of #0EAF7A
Complementary color
Monochromatic Colors of #0EAF7A
Black with #0EAF7A
Text Example
Text Example
White with #0EAF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EAF7A; }
p { color: rgb(14,175,122); }
H1.HeaderClassName
{
color: #0EAF7A;
}
.AnyTagClassName
{
color: #0EAF7A;
}
</style>
background-color css
<style>
a { background-color: #0EAF7A; }
a { background-color: rgb(14,175,122); }
div.DivClassName
{
background-color: #0EAF7A;
}
.BgClassName
{
background-color: #0EAF7A;
}
</style>
border-color css
<style>
span { border-color: #0EAF7A; }
span { border-color: rgb(14,175,122); }
td.TdClassName
{
border-color: #0EAF7A;
}
.TagClassName
{
border-color: #0EAF7A;
}
</style>