Shades of Mountain Meadow #1ED676
Tints of Mountain Meadow #1ED676
RGB
CMYK
RGB Variations
Color information
#1ED676 (or 0x1ED676) is known color: Mountain Meadow. HEX triplet: 1E, D6 and 76. RGB value is (30,214,118). Sum of RGB (Red+Green+Blue) = 30+214+118=362 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.29% from 362); Green value is 214 (83.98% from 255 or 59.12% from 362); Blue value is 118 (46.48% from 255 or 32.60% from 362); Max value from RGB is 214 - color contains mainly: green. Hex color #1ED676 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ED676 is #E12989. Grayscale: #949494. Windows color (decimal): -14756234 or 7788062. OLE color: 7788062.
HSL color Cylindrical-coordinate representation of color #1ED676: hue angle of 148.7º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ED676 is Cyan = 0.86, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 30 | 214 | 118 | - |
| CMYK | 0.86 | 0 | 0.45 | 0.16 |
| HSL | 148.7º | 0.75% | 0.48% | - |
| HSV(B) | 148.7º | 0.86% | 0.84% | - |
| XYZ | 27.85 | 49.68 | 25.26 | - |
| YUV | 148.04 | 111.04 | 43.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 214 | 118 | 0.86 | 0 | 0.45 | 0.16 | 148.7 | 0.75 | 0.48 |
| Hex | 1E | D6 | 76 | 56 | 0 | 2D | 10 | 95 | 4B | 30 |
| Octal | 36 | 326 | 166 | 126 | 0 | 55 | 20 | 225 | 113 | 60 |
| Binary | 11110 | 11010110 | 1110110 | 1010110 | 0 | 101101 | 10000 | 10010101 | 1001011 | 110000 |
Color Harmonies of #1ED676
Complementary color
Monochromatic Colors of #1ED676
Black with #1ED676
Text Example
Text Example
White with #1ED676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED676; }
p { color: rgb(30,214,118); }
H1.HeaderClassName
{
color: #1ED676;
}
.AnyTagClassName
{
color: #1ED676;
}
</style>
background-color css
<style>
a { background-color: #1ED676; }
a { background-color: rgb(30,214,118); }
div.DivClassName
{
background-color: #1ED676;
}
.BgClassName
{
background-color: #1ED676;
}
</style>
border-color css
<style>
span { border-color: #1ED676; }
span { border-color: rgb(30,214,118); }
td.TdClassName
{
border-color: #1ED676;
}
.TagClassName
{
border-color: #1ED676;
}
</style>