Shades of Mountain Meadow #0ECE7C
Tints of Mountain Meadow #0ECE7C
RGB
CMYK
RGB Variations
Color information
#0ECE7C (or 0x0ECE7C) is known color: Mountain Meadow. HEX triplet: 0E, CE and 7C. RGB value is (14,206,124). Sum of RGB (Red+Green+Blue) = 14+206+124=344 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.07% from 344); Green value is 206 (80.86% from 255 or 59.88% from 344); Blue value is 124 (48.83% from 255 or 36.05% from 344); Max value from RGB is 206 - color contains mainly: green. Hex color #0ECE7C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ECE7C is #F13183. Grayscale: #8B8B8B. Windows color (decimal): -15806852 or 8179214. OLE color: 8179214.
HSL color Cylindrical-coordinate representation of color #0ECE7C: hue angle of 154.38º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ECE7C is Cyan = 0.93, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 14 | 206 | 124 | - |
| CMYK | 0.93 | 0 | 0.40 | 0.19 |
| HSL | 154.38º | 0.87% | 0.43% | - |
| HSV(B) | 154.38º | 0.93% | 0.81% | - |
| XYZ | 25.89 | 45.69 | 26.52 | - |
| YUV | 139.24 | 119.39 | 38.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 206 | 124 | 0.93 | 0 | 0.40 | 0.19 | 154.38 | 0.87 | 0.43 |
| Hex | E | CE | 7C | 5D | 0 | 28 | 13 | 9A | 57 | 2B |
| Octal | 16 | 316 | 174 | 135 | 0 | 50 | 23 | 232 | 127 | 53 |
| Binary | 1110 | 11001110 | 1111100 | 1011101 | 0 | 101000 | 10011 | 10011010 | 1010111 | 101011 |
Color Harmonies of #0ECE7C
Complementary color
Monochromatic Colors of #0ECE7C
Black with #0ECE7C
Text Example
Text Example
White with #0ECE7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ECE7C; }
p { color: rgb(14,206,124); }
H1.HeaderClassName
{
color: #0ECE7C;
}
.AnyTagClassName
{
color: #0ECE7C;
}
</style>
background-color css
<style>
a { background-color: #0ECE7C; }
a { background-color: rgb(14,206,124); }
div.DivClassName
{
background-color: #0ECE7C;
}
.BgClassName
{
background-color: #0ECE7C;
}
</style>
border-color css
<style>
span { border-color: #0ECE7C; }
span { border-color: rgb(14,206,124); }
td.TdClassName
{
border-color: #0ECE7C;
}
.TagClassName
{
border-color: #0ECE7C;
}
</style>