Shades of Mountain Meadow #1ED17A
Tints of Mountain Meadow #1ED17A
RGB
CMYK
RGB Variations
Color information
#1ED17A (or 0x1ED17A) is known color: Mountain Meadow. HEX triplet: 1E, D1 and 7A. RGB value is (30,209,122). Sum of RGB (Red+Green+Blue) = 30+209+122=361 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.31% from 361); Green value is 209 (82.03% from 255 or 57.89% from 361); Blue value is 122 (48.05% from 255 or 33.80% from 361); Max value from RGB is 209 - color contains mainly: green. Hex color #1ED17A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ED17A is #E12E85. Grayscale: #919191. Windows color (decimal): -14757510 or 8048926. OLE color: 8048926.
HSL color Cylindrical-coordinate representation of color #1ED17A: hue angle of 150.84º 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 #1ED17A is Cyan = 0.86, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 30 | 209 | 122 | - |
| CMYK | 0.86 | 0 | 0.42 | 0.18 |
| HSL | 150.84º | 0.75% | 0.47% | - |
| HSV(B) | 150.84º | 0.86% | 0.82% | - |
| XYZ | 26.85 | 47.28 | 26.12 | - |
| YUV | 145.56 | 114.7 | 45.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 209 | 122 | 0.86 | 0 | 0.42 | 0.18 | 150.84 | 0.75 | 0.47 |
| Hex | 1E | D1 | 7A | 56 | 0 | 2A | 12 | 97 | 4B | 2F |
| Octal | 36 | 321 | 172 | 126 | 0 | 52 | 22 | 227 | 113 | 57 |
| Binary | 11110 | 11010001 | 1111010 | 1010110 | 0 | 101010 | 10010 | 10010111 | 1001011 | 101111 |
Color Harmonies of #1ED17A
Complementary color
Monochromatic Colors of #1ED17A
Black with #1ED17A
Text Example
Text Example
White with #1ED17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED17A; }
p { color: rgb(30,209,122); }
H1.HeaderClassName
{
color: #1ED17A;
}
.AnyTagClassName
{
color: #1ED17A;
}
</style>
background-color css
<style>
a { background-color: #1ED17A; }
a { background-color: rgb(30,209,122); }
div.DivClassName
{
background-color: #1ED17A;
}
.BgClassName
{
background-color: #1ED17A;
}
</style>
border-color css
<style>
span { border-color: #1ED17A; }
span { border-color: rgb(30,209,122); }
td.TdClassName
{
border-color: #1ED17A;
}
.TagClassName
{
border-color: #1ED17A;
}
</style>