Shades of Mountain Meadow #1EA878
Tints of Mountain Meadow #1EA878
RGB
CMYK
RGB Variations
Color information
#1EA878 (or 0x1EA878) is known color: Mountain Meadow. HEX triplet: 1E, A8 and 78. RGB value is (30,168,120). Sum of RGB (Red+Green+Blue) = 30+168+120=318 (42% of max value = 765). Red value is 30 (12.11% from 255 or 9.43% from 318); Green value is 168 (66.02% from 255 or 52.83% from 318); Blue value is 120 (47.27% from 255 or 37.74% from 318); Max value from RGB is 168 - color contains mainly: green. Hex color #1EA878 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1EA878 is #E15787. Grayscale: #797979. Windows color (decimal): -14768008 or 7907358. OLE color: 7907358.
HSL color Cylindrical-coordinate representation of color #1EA878: hue angle of 159.13º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1EA878 is Cyan = 0.82, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 30 | 168 | 120 | - |
| CMYK | 0.82 | 0 | 0.29 | 0.34 |
| HSL | 159.13º | 0.7% | 0.39% | - |
| HSV(B) | 159.13º | 0.82% | 0.66% | - |
| XYZ | 17.93 | 29.64 | 22.54 | - |
| YUV | 121.27 | 127.28 | 62.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 168 | 120 | 0.82 | 0 | 0.29 | 0.34 | 159.13 | 0.7 | 0.39 |
| Hex | 1E | A8 | 78 | 52 | 0 | 1D | 22 | 9F | 46 | 27 |
| Octal | 36 | 250 | 170 | 122 | 0 | 35 | 42 | 237 | 106 | 47 |
| Binary | 11110 | 10101000 | 1111000 | 1010010 | 0 | 11101 | 100010 | 10011111 | 1000110 | 100111 |
Color Harmonies of #1EA878
Complementary color
Monochromatic Colors of #1EA878
Black with #1EA878
Text Example
Text Example
White with #1EA878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EA878; }
p { color: rgb(30,168,120); }
H1.HeaderClassName
{
color: #1EA878;
}
.AnyTagClassName
{
color: #1EA878;
}
</style>
background-color css
<style>
a { background-color: #1EA878; }
a { background-color: rgb(30,168,120); }
div.DivClassName
{
background-color: #1EA878;
}
.BgClassName
{
background-color: #1EA878;
}
</style>
border-color css
<style>
span { border-color: #1EA878; }
span { border-color: rgb(30,168,120); }
td.TdClassName
{
border-color: #1EA878;
}
.TagClassName
{
border-color: #1EA878;
}
</style>