Shades of Shamrock #1ED882
Tints of Shamrock #1ED882
RGB
CMYK
RGB Variations
Color information
#1ED882 (or 0x1ED882) is known color: Shamrock. HEX triplet: 1E, D8 and 82. RGB value is (30,216,130). Sum of RGB (Red+Green+Blue) = 30+216+130=376 (49% of max value = 765). Red value is 30 (12.11% from 255 or 7.98% from 376); Green value is 216 (84.77% from 255 or 57.45% from 376); Blue value is 130 (51.17% from 255 or 34.57% from 376); Max value from RGB is 216 - color contains mainly: green. Hex color #1ED882 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ED882 is #E1277D. Grayscale: #969696. Windows color (decimal): -14755710 or 8575006. OLE color: 8575006.
HSL color Cylindrical-coordinate representation of color #1ED882: hue angle of 152.26º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ED882 is Cyan = 0.86, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 30 | 216 | 130 | - |
| CMYK | 0.86 | 0 | 0.40 | 0.15 |
| HSL | 152.26º | 0.76% | 0.48% | - |
| HSV(B) | 152.26º | 0.86% | 0.85% | - |
| XYZ | 29.12 | 51 | 29.43 | - |
| YUV | 150.58 | 116.38 | 41.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 216 | 130 | 0.86 | 0 | 0.40 | 0.15 | 152.26 | 0.76 | 0.48 |
| Hex | 1E | D8 | 82 | 56 | 0 | 28 | F | 98 | 4C | 30 |
| Octal | 36 | 330 | 202 | 126 | 0 | 50 | 17 | 230 | 114 | 60 |
| Binary | 11110 | 11011000 | 10000010 | 1010110 | 0 | 101000 | 1111 | 10011000 | 1001100 | 110000 |
Color Harmonies of #1ED882
Complementary color
Monochromatic Colors of #1ED882
Black with #1ED882
Text Example
Text Example
White with #1ED882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED882; }
p { color: rgb(30,216,130); }
H1.HeaderClassName
{
color: #1ED882;
}
.AnyTagClassName
{
color: #1ED882;
}
</style>
background-color css
<style>
a { background-color: #1ED882; }
a { background-color: rgb(30,216,130); }
div.DivClassName
{
background-color: #1ED882;
}
.BgClassName
{
background-color: #1ED882;
}
</style>
border-color css
<style>
span { border-color: #1ED882; }
span { border-color: rgb(30,216,130); }
td.TdClassName
{
border-color: #1ED882;
}
.TagClassName
{
border-color: #1ED882;
}
</style>