Shades of Shamrock #1ED580
Tints of Shamrock #1ED580
RGB
CMYK
RGB Variations
Color information
#1ED580 (or 0x1ED580) is known color: Shamrock. HEX triplet: 1E, D5 and 80. RGB value is (30,213,128). Sum of RGB (Red+Green+Blue) = 30+213+128=371 (49% of max value = 765). Red value is 30 (12.11% from 255 or 8.09% from 371); Green value is 213 (83.59% from 255 or 57.41% from 371); Blue value is 128 (50.39% from 255 or 34.50% from 371); Max value from RGB is 213 - color contains mainly: green. Hex color #1ED580 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ED580 is #E12A7F. Grayscale: #949494. Windows color (decimal): -14756480 or 8443166. OLE color: 8443166.
HSL color Cylindrical-coordinate representation of color #1ED580: hue angle of 152.13º 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 #1ED580 is Cyan = 0.86, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 30 | 213 | 128 | - |
| CMYK | 0.86 | 0 | 0.40 | 0.16 |
| HSL | 152.13º | 0.75% | 0.48% | - |
| HSV(B) | 152.13º | 0.86% | 0.84% | - |
| XYZ | 28.23 | 49.42 | 28.47 | - |
| YUV | 148.59 | 116.37 | 43.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 213 | 128 | 0.86 | 0 | 0.40 | 0.16 | 152.13 | 0.75 | 0.48 |
| Hex | 1E | D5 | 80 | 56 | 0 | 28 | 10 | 98 | 4B | 30 |
| Octal | 36 | 325 | 200 | 126 | 0 | 50 | 20 | 230 | 113 | 60 |
| Binary | 11110 | 11010101 | 10000000 | 1010110 | 0 | 101000 | 10000 | 10011000 | 1001011 | 110000 |
Color Harmonies of #1ED580
Complementary color
Monochromatic Colors of #1ED580
Black with #1ED580
Text Example
Text Example
White with #1ED580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED580; }
p { color: rgb(30,213,128); }
H1.HeaderClassName
{
color: #1ED580;
}
.AnyTagClassName
{
color: #1ED580;
}
</style>
background-color css
<style>
a { background-color: #1ED580; }
a { background-color: rgb(30,213,128); }
div.DivClassName
{
background-color: #1ED580;
}
.BgClassName
{
background-color: #1ED580;
}
</style>
border-color css
<style>
span { border-color: #1ED580; }
span { border-color: rgb(30,213,128); }
td.TdClassName
{
border-color: #1ED580;
}
.TagClassName
{
border-color: #1ED580;
}
</style>