Shades of Mountain Meadow #1EAB7D
Tints of Mountain Meadow #1EAB7D
RGB
CMYK
RGB Variations
Color information
#1EAB7D (or 0x1EAB7D) is known color: Mountain Meadow. HEX triplet: 1E, AB and 7D. RGB value is (30,171,125). Sum of RGB (Red+Green+Blue) = 30+171+125=326 (43% of max value = 765). Red value is 30 (12.11% from 255 or 9.20% from 326); Green value is 171 (67.19% from 255 or 52.45% from 326); Blue value is 125 (49.22% from 255 or 38.34% from 326); Max value from RGB is 171 - color contains mainly: green. Hex color #1EAB7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1EAB7D is #E15482. Grayscale: #7B7B7B. Windows color (decimal): -14767235 or 8235806. OLE color: 8235806.
HSL color Cylindrical-coordinate representation of color #1EAB7D: hue angle of 160.43º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1EAB7D is Cyan = 0.82, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 30 | 171 | 125 | - |
| CMYK | 0.82 | 0 | 0.27 | 0.33 |
| HSL | 160.43º | 0.7% | 0.39% | - |
| HSV(B) | 160.43º | 0.82% | 0.67% | - |
| XYZ | 18.8 | 30.88 | 24.37 | - |
| YUV | 123.6 | 128.79 | 61.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 171 | 125 | 0.82 | 0 | 0.27 | 0.33 | 160.43 | 0.7 | 0.39 |
| Hex | 1E | AB | 7D | 52 | 0 | 1B | 21 | A0 | 46 | 27 |
| Octal | 36 | 253 | 175 | 122 | 0 | 33 | 41 | 240 | 106 | 47 |
| Binary | 11110 | 10101011 | 1111101 | 1010010 | 0 | 11011 | 100001 | 10100000 | 1000110 | 100111 |
Color Harmonies of #1EAB7D
Complementary color
Monochromatic Colors of #1EAB7D
Black with #1EAB7D
Text Example
Text Example
White with #1EAB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EAB7D; }
p { color: rgb(30,171,125); }
H1.HeaderClassName
{
color: #1EAB7D;
}
.AnyTagClassName
{
color: #1EAB7D;
}
</style>
background-color css
<style>
a { background-color: #1EAB7D; }
a { background-color: rgb(30,171,125); }
div.DivClassName
{
background-color: #1EAB7D;
}
.BgClassName
{
background-color: #1EAB7D;
}
</style>
border-color css
<style>
span { border-color: #1EAB7D; }
span { border-color: rgb(30,171,125); }
td.TdClassName
{
border-color: #1EAB7D;
}
.TagClassName
{
border-color: #1EAB7D;
}
</style>