Shades of Mountain Meadow #1ED07A
Tints of Mountain Meadow #1ED07A
RGB
CMYK
RGB Variations
Color information
#1ED07A (or 0x1ED07A) is known color: Mountain Meadow. HEX triplet: 1E, D0 and 7A. RGB value is (30,208,122). Sum of RGB (Red+Green+Blue) = 30+208+122=360 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.33% from 360); Green value is 208 (81.64% from 255 or 57.78% from 360); Blue value is 122 (48.05% from 255 or 33.89% from 360); Max value from RGB is 208 - color contains mainly: green. Hex color #1ED07A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ED07A is #E12F85. Grayscale: #919191. Windows color (decimal): -14757766 or 8048670. OLE color: 8048670.
HSL color Cylindrical-coordinate representation of color #1ED07A: hue angle of 151.01º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ED07A is Cyan = 0.86, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 30 | 208 | 122 | - |
| CMYK | 0.86 | 0 | 0.41 | 0.18 |
| HSL | 151.01º | 0.75% | 0.47% | - |
| HSV(B) | 151.01º | 0.86% | 0.82% | - |
| XYZ | 26.6 | 46.79 | 26.04 | - |
| YUV | 144.97 | 115.03 | 45.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 208 | 122 | 0.86 | 0 | 0.41 | 0.18 | 151.01 | 0.75 | 0.47 |
| Hex | 1E | D0 | 7A | 56 | 0 | 29 | 12 | 97 | 4B | 2F |
| Octal | 36 | 320 | 172 | 126 | 0 | 51 | 22 | 227 | 113 | 57 |
| Binary | 11110 | 11010000 | 1111010 | 1010110 | 0 | 101001 | 10010 | 10010111 | 1001011 | 101111 |
Color Harmonies of #1ED07A
Complementary color
Monochromatic Colors of #1ED07A
Black with #1ED07A
Text Example
Text Example
White with #1ED07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED07A; }
p { color: rgb(30,208,122); }
H1.HeaderClassName
{
color: #1ED07A;
}
.AnyTagClassName
{
color: #1ED07A;
}
</style>
background-color css
<style>
a { background-color: #1ED07A; }
a { background-color: rgb(30,208,122); }
div.DivClassName
{
background-color: #1ED07A;
}
.BgClassName
{
background-color: #1ED07A;
}
</style>
border-color css
<style>
span { border-color: #1ED07A; }
span { border-color: rgb(30,208,122); }
td.TdClassName
{
border-color: #1ED07A;
}
.TagClassName
{
border-color: #1ED07A;
}
</style>