Shades of Shamrock #1EDC99
Tints of Shamrock #1EDC99
RGB
CMYK
RGB Variations
Color information
#1EDC99 (or 0x1EDC99) is known color: Shamrock. HEX triplet: 1E, DC and 99. RGB value is (30,220,153). Sum of RGB (Red+Green+Blue) = 30+220+153=403 (53% of max value = 765). Red value is 30 (12.11% from 255 or 7.44% from 403); Green value is 220 (86.33% from 255 or 54.59% from 403); Blue value is 153 (60.16% from 255 or 37.97% from 403); Max value from RGB is 220 - color contains mainly: green. Hex color #1EDC99 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EDC99 is #E12366. Grayscale: #9B9B9B. Windows color (decimal): -14754663 or 10083358. OLE color: 10083358.
HSL color Cylindrical-coordinate representation of color #1EDC99: hue angle of 158.84º 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 #1EDC99 is Cyan = 0.86, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 30 | 220 | 153 | - |
| CMYK | 0.86 | 0 | 0.30 | 0.14 |
| HSL | 158.84º | 0.76% | 0.49% | - |
| HSV(B) | 158.84º | 0.86% | 0.86% | - |
| XYZ | 31.88 | 53.76 | 38.83 | - |
| YUV | 155.55 | 126.55 | 38.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 220 | 153 | 0.86 | 0 | 0.30 | 0.14 | 158.84 | 0.76 | 0.49 |
| Hex | 1E | DC | 99 | 56 | 0 | 1E | E | 9F | 4C | 31 |
| Octal | 36 | 334 | 231 | 126 | 0 | 36 | 16 | 237 | 114 | 61 |
| Binary | 11110 | 11011100 | 10011001 | 1010110 | 0 | 11110 | 1110 | 10011111 | 1001100 | 110001 |
Color Harmonies of #1EDC99
Complementary color
Monochromatic Colors of #1EDC99
Black with #1EDC99
Text Example
Text Example
White with #1EDC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDC99; }
p { color: rgb(30,220,153); }
H1.HeaderClassName
{
color: #1EDC99;
}
.AnyTagClassName
{
color: #1EDC99;
}
</style>
background-color css
<style>
a { background-color: #1EDC99; }
a { background-color: rgb(30,220,153); }
div.DivClassName
{
background-color: #1EDC99;
}
.BgClassName
{
background-color: #1EDC99;
}
</style>
border-color css
<style>
span { border-color: #1EDC99; }
span { border-color: rgb(30,220,153); }
td.TdClassName
{
border-color: #1EDC99;
}
.TagClassName
{
border-color: #1EDC99;
}
</style>