Shades of Mountain Meadow #1ED17C
Tints of Mountain Meadow #1ED17C
RGB
CMYK
RGB Variations
Color information
#1ED17C (or 0x1ED17C) is known color: Mountain Meadow. HEX triplet: 1E, D1 and 7C. RGB value is (30,209,124). Sum of RGB (Red+Green+Blue) = 30+209+124=363 (48% of max value = 765). Red value is 30 (12.11% from 255 or 8.26% from 363); Green value is 209 (82.03% from 255 or 57.58% from 363); Blue value is 124 (48.83% from 255 or 34.16% from 363); Max value from RGB is 209 - color contains mainly: green. Hex color #1ED17C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ED17C is #E12E83. Grayscale: #919191. Windows color (decimal): -14757508 or 8179998. OLE color: 8179998.
HSL color Cylindrical-coordinate representation of color #1ED17C: hue angle of 151.51º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ED17C is Cyan = 0.86, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 30 | 209 | 124 | - |
| CMYK | 0.86 | 0 | 0.41 | 0.18 |
| HSL | 151.51º | 0.75% | 0.47% | - |
| HSV(B) | 151.51º | 0.86% | 0.82% | - |
| XYZ | 26.97 | 47.33 | 26.78 | - |
| YUV | 145.79 | 115.7 | 45.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 209 | 124 | 0.86 | 0 | 0.41 | 0.18 | 151.51 | 0.75 | 0.47 |
| Hex | 1E | D1 | 7C | 56 | 0 | 29 | 12 | 98 | 4B | 2F |
| Octal | 36 | 321 | 174 | 126 | 0 | 51 | 22 | 230 | 113 | 57 |
| Binary | 11110 | 11010001 | 1111100 | 1010110 | 0 | 101001 | 10010 | 10011000 | 1001011 | 101111 |
Color Harmonies of #1ED17C
Complementary color
Monochromatic Colors of #1ED17C
Black with #1ED17C
Text Example
Text Example
White with #1ED17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED17C; }
p { color: rgb(30,209,124); }
H1.HeaderClassName
{
color: #1ED17C;
}
.AnyTagClassName
{
color: #1ED17C;
}
</style>
background-color css
<style>
a { background-color: #1ED17C; }
a { background-color: rgb(30,209,124); }
div.DivClassName
{
background-color: #1ED17C;
}
.BgClassName
{
background-color: #1ED17C;
}
</style>
border-color css
<style>
span { border-color: #1ED17C; }
span { border-color: rgb(30,209,124); }
td.TdClassName
{
border-color: #1ED17C;
}
.TagClassName
{
border-color: #1ED17C;
}
</style>