Shades of Shamrock #1EDC95
Tints of Shamrock #1EDC95
RGB
CMYK
RGB Variations
Color information
#1EDC95 (or 0x1EDC95) is known color: Shamrock. HEX triplet: 1E, DC and 95. RGB value is (30,220,149). Sum of RGB (Red+Green+Blue) = 30+220+149=399 (52% of max value = 765). Red value is 30 (12.11% from 255 or 7.52% from 399); Green value is 220 (86.33% from 255 or 55.14% from 399); Blue value is 149 (58.59% from 255 or 37.34% from 399); Max value from RGB is 220 - color contains mainly: green. Hex color #1EDC95 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EDC95 is #E1236A. Grayscale: #9B9B9B. Windows color (decimal): -14754667 or 9821214. OLE color: 9821214.
HSL color Cylindrical-coordinate representation of color #1EDC95: hue angle of 157.58º 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 #1EDC95 is Cyan = 0.86, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 30 | 220 | 149 | - |
| CMYK | 0.86 | 0 | 0.32 | 0.14 |
| HSL | 157.58º | 0.76% | 0.49% | - |
| HSV(B) | 157.58º | 0.86% | 0.86% | - |
| XYZ | 31.55 | 53.63 | 37.12 | - |
| YUV | 155.1 | 124.55 | 38.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 220 | 149 | 0.86 | 0 | 0.32 | 0.14 | 157.58 | 0.76 | 0.49 |
| Hex | 1E | DC | 95 | 56 | 0 | 20 | E | 9E | 4C | 31 |
| Octal | 36 | 334 | 225 | 126 | 0 | 40 | 16 | 236 | 114 | 61 |
| Binary | 11110 | 11011100 | 10010101 | 1010110 | 0 | 100000 | 1110 | 10011110 | 1001100 | 110001 |
Color Harmonies of #1EDC95
Complementary color
Monochromatic Colors of #1EDC95
Black with #1EDC95
Text Example
Text Example
White with #1EDC95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDC95; }
p { color: rgb(30,220,149); }
H1.HeaderClassName
{
color: #1EDC95;
}
.AnyTagClassName
{
color: #1EDC95;
}
</style>
background-color css
<style>
a { background-color: #1EDC95; }
a { background-color: rgb(30,220,149); }
div.DivClassName
{
background-color: #1EDC95;
}
.BgClassName
{
background-color: #1EDC95;
}
</style>
border-color css
<style>
span { border-color: #1EDC95; }
span { border-color: rgb(30,220,149); }
td.TdClassName
{
border-color: #1EDC95;
}
.TagClassName
{
border-color: #1EDC95;
}
</style>