Shades of Mountain Meadow #1EC275
Tints of Mountain Meadow #1EC275
RGB
CMYK
RGB Variations
Color information
#1EC275 (or 0x1EC275) is known color: Mountain Meadow. HEX triplet: 1E, C2 and 75. RGB value is (30,194,117). Sum of RGB (Red+Green+Blue) = 30+194+117=341 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.80% from 341); Green value is 194 (76.17% from 255 or 56.89% from 341); Blue value is 117 (46.09% from 255 or 34.31% from 341); Max value from RGB is 194 - color contains mainly: green. Hex color #1EC275 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1EC275 is #E13D8A. Grayscale: #888888. Windows color (decimal): -14761355 or 7717406. OLE color: 7717406.
HSL color Cylindrical-coordinate representation of color #1EC275: hue angle of 151.83º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1EC275 is Cyan = 0.85, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 30 | 194 | 117 | - |
| CMYK | 0.85 | 0 | 0.40 | 0.24 |
| HSL | 151.83º | 0.73% | 0.44% | - |
| HSV(B) | 151.83º | 0.85% | 0.76% | - |
| XYZ | 23.04 | 40.14 | 23.36 | - |
| YUV | 136.19 | 117.17 | 52.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 194 | 117 | 0.85 | 0 | 0.40 | 0.24 | 151.83 | 0.73 | 0.44 |
| Hex | 1E | C2 | 75 | 55 | 0 | 28 | 18 | 98 | 49 | 2C |
| Octal | 36 | 302 | 165 | 125 | 0 | 50 | 30 | 230 | 111 | 54 |
| Binary | 11110 | 11000010 | 1110101 | 1010101 | 0 | 101000 | 11000 | 10011000 | 1001001 | 101100 |
Color Harmonies of #1EC275
Complementary color
Monochromatic Colors of #1EC275
Black with #1EC275
Text Example
Text Example
White with #1EC275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC275; }
p { color: rgb(30,194,117); }
H1.HeaderClassName
{
color: #1EC275;
}
.AnyTagClassName
{
color: #1EC275;
}
</style>
background-color css
<style>
a { background-color: #1EC275; }
a { background-color: rgb(30,194,117); }
div.DivClassName
{
background-color: #1EC275;
}
.BgClassName
{
background-color: #1EC275;
}
</style>
border-color css
<style>
span { border-color: #1EC275; }
span { border-color: rgb(30,194,117); }
td.TdClassName
{
border-color: #1EC275;
}
.TagClassName
{
border-color: #1EC275;
}
</style>