Shades of Mountain Meadow #1EB380
Tints of Mountain Meadow #1EB380
RGB
CMYK
RGB Variations
Color information
#1EB380 (or 0x1EB380) is known color: Mountain Meadow. HEX triplet: 1E, B3 and 80. RGB value is (30,179,128). Sum of RGB (Red+Green+Blue) = 30+179+128=337 (44% of max value = 765). Red value is 30 (12.11% from 255 or 8.90% from 337); Green value is 179 (70.31% from 255 or 53.12% from 337); Blue value is 128 (50.39% from 255 or 37.98% from 337); Max value from RGB is 179 - color contains mainly: green. Hex color #1EB380 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EB380 is #E14C7F. Grayscale: #808080. Windows color (decimal): -14765184 or 8434462. OLE color: 8434462.
HSL color Cylindrical-coordinate representation of color #1EB380: hue angle of 159.46º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1EB380 is Cyan = 0.83, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 30 | 179 | 128 | - |
| CMYK | 0.83 | 0 | 0.28 | 0.30 |
| HSL | 159.46º | 0.71% | 0.41% | - |
| HSV(B) | 159.46º | 0.83% | 0.7% | - |
| XYZ | 20.55 | 34.07 | 25.92 | - |
| YUV | 128.64 | 127.64 | 57.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 179 | 128 | 0.83 | 0 | 0.28 | 0.30 | 159.46 | 0.71 | 0.41 |
| Hex | 1E | B3 | 80 | 53 | 0 | 1C | 1E | 9F | 47 | 29 |
| Octal | 36 | 263 | 200 | 123 | 0 | 34 | 36 | 237 | 107 | 51 |
| Binary | 11110 | 10110011 | 10000000 | 1010011 | 0 | 11100 | 11110 | 10011111 | 1000111 | 101001 |
Color Harmonies of #1EB380
Complementary color
Monochromatic Colors of #1EB380
Black with #1EB380
Text Example
Text Example
White with #1EB380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EB380; }
p { color: rgb(30,179,128); }
H1.HeaderClassName
{
color: #1EB380;
}
.AnyTagClassName
{
color: #1EB380;
}
</style>
background-color css
<style>
a { background-color: #1EB380; }
a { background-color: rgb(30,179,128); }
div.DivClassName
{
background-color: #1EB380;
}
.BgClassName
{
background-color: #1EB380;
}
</style>
border-color css
<style>
span { border-color: #1EB380; }
span { border-color: rgb(30,179,128); }
td.TdClassName
{
border-color: #1EB380;
}
.TagClassName
{
border-color: #1EB380;
}
</style>