Shades of Shamrock #1ED582
Tints of Shamrock #1ED582
RGB
CMYK
RGB Variations
Color information
#1ED582 (or 0x1ED582) is known color: Shamrock. HEX triplet: 1E, D5 and 82. RGB value is (30,213,130). Sum of RGB (Red+Green+Blue) = 30+213+130=373 (49% of max value = 765). Red value is 30 (12.11% from 255 or 8.04% from 373); Green value is 213 (83.59% from 255 or 57.10% from 373); Blue value is 130 (51.17% from 255 or 34.85% from 373); Max value from RGB is 213 - color contains mainly: green. Hex color #1ED582 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ED582 is #E12A7D. Grayscale: #949494. Windows color (decimal): -14756478 or 8574238. OLE color: 8574238.
HSL color Cylindrical-coordinate representation of color #1ED582: hue angle of 152.79º 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 #1ED582 is Cyan = 0.86, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 30 | 213 | 130 | - |
| CMYK | 0.86 | 0 | 0.39 | 0.16 |
| HSL | 152.79º | 0.75% | 0.48% | - |
| HSV(B) | 152.79º | 0.86% | 0.84% | - |
| XYZ | 28.36 | 49.48 | 29.17 | - |
| YUV | 148.82 | 117.37 | 43.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 213 | 130 | 0.86 | 0 | 0.39 | 0.16 | 152.79 | 0.75 | 0.48 |
| Hex | 1E | D5 | 82 | 56 | 0 | 27 | 10 | 99 | 4B | 30 |
| Octal | 36 | 325 | 202 | 126 | 0 | 47 | 20 | 231 | 113 | 60 |
| Binary | 11110 | 11010101 | 10000010 | 1010110 | 0 | 100111 | 10000 | 10011001 | 1001011 | 110000 |
Color Harmonies of #1ED582
Complementary color
Monochromatic Colors of #1ED582
Black with #1ED582
Text Example
Text Example
White with #1ED582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED582; }
p { color: rgb(30,213,130); }
H1.HeaderClassName
{
color: #1ED582;
}
.AnyTagClassName
{
color: #1ED582;
}
</style>
background-color css
<style>
a { background-color: #1ED582; }
a { background-color: rgb(30,213,130); }
div.DivClassName
{
background-color: #1ED582;
}
.BgClassName
{
background-color: #1ED582;
}
</style>
border-color css
<style>
span { border-color: #1ED582; }
span { border-color: rgb(30,213,130); }
td.TdClassName
{
border-color: #1ED582;
}
.TagClassName
{
border-color: #1ED582;
}
</style>