Shades of Shamrock #1EDD82
Tints of Shamrock #1EDD82
RGB
CMYK
RGB Variations
Color information
#1EDD82 (or 0x1EDD82) is known color: Shamrock. HEX triplet: 1E, DD and 82. RGB value is (30,221,130). Sum of RGB (Red+Green+Blue) = 30+221+130=381 (50% of max value = 765). Red value is 30 (12.11% from 255 or 7.87% from 381); Green value is 221 (86.72% from 255 or 58.01% from 381); Blue value is 130 (51.17% from 255 or 34.12% from 381); Max value from RGB is 221 - color contains mainly: green. Hex color #1EDD82 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EDD82 is #E1227D. Grayscale: #999999. Windows color (decimal): -14754430 or 8576286. OLE color: 8576286.
HSL color Cylindrical-coordinate representation of color #1EDD82: hue angle of 151.41º 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 #1EDD82 is Cyan = 0.86, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 30 | 221 | 130 | - |
| CMYK | 0.86 | 0 | 0.41 | 0.13 |
| HSL | 151.41º | 0.76% | 0.49% | - |
| HSV(B) | 151.41º | 0.86% | 0.87% | - |
| XYZ | 30.42 | 53.6 | 29.86 | - |
| YUV | 153.52 | 114.72 | 39.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 221 | 130 | 0.86 | 0 | 0.41 | 0.13 | 151.41 | 0.76 | 0.49 |
| Hex | 1E | DD | 82 | 56 | 0 | 29 | D | 97 | 4C | 31 |
| Octal | 36 | 335 | 202 | 126 | 0 | 51 | 15 | 227 | 114 | 61 |
| Binary | 11110 | 11011101 | 10000010 | 1010110 | 0 | 101001 | 1101 | 10010111 | 1001100 | 110001 |
Color Harmonies of #1EDD82
Complementary color
Monochromatic Colors of #1EDD82
Black with #1EDD82
Text Example
Text Example
White with #1EDD82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDD82; }
p { color: rgb(30,221,130); }
H1.HeaderClassName
{
color: #1EDD82;
}
.AnyTagClassName
{
color: #1EDD82;
}
</style>
background-color css
<style>
a { background-color: #1EDD82; }
a { background-color: rgb(30,221,130); }
div.DivClassName
{
background-color: #1EDD82;
}
.BgClassName
{
background-color: #1EDD82;
}
</style>
border-color css
<style>
span { border-color: #1EDD82; }
span { border-color: rgb(30,221,130); }
td.TdClassName
{
border-color: #1EDD82;
}
.TagClassName
{
border-color: #1EDD82;
}
</style>