Shades of Shamrock #1EDC8D
Tints of Shamrock #1EDC8D
RGB
CMYK
RGB Variations
Color information
#1EDC8D (or 0x1EDC8D) is known color: Shamrock. HEX triplet: 1E, DC and 8D. RGB value is (30,220,141). Sum of RGB (Red+Green+Blue) = 30+220+141=391 (51% of max value = 765). Red value is 30 (12.11% from 255 or 7.67% from 391); Green value is 220 (86.33% from 255 or 56.27% from 391); Blue value is 141 (55.47% from 255 or 36.06% from 391); Max value from RGB is 220 - color contains mainly: green. Hex color #1EDC8D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EDC8D is #E12372. Grayscale: #9A9A9A. Windows color (decimal): -14754675 or 9296926. OLE color: 9296926.
HSL color Cylindrical-coordinate representation of color #1EDC8D: hue angle of 155.05º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1EDC8D is Cyan = 0.86, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 30 | 220 | 141 | - |
| CMYK | 0.86 | 0 | 0.36 | 0.14 |
| HSL | 155.05º | 0.76% | 0.49% | - |
| HSV(B) | 155.05º | 0.86% | 0.86% | - |
| XYZ | 30.94 | 53.39 | 33.87 | - |
| YUV | 154.18 | 120.55 | 39.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 220 | 141 | 0.86 | 0 | 0.36 | 0.14 | 155.05 | 0.76 | 0.49 |
| Hex | 1E | DC | 8D | 56 | 0 | 24 | E | 9B | 4C | 31 |
| Octal | 36 | 334 | 215 | 126 | 0 | 44 | 16 | 233 | 114 | 61 |
| Binary | 11110 | 11011100 | 10001101 | 1010110 | 0 | 100100 | 1110 | 10011011 | 1001100 | 110001 |
Color Harmonies of #1EDC8D
Complementary color
Monochromatic Colors of #1EDC8D
Black with #1EDC8D
Text Example
Text Example
White with #1EDC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDC8D; }
p { color: rgb(30,220,141); }
H1.HeaderClassName
{
color: #1EDC8D;
}
.AnyTagClassName
{
color: #1EDC8D;
}
</style>
background-color css
<style>
a { background-color: #1EDC8D; }
a { background-color: rgb(30,220,141); }
div.DivClassName
{
background-color: #1EDC8D;
}
.BgClassName
{
background-color: #1EDC8D;
}
</style>
border-color css
<style>
span { border-color: #1EDC8D; }
span { border-color: rgb(30,220,141); }
td.TdClassName
{
border-color: #1EDC8D;
}
.TagClassName
{
border-color: #1EDC8D;
}
</style>