Shades of Mountain Meadow #1EC182
Tints of Mountain Meadow #1EC182
RGB
CMYK
RGB Variations
Color information
#1EC182 (or 0x1EC182) is known color: Mountain Meadow. HEX triplet: 1E, C1 and 82. RGB value is (30,193,130). Sum of RGB (Red+Green+Blue) = 30+193+130=353 (46% of max value = 765). Red value is 30 (12.11% from 255 or 8.50% from 353); Green value is 193 (75.78% from 255 or 54.67% from 353); Blue value is 130 (51.17% from 255 or 36.83% from 353); Max value from RGB is 193 - color contains mainly: green. Hex color #1EC182 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EC182 is #E13E7D. Grayscale: #898989. Windows color (decimal): -14761598 or 8569118. OLE color: 8569118.
HSL color Cylindrical-coordinate representation of color #1EC182: hue angle of 156.81º 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 #1EC182 is Cyan = 0.84, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 30 | 193 | 130 | - |
| CMYK | 0.84 | 0 | 0.33 | 0.24 |
| HSL | 156.81º | 0.73% | 0.44% | - |
| HSV(B) | 156.81º | 0.84% | 0.76% | - |
| XYZ | 23.63 | 40.03 | 27.6 | - |
| YUV | 137.08 | 124 | 51.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 193 | 130 | 0.84 | 0 | 0.33 | 0.24 | 156.81 | 0.73 | 0.44 |
| Hex | 1E | C1 | 82 | 54 | 0 | 21 | 18 | 9D | 49 | 2C |
| Octal | 36 | 301 | 202 | 124 | 0 | 41 | 30 | 235 | 111 | 54 |
| Binary | 11110 | 11000001 | 10000010 | 1010100 | 0 | 100001 | 11000 | 10011101 | 1001001 | 101100 |
Color Harmonies of #1EC182
Complementary color
Monochromatic Colors of #1EC182
Black with #1EC182
Text Example
Text Example
White with #1EC182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC182; }
p { color: rgb(30,193,130); }
H1.HeaderClassName
{
color: #1EC182;
}
.AnyTagClassName
{
color: #1EC182;
}
</style>
background-color css
<style>
a { background-color: #1EC182; }
a { background-color: rgb(30,193,130); }
div.DivClassName
{
background-color: #1EC182;
}
.BgClassName
{
background-color: #1EC182;
}
</style>
border-color css
<style>
span { border-color: #1EC182; }
span { border-color: rgb(30,193,130); }
td.TdClassName
{
border-color: #1EC182;
}
.TagClassName
{
border-color: #1EC182;
}
</style>