Shades of Shamrock #1ED984
Tints of Shamrock #1ED984
RGB
CMYK
RGB Variations
Color information
#1ED984 (or 0x1ED984) is known color: Shamrock. HEX triplet: 1E, D9 and 84. RGB value is (30,217,132). Sum of RGB (Red+Green+Blue) = 30+217+132=379 (50% of max value = 765). Red value is 30 (12.11% from 255 or 7.92% from 379); Green value is 217 (85.16% from 255 or 57.26% from 379); Blue value is 132 (51.95% from 255 or 34.83% from 379); Max value from RGB is 217 - color contains mainly: green. Hex color #1ED984 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ED984 is #E1267B. Grayscale: #979797. Windows color (decimal): -14755452 or 8706334. OLE color: 8706334.
HSL color Cylindrical-coordinate representation of color #1ED984: hue angle of 152.73º 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 #1ED984 is Cyan = 0.86, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 30 | 217 | 132 | - |
| CMYK | 0.86 | 0 | 0.39 | 0.15 |
| HSL | 152.73º | 0.76% | 0.48% | - |
| HSV(B) | 152.73º | 0.86% | 0.85% | - |
| XYZ | 29.51 | 51.57 | 30.23 | - |
| YUV | 151.4 | 117.05 | 41.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 217 | 132 | 0.86 | 0 | 0.39 | 0.15 | 152.73 | 0.76 | 0.48 |
| Hex | 1E | D9 | 84 | 56 | 0 | 27 | F | 99 | 4C | 30 |
| Octal | 36 | 331 | 204 | 126 | 0 | 47 | 17 | 231 | 114 | 60 |
| Binary | 11110 | 11011001 | 10000100 | 1010110 | 0 | 100111 | 1111 | 10011001 | 1001100 | 110000 |
Color Harmonies of #1ED984
Complementary color
Monochromatic Colors of #1ED984
Black with #1ED984
Text Example
Text Example
White with #1ED984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED984; }
p { color: rgb(30,217,132); }
H1.HeaderClassName
{
color: #1ED984;
}
.AnyTagClassName
{
color: #1ED984;
}
</style>
background-color css
<style>
a { background-color: #1ED984; }
a { background-color: rgb(30,217,132); }
div.DivClassName
{
background-color: #1ED984;
}
.BgClassName
{
background-color: #1ED984;
}
</style>
border-color css
<style>
span { border-color: #1ED984; }
span { border-color: rgb(30,217,132); }
td.TdClassName
{
border-color: #1ED984;
}
.TagClassName
{
border-color: #1ED984;
}
</style>