Shades of Mountain Meadow #1EC872
Tints of Mountain Meadow #1EC872
RGB
CMYK
RGB Variations
Color information
#1EC872 (or 0x1EC872) is known color: Mountain Meadow. HEX triplet: 1E, C8 and 72. RGB value is (30,200,114). Sum of RGB (Red+Green+Blue) = 30+200+114=344 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.72% from 344); Green value is 200 (78.52% from 255 or 58.14% from 344); Blue value is 114 (44.92% from 255 or 33.14% from 344); Max value from RGB is 200 - color contains mainly: green. Hex color #1EC872 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1EC872 is #E1378D. Grayscale: #8B8B8B. Windows color (decimal): -14759822 or 7522334. OLE color: 7522334.
HSL color Cylindrical-coordinate representation of color #1EC872: hue angle of 149.65º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1EC872 is Cyan = 0.85, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 30 | 200 | 114 | - |
| CMYK | 0.85 | 0 | 0.43 | 0.22 |
| HSL | 149.65º | 0.74% | 0.45% | - |
| HSV(B) | 149.65º | 0.85% | 0.78% | - |
| XYZ | 24.23 | 42.8 | 22.9 | - |
| YUV | 139.37 | 113.68 | 49.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 200 | 114 | 0.85 | 0 | 0.43 | 0.22 | 149.65 | 0.74 | 0.45 |
| Hex | 1E | C8 | 72 | 55 | 0 | 2B | 16 | 96 | 4A | 2D |
| Octal | 36 | 310 | 162 | 125 | 0 | 53 | 26 | 226 | 112 | 55 |
| Binary | 11110 | 11001000 | 1110010 | 1010101 | 0 | 101011 | 10110 | 10010110 | 1001010 | 101101 |
Color Harmonies of #1EC872
Complementary color
Monochromatic Colors of #1EC872
Black with #1EC872
Text Example
Text Example
White with #1EC872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC872; }
p { color: rgb(30,200,114); }
H1.HeaderClassName
{
color: #1EC872;
}
.AnyTagClassName
{
color: #1EC872;
}
</style>
background-color css
<style>
a { background-color: #1EC872; }
a { background-color: rgb(30,200,114); }
div.DivClassName
{
background-color: #1EC872;
}
.BgClassName
{
background-color: #1EC872;
}
</style>
border-color css
<style>
span { border-color: #1EC872; }
span { border-color: rgb(30,200,114); }
td.TdClassName
{
border-color: #1EC872;
}
.TagClassName
{
border-color: #1EC872;
}
</style>