Shades of Mountain Meadow #1EC072
Tints of Mountain Meadow #1EC072
RGB
CMYK
RGB Variations
Color information
#1EC072 (or 0x1EC072) is known color: Mountain Meadow. HEX triplet: 1E, C0 and 72. RGB value is (30,192,114). Sum of RGB (Red+Green+Blue) = 30+192+114=336 (44% of max value = 765). Red value is 30 (12.11% from 255 or 8.93% from 336); Green value is 192 (75.39% from 255 or 57.14% from 336); Blue value is 114 (44.92% from 255 or 33.93% from 336); Max value from RGB is 192 - color contains mainly: green. Hex color #1EC072 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1EC072 is #E13F8D. Grayscale: #868686. Windows color (decimal): -14761870 or 7520286. OLE color: 7520286.
HSL color Cylindrical-coordinate representation of color #1EC072: hue angle of 151.11º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1EC072 is Cyan = 0.84, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 30 | 192 | 114 | - |
| CMYK | 0.84 | 0 | 0.41 | 0.25 |
| HSL | 151.11º | 0.73% | 0.44% | - |
| HSV(B) | 151.11º | 0.84% | 0.75% | - |
| XYZ | 22.42 | 39.19 | 22.3 | - |
| YUV | 134.67 | 116.33 | 53.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 192 | 114 | 0.84 | 0 | 0.41 | 0.25 | 151.11 | 0.73 | 0.44 |
| Hex | 1E | C0 | 72 | 54 | 0 | 29 | 19 | 97 | 49 | 2C |
| Octal | 36 | 300 | 162 | 124 | 0 | 51 | 31 | 227 | 111 | 54 |
| Binary | 11110 | 11000000 | 1110010 | 1010100 | 0 | 101001 | 11001 | 10010111 | 1001001 | 101100 |
Color Harmonies of #1EC072
Complementary color
Monochromatic Colors of #1EC072
Black with #1EC072
Text Example
Text Example
White with #1EC072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC072; }
p { color: rgb(30,192,114); }
H1.HeaderClassName
{
color: #1EC072;
}
.AnyTagClassName
{
color: #1EC072;
}
</style>
background-color css
<style>
a { background-color: #1EC072; }
a { background-color: rgb(30,192,114); }
div.DivClassName
{
background-color: #1EC072;
}
.BgClassName
{
background-color: #1EC072;
}
</style>
border-color css
<style>
span { border-color: #1EC072; }
span { border-color: rgb(30,192,114); }
td.TdClassName
{
border-color: #1EC072;
}
.TagClassName
{
border-color: #1EC072;
}
</style>