Shades of Mountain Meadow #1ED180
Tints of Mountain Meadow #1ED180
RGB
CMYK
RGB Variations
Color information
#1ED180 (or 0x1ED180) is known color: Mountain Meadow. HEX triplet: 1E, D1 and 80. RGB value is (30,209,128). Sum of RGB (Red+Green+Blue) = 30+209+128=367 (48% of max value = 765). Red value is 30 (12.11% from 255 or 8.17% from 367); Green value is 209 (82.03% from 255 or 56.95% from 367); Blue value is 128 (50.39% from 255 or 34.88% from 367); Max value from RGB is 209 - color contains mainly: green. Hex color #1ED180 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ED180 is #E12E7F. Grayscale: #929292. Windows color (decimal): -14757504 or 8442142. OLE color: 8442142.
HSL color Cylindrical-coordinate representation of color #1ED180: hue angle of 152.85º 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 #1ED180 is Cyan = 0.86, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 30 | 209 | 128 | - |
| CMYK | 0.86 | 0 | 0.39 | 0.18 |
| HSL | 152.85º | 0.75% | 0.47% | - |
| HSV(B) | 152.85º | 0.86% | 0.82% | - |
| XYZ | 27.23 | 47.44 | 28.14 | - |
| YUV | 146.25 | 117.7 | 45.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 209 | 128 | 0.86 | 0 | 0.39 | 0.18 | 152.85 | 0.75 | 0.47 |
| Hex | 1E | D1 | 80 | 56 | 0 | 27 | 12 | 99 | 4B | 2F |
| Octal | 36 | 321 | 200 | 126 | 0 | 47 | 22 | 231 | 113 | 57 |
| Binary | 11110 | 11010001 | 10000000 | 1010110 | 0 | 100111 | 10010 | 10011001 | 1001011 | 101111 |
Color Harmonies of #1ED180
Complementary color
Monochromatic Colors of #1ED180
Black with #1ED180
Text Example
Text Example
White with #1ED180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED180; }
p { color: rgb(30,209,128); }
H1.HeaderClassName
{
color: #1ED180;
}
.AnyTagClassName
{
color: #1ED180;
}
</style>
background-color css
<style>
a { background-color: #1ED180; }
a { background-color: rgb(30,209,128); }
div.DivClassName
{
background-color: #1ED180;
}
.BgClassName
{
background-color: #1ED180;
}
</style>
border-color css
<style>
span { border-color: #1ED180; }
span { border-color: rgb(30,209,128); }
td.TdClassName
{
border-color: #1ED180;
}
.TagClassName
{
border-color: #1ED180;
}
</style>