Shades of Mountain Meadow #1EAD8C
Tints of Mountain Meadow #1EAD8C
RGB
CMYK
RGB Variations
Color information
#1EAD8C (or 0x1EAD8C) is known color: Mountain Meadow. HEX triplet: 1E, AD and 8C. RGB value is (30,173,140). Sum of RGB (Red+Green+Blue) = 30+173+140=343 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.75% from 343); Green value is 173 (67.97% from 255 or 50.44% from 343); Blue value is 140 (55.08% from 255 or 40.82% from 343); Max value from RGB is 173 - color contains mainly: green. Hex color #1EAD8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EAD8C is #E15273. Grayscale: #7E7E7E. Windows color (decimal): -14766708 or 9219358. OLE color: 9219358.
HSL color Cylindrical-coordinate representation of color #1EAD8C: hue angle of 166.15º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1EAD8C is Cyan = 0.83, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 30 | 173 | 140 | - |
| CMYK | 0.83 | 0 | 0.19 | 0.32 |
| HSL | 166.15º | 0.7% | 0.4% | - |
| HSV(B) | 166.15º | 0.83% | 0.68% | - |
| XYZ | 20.21 | 32.06 | 29.93 | - |
| YUV | 126.48 | 135.62 | 59.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 173 | 140 | 0.83 | 0 | 0.19 | 0.32 | 166.15 | 0.7 | 0.4 |
| Hex | 1E | AD | 8C | 53 | 0 | 13 | 20 | A6 | 46 | 28 |
| Octal | 36 | 255 | 214 | 123 | 0 | 23 | 40 | 246 | 106 | 50 |
| Binary | 11110 | 10101101 | 10001100 | 1010011 | 0 | 10011 | 100000 | 10100110 | 1000110 | 101000 |
Color Harmonies of #1EAD8C
Complementary color
Monochromatic Colors of #1EAD8C
Black with #1EAD8C
Text Example
Text Example
White with #1EAD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EAD8C; }
p { color: rgb(30,173,140); }
H1.HeaderClassName
{
color: #1EAD8C;
}
.AnyTagClassName
{
color: #1EAD8C;
}
</style>
background-color css
<style>
a { background-color: #1EAD8C; }
a { background-color: rgb(30,173,140); }
div.DivClassName
{
background-color: #1EAD8C;
}
.BgClassName
{
background-color: #1EAD8C;
}
</style>
border-color css
<style>
span { border-color: #1EAD8C; }
span { border-color: rgb(30,173,140); }
td.TdClassName
{
border-color: #1EAD8C;
}
.TagClassName
{
border-color: #1EAD8C;
}
</style>