Shades of Mountain Meadow #1EC491
Tints of Mountain Meadow #1EC491
RGB
CMYK
RGB Variations
Color information
#1EC491 (or 0x1EC491) is known color: Mountain Meadow. HEX triplet: 1E, C4 and 91. RGB value is (30,196,145). Sum of RGB (Red+Green+Blue) = 30+196+145=371 (49% of max value = 765). Red value is 30 (12.11% from 255 or 8.09% from 371); Green value is 196 (76.95% from 255 or 52.83% from 371); Blue value is 145 (57.03% from 255 or 39.08% from 371); Max value from RGB is 196 - color contains mainly: green. Hex color #1EC491 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EC491 is #E13B6E. Grayscale: #8C8C8C. Windows color (decimal): -14760815 or 9552926. OLE color: 9552926.
HSL color Cylindrical-coordinate representation of color #1EC491: hue angle of 161.57º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1EC491 is Cyan = 0.85, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 30 | 196 | 145 | - |
| CMYK | 0.85 | 0 | 0.26 | 0.23 |
| HSL | 161.57º | 0.73% | 0.44% | - |
| HSV(B) | 161.57º | 0.85% | 0.77% | - |
| XYZ | 25.39 | 41.8 | 33.52 | - |
| YUV | 140.55 | 130.5 | 49.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 196 | 145 | 0.85 | 0 | 0.26 | 0.23 | 161.57 | 0.73 | 0.44 |
| Hex | 1E | C4 | 91 | 55 | 0 | 1A | 17 | A2 | 49 | 2C |
| Octal | 36 | 304 | 221 | 125 | 0 | 32 | 27 | 242 | 111 | 54 |
| Binary | 11110 | 11000100 | 10010001 | 1010101 | 0 | 11010 | 10111 | 10100010 | 1001001 | 101100 |
Color Harmonies of #1EC491
Complementary color
Monochromatic Colors of #1EC491
Black with #1EC491
Text Example
Text Example
White with #1EC491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC491; }
p { color: rgb(30,196,145); }
H1.HeaderClassName
{
color: #1EC491;
}
.AnyTagClassName
{
color: #1EC491;
}
</style>
background-color css
<style>
a { background-color: #1EC491; }
a { background-color: rgb(30,196,145); }
div.DivClassName
{
background-color: #1EC491;
}
.BgClassName
{
background-color: #1EC491;
}
</style>
border-color css
<style>
span { border-color: #1EC491; }
span { border-color: rgb(30,196,145); }
td.TdClassName
{
border-color: #1EC491;
}
.TagClassName
{
border-color: #1EC491;
}
</style>