Shades of Mountain Meadow #1EC278
Tints of Mountain Meadow #1EC278
RGB
CMYK
RGB Variations
Color information
#1EC278 (or 0x1EC278) is known color: Mountain Meadow. HEX triplet: 1E, C2 and 78. RGB value is (30,194,120). Sum of RGB (Red+Green+Blue) = 30+194+120=344 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.72% from 344); Green value is 194 (76.17% from 255 or 56.40% from 344); Blue value is 120 (47.27% from 255 or 34.88% from 344); Max value from RGB is 194 - color contains mainly: green. Hex color #1EC278 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1EC278 is #E13D87. Grayscale: #888888. Windows color (decimal): -14761352 or 7914014. OLE color: 7914014.
HSL color Cylindrical-coordinate representation of color #1EC278: hue angle of 152.93º 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 #1EC278 is Cyan = 0.85, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 30 | 194 | 120 | - |
| CMYK | 0.85 | 0 | 0.38 | 0.24 |
| HSL | 152.93º | 0.73% | 0.44% | - |
| HSV(B) | 152.93º | 0.85% | 0.76% | - |
| XYZ | 23.22 | 40.22 | 24.31 | - |
| YUV | 136.53 | 118.67 | 52.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 194 | 120 | 0.85 | 0 | 0.38 | 0.24 | 152.93 | 0.73 | 0.44 |
| Hex | 1E | C2 | 78 | 55 | 0 | 26 | 18 | 99 | 49 | 2C |
| Octal | 36 | 302 | 170 | 125 | 0 | 46 | 30 | 231 | 111 | 54 |
| Binary | 11110 | 11000010 | 1111000 | 1010101 | 0 | 100110 | 11000 | 10011001 | 1001001 | 101100 |
Color Harmonies of #1EC278
Complementary color
Monochromatic Colors of #1EC278
Black with #1EC278
Text Example
Text Example
White with #1EC278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC278; }
p { color: rgb(30,194,120); }
H1.HeaderClassName
{
color: #1EC278;
}
.AnyTagClassName
{
color: #1EC278;
}
</style>
background-color css
<style>
a { background-color: #1EC278; }
a { background-color: rgb(30,194,120); }
div.DivClassName
{
background-color: #1EC278;
}
.BgClassName
{
background-color: #1EC278;
}
</style>
border-color css
<style>
span { border-color: #1EC278; }
span { border-color: rgb(30,194,120); }
td.TdClassName
{
border-color: #1EC278;
}
.TagClassName
{
border-color: #1EC278;
}
</style>