Shades of Mountain Meadow #1EBE7E
Tints of Mountain Meadow #1EBE7E
RGB
CMYK
RGB Variations
Color information
#1EBE7E (or 0x1EBE7E) is known color: Mountain Meadow. HEX triplet: 1E, BE and 7E. RGB value is (30,190,126). Sum of RGB (Red+Green+Blue) = 30+190+126=346 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.67% from 346); Green value is 190 (74.61% from 255 or 54.91% from 346); Blue value is 126 (49.61% from 255 or 36.42% from 346); Max value from RGB is 190 - color contains mainly: green. Hex color #1EBE7E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1EBE7E is #E14181. Grayscale: #868686. Windows color (decimal): -14762370 or 8306206. OLE color: 8306206.
HSL color Cylindrical-coordinate representation of color #1EBE7E: hue angle of 156º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1EBE7E is Cyan = 0.84, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 30 | 190 | 126 | - |
| CMYK | 0.84 | 0 | 0.34 | 0.25 |
| HSL | 156º | 0.73% | 0.43% | - |
| HSV(B) | 156º | 0.84% | 0.75% | - |
| XYZ | 22.71 | 38.61 | 25.99 | - |
| YUV | 134.86 | 122.99 | 53.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 190 | 126 | 0.84 | 0 | 0.34 | 0.25 | 156 | 0.73 | 0.43 |
| Hex | 1E | BE | 7E | 54 | 0 | 22 | 19 | 9C | 49 | 2B |
| Octal | 36 | 276 | 176 | 124 | 0 | 42 | 31 | 234 | 111 | 53 |
| Binary | 11110 | 10111110 | 1111110 | 1010100 | 0 | 100010 | 11001 | 10011100 | 1001001 | 101011 |
Color Harmonies of #1EBE7E
Complementary color
Monochromatic Colors of #1EBE7E
Black with #1EBE7E
Text Example
Text Example
White with #1EBE7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EBE7E; }
p { color: rgb(30,190,126); }
H1.HeaderClassName
{
color: #1EBE7E;
}
.AnyTagClassName
{
color: #1EBE7E;
}
</style>
background-color css
<style>
a { background-color: #1EBE7E; }
a { background-color: rgb(30,190,126); }
div.DivClassName
{
background-color: #1EBE7E;
}
.BgClassName
{
background-color: #1EBE7E;
}
</style>
border-color css
<style>
span { border-color: #1EBE7E; }
span { border-color: rgb(30,190,126); }
td.TdClassName
{
border-color: #1EBE7E;
}
.TagClassName
{
border-color: #1EBE7E;
}
</style>