Shades of Mountain Meadow #1EC972
Tints of Mountain Meadow #1EC972
RGB
CMYK
RGB Variations
Color information
#1EC972 (or 0x1EC972) is known color: Mountain Meadow. HEX triplet: 1E, C9 and 72. RGB value is (30,201,114). Sum of RGB (Red+Green+Blue) = 30+201+114=345 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.70% from 345); Green value is 201 (78.91% from 255 or 58.26% from 345); Blue value is 114 (44.92% from 255 or 33.04% from 345); Max value from RGB is 201 - color contains mainly: green. Hex color #1EC972 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1EC972 is #E1368D. Grayscale: #8C8C8C. Windows color (decimal): -14759566 or 7522590. OLE color: 7522590.
HSL color Cylindrical-coordinate representation of color #1EC972: hue angle of 149.47º 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 #1EC972 is Cyan = 0.85, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 30 | 201 | 114 | - |
| CMYK | 0.85 | 0 | 0.43 | 0.21 |
| HSL | 149.47º | 0.74% | 0.45% | - |
| HSV(B) | 149.47º | 0.85% | 0.79% | - |
| XYZ | 24.46 | 43.26 | 22.98 | - |
| YUV | 139.95 | 113.35 | 49.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 201 | 114 | 0.85 | 0 | 0.43 | 0.21 | 149.47 | 0.74 | 0.45 |
| Hex | 1E | C9 | 72 | 55 | 0 | 2B | 15 | 95 | 4A | 2D |
| Octal | 36 | 311 | 162 | 125 | 0 | 53 | 25 | 225 | 112 | 55 |
| Binary | 11110 | 11001001 | 1110010 | 1010101 | 0 | 101011 | 10101 | 10010101 | 1001010 | 101101 |
Color Harmonies of #1EC972
Complementary color
Monochromatic Colors of #1EC972
Black with #1EC972
Text Example
Text Example
White with #1EC972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC972; }
p { color: rgb(30,201,114); }
H1.HeaderClassName
{
color: #1EC972;
}
.AnyTagClassName
{
color: #1EC972;
}
</style>
background-color css
<style>
a { background-color: #1EC972; }
a { background-color: rgb(30,201,114); }
div.DivClassName
{
background-color: #1EC972;
}
.BgClassName
{
background-color: #1EC972;
}
</style>
border-color css
<style>
span { border-color: #1EC972; }
span { border-color: rgb(30,201,114); }
td.TdClassName
{
border-color: #1EC972;
}
.TagClassName
{
border-color: #1EC972;
}
</style>