Shades of Mountain Meadow #1EC06E
Tints of Mountain Meadow #1EC06E
RGB
CMYK
RGB Variations
Color information
#1EC06E (or 0x1EC06E) is known color: Mountain Meadow. HEX triplet: 1E, C0 and 6E. RGB value is (30,192,110). Sum of RGB (Red+Green+Blue) = 30+192+110=332 (43% of max value = 765). Red value is 30 (12.11% from 255 or 9.04% from 332); Green value is 192 (75.39% from 255 or 57.83% from 332); Blue value is 110 (43.36% from 255 or 33.13% from 332); Max value from RGB is 192 - color contains mainly: green. Hex color #1EC06E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1EC06E is #E13F91. Grayscale: #868686. Windows color (decimal): -14761874 or 7258142. OLE color: 7258142.
HSL color Cylindrical-coordinate representation of color #1EC06E: hue angle of 149.63º 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 #1EC06E is Cyan = 0.84, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 30 | 192 | 110 | - |
| CMYK | 0.84 | 0 | 0.43 | 0.25 |
| HSL | 149.63º | 0.73% | 0.44% | - |
| HSV(B) | 149.63º | 0.84% | 0.75% | - |
| XYZ | 22.2 | 39.1 | 21.13 | - |
| YUV | 134.21 | 114.33 | 53.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 192 | 110 | 0.84 | 0 | 0.43 | 0.25 | 149.63 | 0.73 | 0.44 |
| Hex | 1E | C0 | 6E | 54 | 0 | 2B | 19 | 96 | 49 | 2C |
| Octal | 36 | 300 | 156 | 124 | 0 | 53 | 31 | 226 | 111 | 54 |
| Binary | 11110 | 11000000 | 1101110 | 1010100 | 0 | 101011 | 11001 | 10010110 | 1001001 | 101100 |
Color Harmonies of #1EC06E
Complementary color
Monochromatic Colors of #1EC06E
Black with #1EC06E
Text Example
Text Example
White with #1EC06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC06E; }
p { color: rgb(30,192,110); }
H1.HeaderClassName
{
color: #1EC06E;
}
.AnyTagClassName
{
color: #1EC06E;
}
</style>
background-color css
<style>
a { background-color: #1EC06E; }
a { background-color: rgb(30,192,110); }
div.DivClassName
{
background-color: #1EC06E;
}
.BgClassName
{
background-color: #1EC06E;
}
</style>
border-color css
<style>
span { border-color: #1EC06E; }
span { border-color: rgb(30,192,110); }
td.TdClassName
{
border-color: #1EC06E;
}
.TagClassName
{
border-color: #1EC06E;
}
</style>