Shades of Mountain Meadow #1EC970
Tints of Mountain Meadow #1EC970
RGB
CMYK
RGB Variations
Color information
#1EC970 (or 0x1EC970) is known color: Mountain Meadow. HEX triplet: 1E, C9 and 70. RGB value is (30,201,112). Sum of RGB (Red+Green+Blue) = 30+201+112=343 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.75% from 343); Green value is 201 (78.91% from 255 or 58.60% from 343); Blue value is 112 (44.14% from 255 or 32.65% from 343); Max value from RGB is 201 - color contains mainly: green. Hex color #1EC970 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1EC970 is #E1368F. Grayscale: #8B8B8B. Windows color (decimal): -14759568 or 7391518. OLE color: 7391518.
HSL color Cylindrical-coordinate representation of color #1EC970: hue angle of 148.77º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1EC970 is Cyan = 0.85, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 30 | 201 | 112 | - |
| CMYK | 0.85 | 0 | 0.44 | 0.21 |
| HSL | 148.77º | 0.74% | 0.45% | - |
| HSV(B) | 148.77º | 0.85% | 0.79% | - |
| XYZ | 24.35 | 43.22 | 22.39 | - |
| YUV | 139.73 | 112.35 | 49.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 201 | 112 | 0.85 | 0 | 0.44 | 0.21 | 148.77 | 0.74 | 0.45 |
| Hex | 1E | C9 | 70 | 55 | 0 | 2C | 15 | 95 | 4A | 2D |
| Octal | 36 | 311 | 160 | 125 | 0 | 54 | 25 | 225 | 112 | 55 |
| Binary | 11110 | 11001001 | 1110000 | 1010101 | 0 | 101100 | 10101 | 10010101 | 1001010 | 101101 |
Color Harmonies of #1EC970
Complementary color
Monochromatic Colors of #1EC970
Black with #1EC970
Text Example
Text Example
White with #1EC970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC970; }
p { color: rgb(30,201,112); }
H1.HeaderClassName
{
color: #1EC970;
}
.AnyTagClassName
{
color: #1EC970;
}
</style>
background-color css
<style>
a { background-color: #1EC970; }
a { background-color: rgb(30,201,112); }
div.DivClassName
{
background-color: #1EC970;
}
.BgClassName
{
background-color: #1EC970;
}
</style>
border-color css
<style>
span { border-color: #1EC970; }
span { border-color: rgb(30,201,112); }
td.TdClassName
{
border-color: #1EC970;
}
.TagClassName
{
border-color: #1EC970;
}
</style>