Shades of Mountain Meadow #1EC478
Tints of Mountain Meadow #1EC478
RGB
CMYK
RGB Variations
Color information
#1EC478 (or 0x1EC478) is known color: Mountain Meadow. HEX triplet: 1E, C4 and 78. RGB value is (30,196,120). Sum of RGB (Red+Green+Blue) = 30+196+120=346 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.67% from 346); Green value is 196 (76.95% from 255 or 56.65% from 346); Blue value is 120 (47.27% from 255 or 34.68% from 346); Max value from RGB is 196 - color contains mainly: green. Hex color #1EC478 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1EC478 is #E13B87. Grayscale: #898989. Windows color (decimal): -14760840 or 7914526. OLE color: 7914526.
HSL color Cylindrical-coordinate representation of color #1EC478: hue angle of 152.53º 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 #1EC478 is Cyan = 0.85, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 30 | 196 | 120 | - |
| CMYK | 0.85 | 0 | 0.39 | 0.23 |
| HSL | 152.53º | 0.73% | 0.44% | - |
| HSV(B) | 152.53º | 0.85% | 0.77% | - |
| XYZ | 23.67 | 41.11 | 24.46 | - |
| YUV | 137.7 | 118 | 51.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 196 | 120 | 0.85 | 0 | 0.39 | 0.23 | 152.53 | 0.73 | 0.44 |
| Hex | 1E | C4 | 78 | 55 | 0 | 27 | 17 | 99 | 49 | 2C |
| Octal | 36 | 304 | 170 | 125 | 0 | 47 | 27 | 231 | 111 | 54 |
| Binary | 11110 | 11000100 | 1111000 | 1010101 | 0 | 100111 | 10111 | 10011001 | 1001001 | 101100 |
Color Harmonies of #1EC478
Complementary color
Monochromatic Colors of #1EC478
Black with #1EC478
Text Example
Text Example
White with #1EC478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC478; }
p { color: rgb(30,196,120); }
H1.HeaderClassName
{
color: #1EC478;
}
.AnyTagClassName
{
color: #1EC478;
}
</style>
background-color css
<style>
a { background-color: #1EC478; }
a { background-color: rgb(30,196,120); }
div.DivClassName
{
background-color: #1EC478;
}
.BgClassName
{
background-color: #1EC478;
}
</style>
border-color css
<style>
span { border-color: #1EC478; }
span { border-color: rgb(30,196,120); }
td.TdClassName
{
border-color: #1EC478;
}
.TagClassName
{
border-color: #1EC478;
}
</style>