Shades of Mountain Meadow #1EBC80
Tints of Mountain Meadow #1EBC80
RGB
CMYK
RGB Variations
Color information
#1EBC80 (or 0x1EBC80) is known color: Mountain Meadow. HEX triplet: 1E, BC and 80. RGB value is (30,188,128). Sum of RGB (Red+Green+Blue) = 30+188+128=346 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.67% from 346); Green value is 188 (73.83% from 255 or 54.34% from 346); Blue value is 128 (50.39% from 255 or 36.99% from 346); Max value from RGB is 188 - color contains mainly: green. Hex color #1EBC80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EBC80 is #E1437F. Grayscale: #868686. Windows color (decimal): -14762880 or 8436766. OLE color: 8436766.
HSL color Cylindrical-coordinate representation of color #1EBC80: hue angle of 157.22º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1EBC80 is Cyan = 0.84, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 30 | 188 | 128 | - |
| CMYK | 0.84 | 0 | 0.32 | 0.26 |
| HSL | 157.22º | 0.72% | 0.43% | - |
| HSV(B) | 157.22º | 0.84% | 0.74% | - |
| XYZ | 22.41 | 37.8 | 26.54 | - |
| YUV | 133.92 | 124.65 | 53.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 188 | 128 | 0.84 | 0 | 0.32 | 0.26 | 157.22 | 0.72 | 0.43 |
| Hex | 1E | BC | 80 | 54 | 0 | 20 | 1A | 9D | 48 | 2B |
| Octal | 36 | 274 | 200 | 124 | 0 | 40 | 32 | 235 | 110 | 53 |
| Binary | 11110 | 10111100 | 10000000 | 1010100 | 0 | 100000 | 11010 | 10011101 | 1001000 | 101011 |
Color Harmonies of #1EBC80
Complementary color
Monochromatic Colors of #1EBC80
Black with #1EBC80
Text Example
Text Example
White with #1EBC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EBC80; }
p { color: rgb(30,188,128); }
H1.HeaderClassName
{
color: #1EBC80;
}
.AnyTagClassName
{
color: #1EBC80;
}
</style>
background-color css
<style>
a { background-color: #1EBC80; }
a { background-color: rgb(30,188,128); }
div.DivClassName
{
background-color: #1EBC80;
}
.BgClassName
{
background-color: #1EBC80;
}
</style>
border-color css
<style>
span { border-color: #1EBC80; }
span { border-color: rgb(30,188,128); }
td.TdClassName
{
border-color: #1EBC80;
}
.TagClassName
{
border-color: #1EBC80;
}
</style>