Shades of Mountain Meadow #1EC077
Tints of Mountain Meadow #1EC077
RGB
CMYK
RGB Variations
Color information
#1EC077 (or 0x1EC077) is known color: Mountain Meadow. HEX triplet: 1E, C0 and 77. RGB value is (30,192,119). Sum of RGB (Red+Green+Blue) = 30+192+119=341 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.80% from 341); Green value is 192 (75.39% from 255 or 56.30% from 341); Blue value is 119 (46.88% from 255 or 34.90% from 341); Max value from RGB is 192 - color contains mainly: green. Hex color #1EC077 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1EC077 is #E13F88. Grayscale: #878787. Windows color (decimal): -14761865 or 7847966. OLE color: 7847966.
HSL color Cylindrical-coordinate representation of color #1EC077: hue angle of 152.96º 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 #1EC077 is Cyan = 0.84, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 30 | 192 | 119 | - |
| CMYK | 0.84 | 0 | 0.38 | 0.25 |
| HSL | 152.96º | 0.73% | 0.44% | - |
| HSV(B) | 152.96º | 0.84% | 0.75% | - |
| XYZ | 22.71 | 39.31 | 23.84 | - |
| YUV | 135.24 | 118.83 | 52.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 192 | 119 | 0.84 | 0 | 0.38 | 0.25 | 152.96 | 0.73 | 0.44 |
| Hex | 1E | C0 | 77 | 54 | 0 | 26 | 19 | 99 | 49 | 2C |
| Octal | 36 | 300 | 167 | 124 | 0 | 46 | 31 | 231 | 111 | 54 |
| Binary | 11110 | 11000000 | 1110111 | 1010100 | 0 | 100110 | 11001 | 10011001 | 1001001 | 101100 |
Color Harmonies of #1EC077
Complementary color
Monochromatic Colors of #1EC077
Black with #1EC077
Text Example
Text Example
White with #1EC077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC077; }
p { color: rgb(30,192,119); }
H1.HeaderClassName
{
color: #1EC077;
}
.AnyTagClassName
{
color: #1EC077;
}
</style>
background-color css
<style>
a { background-color: #1EC077; }
a { background-color: rgb(30,192,119); }
div.DivClassName
{
background-color: #1EC077;
}
.BgClassName
{
background-color: #1EC077;
}
</style>
border-color css
<style>
span { border-color: #1EC077; }
span { border-color: rgb(30,192,119); }
td.TdClassName
{
border-color: #1EC077;
}
.TagClassName
{
border-color: #1EC077;
}
</style>