Shades of Shamrock #1EDD9F
Tints of Shamrock #1EDD9F
RGB
CMYK
RGB Variations
Color information
#1EDD9F (or 0x1EDD9F) is known color: Shamrock. HEX triplet: 1E, DD and 9F. RGB value is (30,221,159). Sum of RGB (Red+Green+Blue) = 30+221+159=410 (54% of max value = 765). Red value is 30 (12.11% from 255 or 7.32% from 410); Green value is 221 (86.72% from 255 or 53.90% from 410); Blue value is 159 (62.5% from 255 or 38.78% from 410); Max value from RGB is 221 - color contains mainly: green. Hex color #1EDD9F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EDD9F is #E12260. Grayscale: #9C9C9C. Windows color (decimal): -14754401 or 10476830. OLE color: 10476830.
HSL color Cylindrical-coordinate representation of color #1EDD9F: hue angle of 160.52º 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 #1EDD9F is Cyan = 0.86, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 30 | 221 | 159 | - |
| CMYK | 0.86 | 0 | 0.28 | 0.13 |
| HSL | 160.52º | 0.76% | 0.49% | - |
| HSV(B) | 160.52º | 0.86% | 0.87% | - |
| XYZ | 32.65 | 54.49 | 41.6 | - |
| YUV | 156.82 | 129.22 | 37.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 221 | 159 | 0.86 | 0 | 0.28 | 0.13 | 160.52 | 0.76 | 0.49 |
| Hex | 1E | DD | 9F | 56 | 0 | 1C | D | A1 | 4C | 31 |
| Octal | 36 | 335 | 237 | 126 | 0 | 34 | 15 | 241 | 114 | 61 |
| Binary | 11110 | 11011101 | 10011111 | 1010110 | 0 | 11100 | 1101 | 10100001 | 1001100 | 110001 |
Color Harmonies of #1EDD9F
Complementary color
Monochromatic Colors of #1EDD9F
Black with #1EDD9F
Text Example
Text Example
White with #1EDD9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDD9F; }
p { color: rgb(30,221,159); }
H1.HeaderClassName
{
color: #1EDD9F;
}
.AnyTagClassName
{
color: #1EDD9F;
}
</style>
background-color css
<style>
a { background-color: #1EDD9F; }
a { background-color: rgb(30,221,159); }
div.DivClassName
{
background-color: #1EDD9F;
}
.BgClassName
{
background-color: #1EDD9F;
}
</style>
border-color css
<style>
span { border-color: #1EDD9F; }
span { border-color: rgb(30,221,159); }
td.TdClassName
{
border-color: #1EDD9F;
}
.TagClassName
{
border-color: #1EDD9F;
}
</style>