Shades of Mountain Meadow #1EC47F
Tints of Mountain Meadow #1EC47F
RGB
CMYK
RGB Variations
Color information
#1EC47F (or 0x1EC47F) is known color: Mountain Meadow. HEX triplet: 1E, C4 and 7F. RGB value is (30,196,127). Sum of RGB (Red+Green+Blue) = 30+196+127=353 (46% of max value = 765). Red value is 30 (12.11% from 255 or 8.50% from 353); Green value is 196 (76.95% from 255 or 55.52% from 353); Blue value is 127 (50% from 255 or 35.98% from 353); Max value from RGB is 196 - color contains mainly: green. Hex color #1EC47F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1EC47F is #E13B80. Grayscale: #8A8A8A. Windows color (decimal): -14760833 or 8373278. OLE color: 8373278.
HSL color Cylindrical-coordinate representation of color #1EC47F: hue angle of 155.06º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1EC47F is Cyan = 0.85, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 30 | 196 | 127 | - |
| CMYK | 0.85 | 0 | 0.35 | 0.23 |
| HSL | 155.06º | 0.73% | 0.44% | - |
| HSV(B) | 155.06º | 0.85% | 0.77% | - |
| XYZ | 24.11 | 41.29 | 26.78 | - |
| YUV | 138.5 | 121.5 | 50.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 196 | 127 | 0.85 | 0 | 0.35 | 0.23 | 155.06 | 0.73 | 0.44 |
| Hex | 1E | C4 | 7F | 55 | 0 | 23 | 17 | 9B | 49 | 2C |
| Octal | 36 | 304 | 177 | 125 | 0 | 43 | 27 | 233 | 111 | 54 |
| Binary | 11110 | 11000100 | 1111111 | 1010101 | 0 | 100011 | 10111 | 10011011 | 1001001 | 101100 |
Color Harmonies of #1EC47F
Complementary color
Monochromatic Colors of #1EC47F
Black with #1EC47F
Text Example
Text Example
White with #1EC47F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC47F; }
p { color: rgb(30,196,127); }
H1.HeaderClassName
{
color: #1EC47F;
}
.AnyTagClassName
{
color: #1EC47F;
}
</style>
background-color css
<style>
a { background-color: #1EC47F; }
a { background-color: rgb(30,196,127); }
div.DivClassName
{
background-color: #1EC47F;
}
.BgClassName
{
background-color: #1EC47F;
}
</style>
border-color css
<style>
span { border-color: #1EC47F; }
span { border-color: rgb(30,196,127); }
td.TdClassName
{
border-color: #1EC47F;
}
.TagClassName
{
border-color: #1EC47F;
}
</style>