Shades of Mountain Meadow #1EC07E
Tints of Mountain Meadow #1EC07E
RGB
CMYK
RGB Variations
Color information
#1EC07E (or 0x1EC07E) is known color: Mountain Meadow. HEX triplet: 1E, C0 and 7E. RGB value is (30,192,126). Sum of RGB (Red+Green+Blue) = 30+192+126=348 (46% of max value = 765). Red value is 30 (12.11% from 255 or 8.62% from 348); Green value is 192 (75.39% from 255 or 55.17% from 348); Blue value is 126 (49.61% from 255 or 36.21% from 348); Max value from RGB is 192 - color contains mainly: green. Hex color #1EC07E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1EC07E is #E13F81. Grayscale: #888888. Windows color (decimal): -14761858 or 8306718. OLE color: 8306718.
HSL color Cylindrical-coordinate representation of color #1EC07E: hue angle of 155.56º 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 #1EC07E is Cyan = 0.84, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 30 | 192 | 126 | - |
| CMYK | 0.84 | 0 | 0.34 | 0.25 |
| HSL | 155.56º | 0.73% | 0.44% | - |
| HSV(B) | 155.56º | 0.84% | 0.75% | - |
| XYZ | 23.15 | 39.48 | 26.14 | - |
| YUV | 136.04 | 122.33 | 52.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 192 | 126 | 0.84 | 0 | 0.34 | 0.25 | 155.56 | 0.73 | 0.44 |
| Hex | 1E | C0 | 7E | 54 | 0 | 22 | 19 | 9C | 49 | 2C |
| Octal | 36 | 300 | 176 | 124 | 0 | 42 | 31 | 234 | 111 | 54 |
| Binary | 11110 | 11000000 | 1111110 | 1010100 | 0 | 100010 | 11001 | 10011100 | 1001001 | 101100 |
Color Harmonies of #1EC07E
Complementary color
Monochromatic Colors of #1EC07E
Black with #1EC07E
Text Example
Text Example
White with #1EC07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC07E; }
p { color: rgb(30,192,126); }
H1.HeaderClassName
{
color: #1EC07E;
}
.AnyTagClassName
{
color: #1EC07E;
}
</style>
background-color css
<style>
a { background-color: #1EC07E; }
a { background-color: rgb(30,192,126); }
div.DivClassName
{
background-color: #1EC07E;
}
.BgClassName
{
background-color: #1EC07E;
}
</style>
border-color css
<style>
span { border-color: #1EC07E; }
span { border-color: rgb(30,192,126); }
td.TdClassName
{
border-color: #1EC07E;
}
.TagClassName
{
border-color: #1EC07E;
}
</style>