Shades of Shamrock #1EDD84
Tints of Shamrock #1EDD84
RGB
CMYK
RGB Variations
Color information
#1EDD84 (or 0x1EDD84) is known color: Shamrock. HEX triplet: 1E, DD and 84. RGB value is (30,221,132). Sum of RGB (Red+Green+Blue) = 30+221+132=383 (50% of max value = 765). Red value is 30 (12.11% from 255 or 7.83% from 383); Green value is 221 (86.72% from 255 or 57.70% from 383); Blue value is 132 (51.95% from 255 or 34.46% from 383); Max value from RGB is 221 - color contains mainly: green. Hex color #1EDD84 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EDD84 is #E1227B. Grayscale: #999999. Windows color (decimal): -14754428 or 8707358. OLE color: 8707358.
HSL color Cylindrical-coordinate representation of color #1EDD84: hue angle of 152.04º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1EDD84 is Cyan = 0.86, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 30 | 221 | 132 | - |
| CMYK | 0.86 | 0 | 0.40 | 0.13 |
| HSL | 152.04º | 0.76% | 0.49% | - |
| HSV(B) | 152.04º | 0.86% | 0.87% | - |
| XYZ | 30.56 | 53.65 | 30.58 | - |
| YUV | 153.75 | 115.72 | 39.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 221 | 132 | 0.86 | 0 | 0.40 | 0.13 | 152.04 | 0.76 | 0.49 |
| Hex | 1E | DD | 84 | 56 | 0 | 28 | D | 98 | 4C | 31 |
| Octal | 36 | 335 | 204 | 126 | 0 | 50 | 15 | 230 | 114 | 61 |
| Binary | 11110 | 11011101 | 10000100 | 1010110 | 0 | 101000 | 1101 | 10011000 | 1001100 | 110001 |
Color Harmonies of #1EDD84
Complementary color
Monochromatic Colors of #1EDD84
Black with #1EDD84
Text Example
Text Example
White with #1EDD84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDD84; }
p { color: rgb(30,221,132); }
H1.HeaderClassName
{
color: #1EDD84;
}
.AnyTagClassName
{
color: #1EDD84;
}
</style>
background-color css
<style>
a { background-color: #1EDD84; }
a { background-color: rgb(30,221,132); }
div.DivClassName
{
background-color: #1EDD84;
}
.BgClassName
{
background-color: #1EDD84;
}
</style>
border-color css
<style>
span { border-color: #1EDD84; }
span { border-color: rgb(30,221,132); }
td.TdClassName
{
border-color: #1EDD84;
}
.TagClassName
{
border-color: #1EDD84;
}
</style>