Shades of Mountain Meadow #1EB46E
Tints of Mountain Meadow #1EB46E
RGB
CMYK
RGB Variations
Color information
#1EB46E (or 0x1EB46E) is known color: Mountain Meadow. HEX triplet: 1E, B4 and 6E. RGB value is (30,180,110). Sum of RGB (Red+Green+Blue) = 30+180+110=320 (42% of max value = 765). Red value is 30 (12.11% from 255 or 9.38% from 320); Green value is 180 (70.70% from 255 or 56.25% from 320); Blue value is 110 (43.36% from 255 or 34.38% from 320); Max value from RGB is 180 - color contains mainly: green. Hex color #1EB46E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1EB46E is #E14B91. Grayscale: #7F7F7F. Windows color (decimal): -14764946 or 7255070. OLE color: 7255070.
HSL color Cylindrical-coordinate representation of color #1EB46E: hue angle of 152º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1EB46E is Cyan = 0.83, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 30 | 180 | 110 | - |
| CMYK | 0.83 | 0 | 0.39 | 0.29 |
| HSL | 152º | 0.71% | 0.41% | - |
| HSV(B) | 152º | 0.83% | 0.71% | - |
| XYZ | 19.67 | 34.04 | 20.29 | - |
| YUV | 127.17 | 118.31 | 58.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 180 | 110 | 0.83 | 0 | 0.39 | 0.29 | 152 | 0.71 | 0.41 |
| Hex | 1E | B4 | 6E | 53 | 0 | 27 | 1D | 98 | 47 | 29 |
| Octal | 36 | 264 | 156 | 123 | 0 | 47 | 35 | 230 | 107 | 51 |
| Binary | 11110 | 10110100 | 1101110 | 1010011 | 0 | 100111 | 11101 | 10011000 | 1000111 | 101001 |
Color Harmonies of #1EB46E
Complementary color
Monochromatic Colors of #1EB46E
Black with #1EB46E
Text Example
Text Example
White with #1EB46E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EB46E; }
p { color: rgb(30,180,110); }
H1.HeaderClassName
{
color: #1EB46E;
}
.AnyTagClassName
{
color: #1EB46E;
}
</style>
background-color css
<style>
a { background-color: #1EB46E; }
a { background-color: rgb(30,180,110); }
div.DivClassName
{
background-color: #1EB46E;
}
.BgClassName
{
background-color: #1EB46E;
}
</style>
border-color css
<style>
span { border-color: #1EB46E; }
span { border-color: rgb(30,180,110); }
td.TdClassName
{
border-color: #1EB46E;
}
.TagClassName
{
border-color: #1EB46E;
}
</style>