Shades of Mountain Meadow #1EC080
Tints of Mountain Meadow #1EC080
RGB
CMYK
RGB Variations
Color information
#1EC080 (or 0x1EC080) is known color: Mountain Meadow. HEX triplet: 1E, C0 and 80. RGB value is (30,192,128). Sum of RGB (Red+Green+Blue) = 30+192+128=350 (46% of max value = 765). Red value is 30 (12.11% from 255 or 8.57% from 350); Green value is 192 (75.39% from 255 or 54.86% from 350); Blue value is 128 (50.39% from 255 or 36.57% from 350); Max value from RGB is 192 - color contains mainly: green. Hex color #1EC080 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EC080 is #E13F7F. Grayscale: #888888. Windows color (decimal): -14761856 or 8437790. OLE color: 8437790.
HSL color Cylindrical-coordinate representation of color #1EC080: hue angle of 156.3º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1EC080 is Cyan = 0.84, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 30 | 192 | 128 | - |
| CMYK | 0.84 | 0 | 0.33 | 0.25 |
| HSL | 156.3º | 0.73% | 0.44% | - |
| HSV(B) | 156.3º | 0.84% | 0.75% | - |
| XYZ | 23.28 | 39.53 | 26.83 | - |
| YUV | 136.27 | 123.33 | 52.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 192 | 128 | 0.84 | 0 | 0.33 | 0.25 | 156.3 | 0.73 | 0.44 |
| Hex | 1E | C0 | 80 | 54 | 0 | 21 | 19 | 9C | 49 | 2C |
| Octal | 36 | 300 | 200 | 124 | 0 | 41 | 31 | 234 | 111 | 54 |
| Binary | 11110 | 11000000 | 10000000 | 1010100 | 0 | 100001 | 11001 | 10011100 | 1001001 | 101100 |
Color Harmonies of #1EC080
Complementary color
Monochromatic Colors of #1EC080
Black with #1EC080
Text Example
Text Example
White with #1EC080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC080; }
p { color: rgb(30,192,128); }
H1.HeaderClassName
{
color: #1EC080;
}
.AnyTagClassName
{
color: #1EC080;
}
</style>
background-color css
<style>
a { background-color: #1EC080; }
a { background-color: rgb(30,192,128); }
div.DivClassName
{
background-color: #1EC080;
}
.BgClassName
{
background-color: #1EC080;
}
</style>
border-color css
<style>
span { border-color: #1EC080; }
span { border-color: rgb(30,192,128); }
td.TdClassName
{
border-color: #1EC080;
}
.TagClassName
{
border-color: #1EC080;
}
</style>