Shades of Shamrock #1ED586
Tints of Shamrock #1ED586
RGB
CMYK
RGB Variations
Color information
#1ED586 (or 0x1ED586) is known color: Shamrock. HEX triplet: 1E, D5 and 86. RGB value is (30,213,134). Sum of RGB (Red+Green+Blue) = 30+213+134=377 (49% of max value = 765). Red value is 30 (12.11% from 255 or 7.96% from 377); Green value is 213 (83.59% from 255 or 56.50% from 377); Blue value is 134 (52.73% from 255 or 35.54% from 377); Max value from RGB is 213 - color contains mainly: green. Hex color #1ED586 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ED586 is #E12A79. Grayscale: #959595. Windows color (decimal): -14756474 or 8836382. OLE color: 8836382.
HSL color Cylindrical-coordinate representation of color #1ED586: hue angle of 154.1º 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 #1ED586 is Cyan = 0.86, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 30 | 213 | 134 | - |
| CMYK | 0.86 | 0 | 0.37 | 0.16 |
| HSL | 154.1º | 0.75% | 0.48% | - |
| HSV(B) | 154.1º | 0.86% | 0.84% | - |
| XYZ | 28.63 | 49.59 | 30.62 | - |
| YUV | 149.28 | 119.37 | 42.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 213 | 134 | 0.86 | 0 | 0.37 | 0.16 | 154.1 | 0.75 | 0.48 |
| Hex | 1E | D5 | 86 | 56 | 0 | 25 | 10 | 9A | 4B | 30 |
| Octal | 36 | 325 | 206 | 126 | 0 | 45 | 20 | 232 | 113 | 60 |
| Binary | 11110 | 11010101 | 10000110 | 1010110 | 0 | 100101 | 10000 | 10011010 | 1001011 | 110000 |
Color Harmonies of #1ED586
Complementary color
Monochromatic Colors of #1ED586
Black with #1ED586
Text Example
Text Example
White with #1ED586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED586; }
p { color: rgb(30,213,134); }
H1.HeaderClassName
{
color: #1ED586;
}
.AnyTagClassName
{
color: #1ED586;
}
</style>
background-color css
<style>
a { background-color: #1ED586; }
a { background-color: rgb(30,213,134); }
div.DivClassName
{
background-color: #1ED586;
}
.BgClassName
{
background-color: #1ED586;
}
</style>
border-color css
<style>
span { border-color: #1ED586; }
span { border-color: rgb(30,213,134); }
td.TdClassName
{
border-color: #1ED586;
}
.TagClassName
{
border-color: #1ED586;
}
</style>