Shades of Mountain Meadow #1EC874
Tints of Mountain Meadow #1EC874
RGB
CMYK
RGB Variations
Color information
#1EC874 (or 0x1EC874) is known color: Mountain Meadow. HEX triplet: 1E, C8 and 74. RGB value is (30,200,116). Sum of RGB (Red+Green+Blue) = 30+200+116=346 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.67% from 346); Green value is 200 (78.52% from 255 or 57.80% from 346); Blue value is 116 (45.70% from 255 or 33.53% from 346); Max value from RGB is 200 - color contains mainly: green. Hex color #1EC874 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1EC874 is #E1378B. Grayscale: #8B8B8B. Windows color (decimal): -14759820 or 7653406. OLE color: 7653406.
HSL color Cylindrical-coordinate representation of color #1EC874: hue angle of 150.35º 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 #1EC874 is Cyan = 0.85, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 30 | 200 | 116 | - |
| CMYK | 0.85 | 0 | 0.42 | 0.22 |
| HSL | 150.35º | 0.74% | 0.45% | - |
| HSV(B) | 150.35º | 0.85% | 0.78% | - |
| XYZ | 24.34 | 42.85 | 23.51 | - |
| YUV | 139.59 | 114.68 | 49.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 200 | 116 | 0.85 | 0 | 0.42 | 0.22 | 150.35 | 0.74 | 0.45 |
| Hex | 1E | C8 | 74 | 55 | 0 | 2A | 16 | 96 | 4A | 2D |
| Octal | 36 | 310 | 164 | 125 | 0 | 52 | 26 | 226 | 112 | 55 |
| Binary | 11110 | 11001000 | 1110100 | 1010101 | 0 | 101010 | 10110 | 10010110 | 1001010 | 101101 |
Color Harmonies of #1EC874
Complementary color
Monochromatic Colors of #1EC874
Black with #1EC874
Text Example
Text Example
White with #1EC874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC874; }
p { color: rgb(30,200,116); }
H1.HeaderClassName
{
color: #1EC874;
}
.AnyTagClassName
{
color: #1EC874;
}
</style>
background-color css
<style>
a { background-color: #1EC874; }
a { background-color: rgb(30,200,116); }
div.DivClassName
{
background-color: #1EC874;
}
.BgClassName
{
background-color: #1EC874;
}
</style>
border-color css
<style>
span { border-color: #1EC874; }
span { border-color: rgb(30,200,116); }
td.TdClassName
{
border-color: #1EC874;
}
.TagClassName
{
border-color: #1EC874;
}
</style>