Shades of Mountain Meadow #1EC175
Tints of Mountain Meadow #1EC175
RGB
CMYK
RGB Variations
Color information
#1EC175 (or 0x1EC175) is known color: Mountain Meadow. HEX triplet: 1E, C1 and 75. RGB value is (30,193,117). Sum of RGB (Red+Green+Blue) = 30+193+117=340 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.82% from 340); Green value is 193 (75.78% from 255 or 56.76% from 340); Blue value is 117 (46.09% from 255 or 34.41% from 340); Max value from RGB is 193 - color contains mainly: green. Hex color #1EC175 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1EC175 is #E13E8A. Grayscale: #878787. Windows color (decimal): -14761611 or 7717150. OLE color: 7717150.
HSL color Cylindrical-coordinate representation of color #1EC175: hue angle of 152.02º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1EC175 is Cyan = 0.84, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 30 | 193 | 117 | - |
| CMYK | 0.84 | 0 | 0.39 | 0.24 |
| HSL | 152.02º | 0.73% | 0.44% | - |
| HSV(B) | 152.02º | 0.84% | 0.76% | - |
| XYZ | 22.82 | 39.7 | 23.29 | - |
| YUV | 135.6 | 117.5 | 52.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 193 | 117 | 0.84 | 0 | 0.39 | 0.24 | 152.02 | 0.73 | 0.44 |
| Hex | 1E | C1 | 75 | 54 | 0 | 27 | 18 | 98 | 49 | 2C |
| Octal | 36 | 301 | 165 | 124 | 0 | 47 | 30 | 230 | 111 | 54 |
| Binary | 11110 | 11000001 | 1110101 | 1010100 | 0 | 100111 | 11000 | 10011000 | 1001001 | 101100 |
Color Harmonies of #1EC175
Complementary color
Monochromatic Colors of #1EC175
Black with #1EC175
Text Example
Text Example
White with #1EC175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC175; }
p { color: rgb(30,193,117); }
H1.HeaderClassName
{
color: #1EC175;
}
.AnyTagClassName
{
color: #1EC175;
}
</style>
background-color css
<style>
a { background-color: #1EC175; }
a { background-color: rgb(30,193,117); }
div.DivClassName
{
background-color: #1EC175;
}
.BgClassName
{
background-color: #1EC175;
}
</style>
border-color css
<style>
span { border-color: #1EC175; }
span { border-color: rgb(30,193,117); }
td.TdClassName
{
border-color: #1EC175;
}
.TagClassName
{
border-color: #1EC175;
}
</style>