Shades of Mountain Meadow #1ECA80
Tints of Mountain Meadow #1ECA80
RGB
CMYK
RGB Variations
Color information
#1ECA80 (or 0x1ECA80) is known color: Mountain Meadow. HEX triplet: 1E, CA and 80. RGB value is (30,202,128). Sum of RGB (Red+Green+Blue) = 30+202+128=360 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.33% from 360); Green value is 202 (79.30% from 255 or 56.11% from 360); Blue value is 128 (50.39% from 255 or 35.56% from 360); Max value from RGB is 202 - color contains mainly: green. Hex color #1ECA80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ECA80 is #E1357F. Grayscale: #8E8E8E. Windows color (decimal): -14759296 or 8440350. OLE color: 8440350.
HSL color Cylindrical-coordinate representation of color #1ECA80: hue angle of 154.19º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1ECA80 is Cyan = 0.85, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 30 | 202 | 128 | - |
| CMYK | 0.85 | 0 | 0.37 | 0.21 |
| HSL | 154.19º | 0.74% | 0.45% | - |
| HSV(B) | 154.19º | 0.85% | 0.79% | - |
| XYZ | 25.55 | 44.08 | 27.58 | - |
| YUV | 142.14 | 120.02 | 48.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 202 | 128 | 0.85 | 0 | 0.37 | 0.21 | 154.19 | 0.74 | 0.45 |
| Hex | 1E | CA | 80 | 55 | 0 | 25 | 15 | 9A | 4A | 2D |
| Octal | 36 | 312 | 200 | 125 | 0 | 45 | 25 | 232 | 112 | 55 |
| Binary | 11110 | 11001010 | 10000000 | 1010101 | 0 | 100101 | 10101 | 10011010 | 1001010 | 101101 |
Color Harmonies of #1ECA80
Complementary color
Monochromatic Colors of #1ECA80
Black with #1ECA80
Text Example
Text Example
White with #1ECA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECA80; }
p { color: rgb(30,202,128); }
H1.HeaderClassName
{
color: #1ECA80;
}
.AnyTagClassName
{
color: #1ECA80;
}
</style>
background-color css
<style>
a { background-color: #1ECA80; }
a { background-color: rgb(30,202,128); }
div.DivClassName
{
background-color: #1ECA80;
}
.BgClassName
{
background-color: #1ECA80;
}
</style>
border-color css
<style>
span { border-color: #1ECA80; }
span { border-color: rgb(30,202,128); }
td.TdClassName
{
border-color: #1ECA80;
}
.TagClassName
{
border-color: #1ECA80;
}
</style>