Shades of Mountain Meadow #1EBE7A
Tints of Mountain Meadow #1EBE7A
RGB
CMYK
RGB Variations
Color information
#1EBE7A (or 0x1EBE7A) is known color: Mountain Meadow. HEX triplet: 1E, BE and 7A. RGB value is (30,190,122). Sum of RGB (Red+Green+Blue) = 30+190+122=342 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.77% from 342); Green value is 190 (74.61% from 255 or 55.56% from 342); Blue value is 122 (48.05% from 255 or 35.67% from 342); Max value from RGB is 190 - color contains mainly: green. Hex color #1EBE7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1EBE7A is #E14185. Grayscale: #868686. Windows color (decimal): -14762374 or 8044062. OLE color: 8044062.
HSL color Cylindrical-coordinate representation of color #1EBE7A: hue angle of 154.5º 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 #1EBE7A is Cyan = 0.84, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 30 | 190 | 122 | - |
| CMYK | 0.84 | 0 | 0.36 | 0.25 |
| HSL | 154.5º | 0.73% | 0.43% | - |
| HSV(B) | 154.5º | 0.84% | 0.75% | - |
| XYZ | 22.46 | 38.51 | 24.66 | - |
| YUV | 134.41 | 120.99 | 53.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 190 | 122 | 0.84 | 0 | 0.36 | 0.25 | 154.5 | 0.73 | 0.43 |
| Hex | 1E | BE | 7A | 54 | 0 | 24 | 19 | 9A | 49 | 2B |
| Octal | 36 | 276 | 172 | 124 | 0 | 44 | 31 | 232 | 111 | 53 |
| Binary | 11110 | 10111110 | 1111010 | 1010100 | 0 | 100100 | 11001 | 10011010 | 1001001 | 101011 |
Color Harmonies of #1EBE7A
Complementary color
Monochromatic Colors of #1EBE7A
Black with #1EBE7A
Text Example
Text Example
White with #1EBE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EBE7A; }
p { color: rgb(30,190,122); }
H1.HeaderClassName
{
color: #1EBE7A;
}
.AnyTagClassName
{
color: #1EBE7A;
}
</style>
background-color css
<style>
a { background-color: #1EBE7A; }
a { background-color: rgb(30,190,122); }
div.DivClassName
{
background-color: #1EBE7A;
}
.BgClassName
{
background-color: #1EBE7A;
}
</style>
border-color css
<style>
span { border-color: #1EBE7A; }
span { border-color: rgb(30,190,122); }
td.TdClassName
{
border-color: #1EBE7A;
}
.TagClassName
{
border-color: #1EBE7A;
}
</style>