Shades of Mountain Meadow #0ED27C
Tints of Mountain Meadow #0ED27C
RGB
CMYK
RGB Variations
Color information
#0ED27C (or 0x0ED27C) is known color: Mountain Meadow. HEX triplet: 0E, D2 and 7C. RGB value is (14,210,124). Sum of RGB (Red+Green+Blue) = 14+210+124=348 (46% of max value = 765). Red value is 14 (5.86% from 255 or 4.02% from 348); Green value is 210 (82.42% from 255 or 60.34% from 348); Blue value is 124 (48.83% from 255 or 35.63% from 348); Max value from RGB is 210 - color contains mainly: green. Hex color #0ED27C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ED27C is #F12D83. Grayscale: #8D8D8D. Windows color (decimal): -15805828 or 8180238. OLE color: 8180238.
HSL color Cylindrical-coordinate representation of color #0ED27C: hue angle of 153.67º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ED27C is Cyan = 0.93, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 14 | 210 | 124 | - |
| CMYK | 0.93 | 0 | 0.41 | 0.18 |
| HSL | 153.67º | 0.88% | 0.44% | - |
| HSV(B) | 153.67º | 0.93% | 0.82% | - |
| XYZ | 26.87 | 47.64 | 26.85 | - |
| YUV | 141.59 | 118.07 | 36.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 210 | 124 | 0.93 | 0 | 0.41 | 0.18 | 153.67 | 0.88 | 0.44 |
| Hex | E | D2 | 7C | 5D | 0 | 29 | 12 | 9A | 58 | 2C |
| Octal | 16 | 322 | 174 | 135 | 0 | 51 | 22 | 232 | 130 | 54 |
| Binary | 1110 | 11010010 | 1111100 | 1011101 | 0 | 101001 | 10010 | 10011010 | 1011000 | 101100 |
Color Harmonies of #0ED27C
Complementary color
Monochromatic Colors of #0ED27C
Black with #0ED27C
Text Example
Text Example
White with #0ED27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ED27C; }
p { color: rgb(14,210,124); }
H1.HeaderClassName
{
color: #0ED27C;
}
.AnyTagClassName
{
color: #0ED27C;
}
</style>
background-color css
<style>
a { background-color: #0ED27C; }
a { background-color: rgb(14,210,124); }
div.DivClassName
{
background-color: #0ED27C;
}
.BgClassName
{
background-color: #0ED27C;
}
</style>
border-color css
<style>
span { border-color: #0ED27C; }
span { border-color: rgb(14,210,124); }
td.TdClassName
{
border-color: #0ED27C;
}
.TagClassName
{
border-color: #0ED27C;
}
</style>