Shades of Mountain Meadow #1EBC7A
Tints of Mountain Meadow #1EBC7A
RGB
CMYK
RGB Variations
Color information
#1EBC7A (or 0x1EBC7A) is known color: Mountain Meadow. HEX triplet: 1E, BC and 7A. RGB value is (30,188,122). Sum of RGB (Red+Green+Blue) = 30+188+122=340 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.82% from 340); Green value is 188 (73.83% from 255 or 55.29% from 340); Blue value is 122 (48.05% from 255 or 35.88% from 340); Max value from RGB is 188 - color contains mainly: green. Hex color #1EBC7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1EBC7A is #E14385. Grayscale: #858585. Windows color (decimal): -14762886 or 8043550. OLE color: 8043550.
HSL color Cylindrical-coordinate representation of color #1EBC7A: hue angle of 154.94º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1EBC7A is Cyan = 0.84, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 30 | 188 | 122 | - |
| CMYK | 0.84 | 0 | 0.35 | 0.26 |
| HSL | 154.94º | 0.72% | 0.43% | - |
| HSV(B) | 154.94º | 0.84% | 0.74% | - |
| XYZ | 22.03 | 37.65 | 24.52 | - |
| YUV | 133.23 | 121.65 | 54.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 188 | 122 | 0.84 | 0 | 0.35 | 0.26 | 154.94 | 0.72 | 0.43 |
| Hex | 1E | BC | 7A | 54 | 0 | 23 | 1A | 9B | 48 | 2B |
| Octal | 36 | 274 | 172 | 124 | 0 | 43 | 32 | 233 | 110 | 53 |
| Binary | 11110 | 10111100 | 1111010 | 1010100 | 0 | 100011 | 11010 | 10011011 | 1001000 | 101011 |
Color Harmonies of #1EBC7A
Complementary color
Monochromatic Colors of #1EBC7A
Black with #1EBC7A
Text Example
Text Example
White with #1EBC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EBC7A; }
p { color: rgb(30,188,122); }
H1.HeaderClassName
{
color: #1EBC7A;
}
.AnyTagClassName
{
color: #1EBC7A;
}
</style>
background-color css
<style>
a { background-color: #1EBC7A; }
a { background-color: rgb(30,188,122); }
div.DivClassName
{
background-color: #1EBC7A;
}
.BgClassName
{
background-color: #1EBC7A;
}
</style>
border-color css
<style>
span { border-color: #1EBC7A; }
span { border-color: rgb(30,188,122); }
td.TdClassName
{
border-color: #1EBC7A;
}
.TagClassName
{
border-color: #1EBC7A;
}
</style>