Shades of Mountain Meadow #1EC06D
Tints of Mountain Meadow #1EC06D
RGB
CMYK
RGB Variations
Color information
#1EC06D (or 0x1EC06D) is known color: Mountain Meadow. HEX triplet: 1E, C0 and 6D. RGB value is (30,192,109). Sum of RGB (Red+Green+Blue) = 30+192+109=331 (43% of max value = 765). Red value is 30 (12.11% from 255 or 9.06% from 331); Green value is 192 (75.39% from 255 or 58.01% from 331); Blue value is 109 (42.97% from 255 or 32.93% from 331); Max value from RGB is 192 - color contains mainly: green. Hex color #1EC06D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1EC06D is #E13F92. Grayscale: #868686. Windows color (decimal): -14761875 or 7192606. OLE color: 7192606.
HSL color Cylindrical-coordinate representation of color #1EC06D: hue angle of 149.26º 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 #1EC06D is Cyan = 0.84, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 30 | 192 | 109 | - |
| CMYK | 0.84 | 0 | 0.43 | 0.25 |
| HSL | 149.26º | 0.73% | 0.44% | - |
| HSV(B) | 149.26º | 0.84% | 0.75% | - |
| XYZ | 22.15 | 39.08 | 20.84 | - |
| YUV | 134.1 | 113.83 | 53.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 192 | 109 | 0.84 | 0 | 0.43 | 0.25 | 149.26 | 0.73 | 0.44 |
| Hex | 1E | C0 | 6D | 54 | 0 | 2B | 19 | 95 | 49 | 2C |
| Octal | 36 | 300 | 155 | 124 | 0 | 53 | 31 | 225 | 111 | 54 |
| Binary | 11110 | 11000000 | 1101101 | 1010100 | 0 | 101011 | 11001 | 10010101 | 1001001 | 101100 |
Color Harmonies of #1EC06D
Complementary color
Monochromatic Colors of #1EC06D
Black with #1EC06D
Text Example
Text Example
White with #1EC06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC06D; }
p { color: rgb(30,192,109); }
H1.HeaderClassName
{
color: #1EC06D;
}
.AnyTagClassName
{
color: #1EC06D;
}
</style>
background-color css
<style>
a { background-color: #1EC06D; }
a { background-color: rgb(30,192,109); }
div.DivClassName
{
background-color: #1EC06D;
}
.BgClassName
{
background-color: #1EC06D;
}
</style>
border-color css
<style>
span { border-color: #1EC06D; }
span { border-color: rgb(30,192,109); }
td.TdClassName
{
border-color: #1EC06D;
}
.TagClassName
{
border-color: #1EC06D;
}
</style>