Shades of Mountain Meadow #1EC076
Tints of Mountain Meadow #1EC076
RGB
CMYK
RGB Variations
Color information
#1EC076 (or 0x1EC076) is known color: Mountain Meadow. HEX triplet: 1E, C0 and 76. RGB value is (30,192,118). Sum of RGB (Red+Green+Blue) = 30+192+118=340 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.82% from 340); Green value is 192 (75.39% from 255 or 56.47% from 340); Blue value is 118 (46.48% from 255 or 34.71% from 340); Max value from RGB is 192 - color contains mainly: green. Hex color #1EC076 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1EC076 is #E13F89. Grayscale: #878787. Windows color (decimal): -14761866 or 7782430. OLE color: 7782430.
HSL color Cylindrical-coordinate representation of color #1EC076: hue angle of 152.59º 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 #1EC076 is Cyan = 0.84, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 30 | 192 | 118 | - |
| CMYK | 0.84 | 0 | 0.39 | 0.25 |
| HSL | 152.59º | 0.73% | 0.44% | - |
| HSV(B) | 152.59º | 0.84% | 0.75% | - |
| XYZ | 22.66 | 39.28 | 23.53 | - |
| YUV | 135.13 | 118.33 | 53.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 192 | 118 | 0.84 | 0 | 0.39 | 0.25 | 152.59 | 0.73 | 0.44 |
| Hex | 1E | C0 | 76 | 54 | 0 | 27 | 19 | 99 | 49 | 2C |
| Octal | 36 | 300 | 166 | 124 | 0 | 47 | 31 | 231 | 111 | 54 |
| Binary | 11110 | 11000000 | 1110110 | 1010100 | 0 | 100111 | 11001 | 10011001 | 1001001 | 101100 |
Color Harmonies of #1EC076
Complementary color
Monochromatic Colors of #1EC076
Black with #1EC076
Text Example
Text Example
White with #1EC076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC076; }
p { color: rgb(30,192,118); }
H1.HeaderClassName
{
color: #1EC076;
}
.AnyTagClassName
{
color: #1EC076;
}
</style>
background-color css
<style>
a { background-color: #1EC076; }
a { background-color: rgb(30,192,118); }
div.DivClassName
{
background-color: #1EC076;
}
.BgClassName
{
background-color: #1EC076;
}
</style>
border-color css
<style>
span { border-color: #1EC076; }
span { border-color: rgb(30,192,118); }
td.TdClassName
{
border-color: #1EC076;
}
.TagClassName
{
border-color: #1EC076;
}
</style>