Shades of Mountain Meadow #1EC075
Tints of Mountain Meadow #1EC075
RGB
CMYK
RGB Variations
Color information
#1EC075 (or 0x1EC075) is known color: Mountain Meadow. HEX triplet: 1E, C0 and 75. RGB value is (30,192,117). Sum of RGB (Red+Green+Blue) = 30+192+117=339 (44% of max value = 765). Red value is 30 (12.11% from 255 or 8.85% from 339); Green value is 192 (75.39% from 255 or 56.64% from 339); Blue value is 117 (46.09% from 255 or 34.51% from 339); Max value from RGB is 192 - color contains mainly: green. Hex color #1EC075 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1EC075 is #E13F8A. Grayscale: #878787. Windows color (decimal): -14761867 or 7716894. OLE color: 7716894.
HSL color Cylindrical-coordinate representation of color #1EC075: hue angle of 152.22º 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 #1EC075 is Cyan = 0.84, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 30 | 192 | 117 | - |
| CMYK | 0.84 | 0 | 0.39 | 0.25 |
| HSL | 152.22º | 0.73% | 0.44% | - |
| HSV(B) | 152.22º | 0.84% | 0.75% | - |
| XYZ | 22.6 | 39.26 | 23.22 | - |
| YUV | 135.01 | 117.83 | 53.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 192 | 117 | 0.84 | 0 | 0.39 | 0.25 | 152.22 | 0.73 | 0.44 |
| Hex | 1E | C0 | 75 | 54 | 0 | 27 | 19 | 98 | 49 | 2C |
| Octal | 36 | 300 | 165 | 124 | 0 | 47 | 31 | 230 | 111 | 54 |
| Binary | 11110 | 11000000 | 1110101 | 1010100 | 0 | 100111 | 11001 | 10011000 | 1001001 | 101100 |
Color Harmonies of #1EC075
Complementary color
Monochromatic Colors of #1EC075
Black with #1EC075
Text Example
Text Example
White with #1EC075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC075; }
p { color: rgb(30,192,117); }
H1.HeaderClassName
{
color: #1EC075;
}
.AnyTagClassName
{
color: #1EC075;
}
</style>
background-color css
<style>
a { background-color: #1EC075; }
a { background-color: rgb(30,192,117); }
div.DivClassName
{
background-color: #1EC075;
}
.BgClassName
{
background-color: #1EC075;
}
</style>
border-color css
<style>
span { border-color: #1EC075; }
span { border-color: rgb(30,192,117); }
td.TdClassName
{
border-color: #1EC075;
}
.TagClassName
{
border-color: #1EC075;
}
</style>