Shades of Mountain Meadow #1EC16D
Tints of Mountain Meadow #1EC16D
RGB
CMYK
RGB Variations
Color information
#1EC16D (or 0x1EC16D) is known color: Mountain Meadow. HEX triplet: 1E, C1 and 6D. RGB value is (30,193,109). Sum of RGB (Red+Green+Blue) = 30+193+109=332 (43% of max value = 765). Red value is 30 (12.11% from 255 or 9.04% from 332); Green value is 193 (75.78% from 255 or 58.13% from 332); Blue value is 109 (42.97% from 255 or 32.83% from 332); Max value from RGB is 193 - color contains mainly: green. Hex color #1EC16D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1EC16D is #E13E92. Grayscale: #868686. Windows color (decimal): -14761619 or 7192862. OLE color: 7192862.
HSL color Cylindrical-coordinate representation of color #1EC16D: hue angle of 149.08º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1EC16D is Cyan = 0.84, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 30 | 193 | 109 | - |
| CMYK | 0.84 | 0 | 0.44 | 0.24 |
| HSL | 149.08º | 0.73% | 0.44% | - |
| HSV(B) | 149.08º | 0.84% | 0.76% | - |
| XYZ | 22.37 | 39.52 | 20.92 | - |
| YUV | 134.69 | 113.5 | 53.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 193 | 109 | 0.84 | 0 | 0.44 | 0.24 | 149.08 | 0.73 | 0.44 |
| Hex | 1E | C1 | 6D | 54 | 0 | 2C | 18 | 95 | 49 | 2C |
| Octal | 36 | 301 | 155 | 124 | 0 | 54 | 30 | 225 | 111 | 54 |
| Binary | 11110 | 11000001 | 1101101 | 1010100 | 0 | 101100 | 11000 | 10010101 | 1001001 | 101100 |
Color Harmonies of #1EC16D
Complementary color
Monochromatic Colors of #1EC16D
Black with #1EC16D
Text Example
Text Example
White with #1EC16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC16D; }
p { color: rgb(30,193,109); }
H1.HeaderClassName
{
color: #1EC16D;
}
.AnyTagClassName
{
color: #1EC16D;
}
</style>
background-color css
<style>
a { background-color: #1EC16D; }
a { background-color: rgb(30,193,109); }
div.DivClassName
{
background-color: #1EC16D;
}
.BgClassName
{
background-color: #1EC16D;
}
</style>
border-color css
<style>
span { border-color: #1EC16D; }
span { border-color: rgb(30,193,109); }
td.TdClassName
{
border-color: #1EC16D;
}
.TagClassName
{
border-color: #1EC16D;
}
</style>