Shades of Mountain Meadow #1EC195
Tints of Mountain Meadow #1EC195
RGB
CMYK
RGB Variations
Color information
#1EC195 (or 0x1EC195) is known color: Mountain Meadow. HEX triplet: 1E, C1 and 95. RGB value is (30,193,149). Sum of RGB (Red+Green+Blue) = 30+193+149=372 (49% of max value = 765). Red value is 30 (12.11% from 255 or 8.06% from 372); Green value is 193 (75.78% from 255 or 51.88% from 372); Blue value is 149 (58.59% from 255 or 40.05% from 372); Max value from RGB is 193 - color contains mainly: green. Hex color #1EC195 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EC195 is #E13E6A. Grayscale: #8B8B8B. Windows color (decimal): -14761579 or 9814302. OLE color: 9814302.
HSL color Cylindrical-coordinate representation of color #1EC195: hue angle of 163.8º 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 #1EC195 is Cyan = 0.84, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 30 | 193 | 149 | - |
| CMYK | 0.84 | 0 | 0.23 | 0.24 |
| HSL | 163.8º | 0.73% | 0.44% | - |
| HSV(B) | 163.8º | 0.84% | 0.76% | - |
| XYZ | 25.03 | 40.59 | 34.95 | - |
| YUV | 139.25 | 133.5 | 50.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 193 | 149 | 0.84 | 0 | 0.23 | 0.24 | 163.8 | 0.73 | 0.44 |
| Hex | 1E | C1 | 95 | 54 | 0 | 17 | 18 | A4 | 49 | 2C |
| Octal | 36 | 301 | 225 | 124 | 0 | 27 | 30 | 244 | 111 | 54 |
| Binary | 11110 | 11000001 | 10010101 | 1010100 | 0 | 10111 | 11000 | 10100100 | 1001001 | 101100 |
Color Harmonies of #1EC195
Complementary color
Monochromatic Colors of #1EC195
Black with #1EC195
Text Example
Text Example
White with #1EC195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC195; }
p { color: rgb(30,193,149); }
H1.HeaderClassName
{
color: #1EC195;
}
.AnyTagClassName
{
color: #1EC195;
}
</style>
background-color css
<style>
a { background-color: #1EC195; }
a { background-color: rgb(30,193,149); }
div.DivClassName
{
background-color: #1EC195;
}
.BgClassName
{
background-color: #1EC195;
}
</style>
border-color css
<style>
span { border-color: #1EC195; }
span { border-color: rgb(30,193,149); }
td.TdClassName
{
border-color: #1EC195;
}
.TagClassName
{
border-color: #1EC195;
}
</style>