Shades of Mountain Meadow #1EB870
Tints of Mountain Meadow #1EB870
RGB
CMYK
RGB Variations
Color information
#1EB870 (or 0x1EB870) is known color: Mountain Meadow. HEX triplet: 1E, B8 and 70. RGB value is (30,184,112). Sum of RGB (Red+Green+Blue) = 30+184+112=326 (43% of max value = 765). Red value is 30 (12.11% from 255 or 9.20% from 326); Green value is 184 (72.27% from 255 or 56.44% from 326); Blue value is 112 (44.14% from 255 or 34.36% from 326); Max value from RGB is 184 - color contains mainly: green. Hex color #1EB870 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1EB870 is #E1478F. Grayscale: #818181. Windows color (decimal): -14763920 or 7387166. OLE color: 7387166.
HSL color Cylindrical-coordinate representation of color #1EB870: hue angle of 151.95º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1EB870 is Cyan = 0.84, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 30 | 184 | 112 | - |
| CMYK | 0.84 | 0 | 0.39 | 0.28 |
| HSL | 151.95º | 0.72% | 0.42% | - |
| HSV(B) | 151.95º | 0.84% | 0.72% | - |
| XYZ | 20.6 | 35.73 | 21.14 | - |
| YUV | 129.75 | 117.98 | 56.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 184 | 112 | 0.84 | 0 | 0.39 | 0.28 | 151.95 | 0.72 | 0.42 |
| Hex | 1E | B8 | 70 | 54 | 0 | 27 | 1C | 98 | 48 | 2A |
| Octal | 36 | 270 | 160 | 124 | 0 | 47 | 34 | 230 | 110 | 52 |
| Binary | 11110 | 10111000 | 1110000 | 1010100 | 0 | 100111 | 11100 | 10011000 | 1001000 | 101010 |
Color Harmonies of #1EB870
Complementary color
Monochromatic Colors of #1EB870
Black with #1EB870
Text Example
Text Example
White with #1EB870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EB870; }
p { color: rgb(30,184,112); }
H1.HeaderClassName
{
color: #1EB870;
}
.AnyTagClassName
{
color: #1EB870;
}
</style>
background-color css
<style>
a { background-color: #1EB870; }
a { background-color: rgb(30,184,112); }
div.DivClassName
{
background-color: #1EB870;
}
.BgClassName
{
background-color: #1EB870;
}
</style>
border-color css
<style>
span { border-color: #1EB870; }
span { border-color: rgb(30,184,112); }
td.TdClassName
{
border-color: #1EB870;
}
.TagClassName
{
border-color: #1EB870;
}
</style>