Shades of Mountain Meadow #1EB18E
Tints of Mountain Meadow #1EB18E
RGB
CMYK
RGB Variations
Color information
#1EB18E (or 0x1EB18E) is known color: Mountain Meadow. HEX triplet: 1E, B1 and 8E. RGB value is (30,177,142). Sum of RGB (Red+Green+Blue) = 30+177+142=349 (46% of max value = 765). Red value is 30 (12.11% from 255 or 8.60% from 349); Green value is 177 (69.53% from 255 or 50.72% from 349); Blue value is 142 (55.86% from 255 or 40.69% from 349); Max value from RGB is 177 - color contains mainly: green. Hex color #1EB18E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EB18E is #E14E71. Grayscale: #818181. Windows color (decimal): -14765682 or 9351454. OLE color: 9351454.
HSL color Cylindrical-coordinate representation of color #1EB18E: hue angle of 165.71º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1EB18E is Cyan = 0.83, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 30 | 177 | 142 | - |
| CMYK | 0.83 | 0 | 0.20 | 0.31 |
| HSL | 165.71º | 0.71% | 0.41% | - |
| HSV(B) | 165.71º | 0.83% | 0.69% | - |
| XYZ | 21.14 | 33.67 | 30.98 | - |
| YUV | 129.06 | 135.3 | 57.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 177 | 142 | 0.83 | 0 | 0.20 | 0.31 | 165.71 | 0.71 | 0.41 |
| Hex | 1E | B1 | 8E | 53 | 0 | 14 | 1F | A6 | 47 | 29 |
| Octal | 36 | 261 | 216 | 123 | 0 | 24 | 37 | 246 | 107 | 51 |
| Binary | 11110 | 10110001 | 10001110 | 1010011 | 0 | 10100 | 11111 | 10100110 | 1000111 | 101001 |
Color Harmonies of #1EB18E
Complementary color
Monochromatic Colors of #1EB18E
Black with #1EB18E
Text Example
Text Example
White with #1EB18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EB18E; }
p { color: rgb(30,177,142); }
H1.HeaderClassName
{
color: #1EB18E;
}
.AnyTagClassName
{
color: #1EB18E;
}
</style>
background-color css
<style>
a { background-color: #1EB18E; }
a { background-color: rgb(30,177,142); }
div.DivClassName
{
background-color: #1EB18E;
}
.BgClassName
{
background-color: #1EB18E;
}
</style>
border-color css
<style>
span { border-color: #1EB18E; }
span { border-color: rgb(30,177,142); }
td.TdClassName
{
border-color: #1EB18E;
}
.TagClassName
{
border-color: #1EB18E;
}
</style>