Shades of Shamrock #1EDC96
Tints of Shamrock #1EDC96
RGB
CMYK
RGB Variations
Color information
#1EDC96 (or 0x1EDC96) is known color: Shamrock. HEX triplet: 1E, DC and 96. RGB value is (30,220,150). Sum of RGB (Red+Green+Blue) = 30+220+150=400 (52% of max value = 765). Red value is 30 (12.11% from 255 or 7.5% from 400); Green value is 220 (86.33% from 255 or 55% from 400); Blue value is 150 (58.98% from 255 or 37.5% from 400); Max value from RGB is 220 - color contains mainly: green. Hex color #1EDC96 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EDC96 is #E12369. Grayscale: #9B9B9B. Windows color (decimal): -14754666 or 9886750. OLE color: 9886750.
HSL color Cylindrical-coordinate representation of color #1EDC96: hue angle of 157.89º 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 #1EDC96 is Cyan = 0.86, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 30 | 220 | 150 | - |
| CMYK | 0.86 | 0 | 0.32 | 0.14 |
| HSL | 157.89º | 0.76% | 0.49% | - |
| HSV(B) | 157.89º | 0.86% | 0.86% | - |
| XYZ | 31.63 | 53.66 | 37.55 | - |
| YUV | 155.21 | 125.05 | 38.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 220 | 150 | 0.86 | 0 | 0.32 | 0.14 | 157.89 | 0.76 | 0.49 |
| Hex | 1E | DC | 96 | 56 | 0 | 20 | E | 9E | 4C | 31 |
| Octal | 36 | 334 | 226 | 126 | 0 | 40 | 16 | 236 | 114 | 61 |
| Binary | 11110 | 11011100 | 10010110 | 1010110 | 0 | 100000 | 1110 | 10011110 | 1001100 | 110001 |
Color Harmonies of #1EDC96
Complementary color
Monochromatic Colors of #1EDC96
Black with #1EDC96
Text Example
Text Example
White with #1EDC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDC96; }
p { color: rgb(30,220,150); }
H1.HeaderClassName
{
color: #1EDC96;
}
.AnyTagClassName
{
color: #1EDC96;
}
</style>
background-color css
<style>
a { background-color: #1EDC96; }
a { background-color: rgb(30,220,150); }
div.DivClassName
{
background-color: #1EDC96;
}
.BgClassName
{
background-color: #1EDC96;
}
</style>
border-color css
<style>
span { border-color: #1EDC96; }
span { border-color: rgb(30,220,150); }
td.TdClassName
{
border-color: #1EDC96;
}
.TagClassName
{
border-color: #1EDC96;
}
</style>