Shades of Shamrock #1EDD9E
Tints of Shamrock #1EDD9E
RGB
CMYK
RGB Variations
Color information
#1EDD9E (or 0x1EDD9E) is known color: Shamrock. HEX triplet: 1E, DD and 9E. RGB value is (30,221,158). Sum of RGB (Red+Green+Blue) = 30+221+158=409 (54% of max value = 765). Red value is 30 (12.11% from 255 or 7.33% from 409); Green value is 221 (86.72% from 255 or 54.03% from 409); Blue value is 158 (62.11% from 255 or 38.63% from 409); Max value from RGB is 221 - color contains mainly: green. Hex color #1EDD9E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EDD9E is #E12261. Grayscale: #9C9C9C. Windows color (decimal): -14754402 or 10411294. OLE color: 10411294.
HSL color Cylindrical-coordinate representation of color #1EDD9E: hue angle of 160.21º 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 #1EDD9E is Cyan = 0.86, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 30 | 221 | 158 | - |
| CMYK | 0.86 | 0 | 0.29 | 0.13 |
| HSL | 160.21º | 0.76% | 0.49% | - |
| HSV(B) | 160.21º | 0.86% | 0.87% | - |
| XYZ | 32.56 | 54.46 | 41.14 | - |
| YUV | 156.71 | 128.72 | 37.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 221 | 158 | 0.86 | 0 | 0.29 | 0.13 | 160.21 | 0.76 | 0.49 |
| Hex | 1E | DD | 9E | 56 | 0 | 1D | D | A0 | 4C | 31 |
| Octal | 36 | 335 | 236 | 126 | 0 | 35 | 15 | 240 | 114 | 61 |
| Binary | 11110 | 11011101 | 10011110 | 1010110 | 0 | 11101 | 1101 | 10100000 | 1001100 | 110001 |
Color Harmonies of #1EDD9E
Complementary color
Monochromatic Colors of #1EDD9E
Black with #1EDD9E
Text Example
Text Example
White with #1EDD9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDD9E; }
p { color: rgb(30,221,158); }
H1.HeaderClassName
{
color: #1EDD9E;
}
.AnyTagClassName
{
color: #1EDD9E;
}
</style>
background-color css
<style>
a { background-color: #1EDD9E; }
a { background-color: rgb(30,221,158); }
div.DivClassName
{
background-color: #1EDD9E;
}
.BgClassName
{
background-color: #1EDD9E;
}
</style>
border-color css
<style>
span { border-color: #1EDD9E; }
span { border-color: rgb(30,221,158); }
td.TdClassName
{
border-color: #1EDD9E;
}
.TagClassName
{
border-color: #1EDD9E;
}
</style>