Shades of Mountain Meadow #0EC072
Tints of Mountain Meadow #0EC072
RGB
CMYK
RGB Variations
Color information
#0EC072 (or 0x0EC072) is known color: Mountain Meadow. HEX triplet: 0E, C0 and 72. RGB value is (14,192,114). Sum of RGB (Red+Green+Blue) = 14+192+114=320 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.38% from 320); Green value is 192 (75.39% from 255 or 60% from 320); Blue value is 114 (44.92% from 255 or 35.62% from 320); Max value from RGB is 192 - color contains mainly: green. Hex color #0EC072 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EC072 is #F13F8D. Grayscale: #828282. Windows color (decimal): -15810446 or 7520270. OLE color: 7520270.
HSL color Cylindrical-coordinate representation of color #0EC072: hue angle of 153.71º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EC072 is Cyan = 0.93, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 14 | 192 | 114 | - |
| CMYK | 0.93 | 0 | 0.41 | 0.25 |
| HSL | 153.71º | 0.86% | 0.4% | - |
| HSV(B) | 153.71º | 0.93% | 0.75% | - |
| XYZ | 22.07 | 39.01 | 22.29 | - |
| YUV | 129.89 | 119.03 | 45.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 192 | 114 | 0.93 | 0 | 0.41 | 0.25 | 153.71 | 0.86 | 0.4 |
| Hex | E | C0 | 72 | 5D | 0 | 29 | 19 | 9A | 56 | 28 |
| Octal | 16 | 300 | 162 | 135 | 0 | 51 | 31 | 232 | 126 | 50 |
| Binary | 1110 | 11000000 | 1110010 | 1011101 | 0 | 101001 | 11001 | 10011010 | 1010110 | 101000 |
Color Harmonies of #0EC072
Complementary color
Monochromatic Colors of #0EC072
Black with #0EC072
Text Example
Text Example
White with #0EC072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC072; }
p { color: rgb(14,192,114); }
H1.HeaderClassName
{
color: #0EC072;
}
.AnyTagClassName
{
color: #0EC072;
}
</style>
background-color css
<style>
a { background-color: #0EC072; }
a { background-color: rgb(14,192,114); }
div.DivClassName
{
background-color: #0EC072;
}
.BgClassName
{
background-color: #0EC072;
}
</style>
border-color css
<style>
span { border-color: #0EC072; }
span { border-color: rgb(14,192,114); }
td.TdClassName
{
border-color: #0EC072;
}
.TagClassName
{
border-color: #0EC072;
}
</style>