Shades of Shamrock #1EDE9E
Tints of Shamrock #1EDE9E
RGB
CMYK
RGB Variations
Color information
#1EDE9E (or 0x1EDE9E) is known color: Shamrock. HEX triplet: 1E, DE and 9E. RGB value is (30,222,158). Sum of RGB (Red+Green+Blue) = 30+222+158=410 (54% of max value = 765). Red value is 30 (12.11% from 255 or 7.32% from 410); Green value is 222 (87.11% from 255 or 54.15% from 410); Blue value is 158 (62.11% from 255 or 38.54% from 410); Max value from RGB is 222 - color contains mainly: green. Hex color #1EDE9E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EDE9E is #E12161. Grayscale: #9D9D9D. Windows color (decimal): -14754146 or 10411550. OLE color: 10411550.
HSL color Cylindrical-coordinate representation of color #1EDE9E: hue angle of 160º 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 #1EDE9E is Cyan = 0.86, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 30 | 222 | 158 | - |
| CMYK | 0.86 | 0 | 0.29 | 0.13 |
| HSL | 160º | 0.76% | 0.49% | - |
| HSV(B) | 160º | 0.86% | 0.87% | - |
| XYZ | 32.83 | 54.99 | 41.23 | - |
| YUV | 157.3 | 128.39 | 37.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 222 | 158 | 0.86 | 0 | 0.29 | 0.13 | 160 | 0.76 | 0.49 |
| Hex | 1E | DE | 9E | 56 | 0 | 1D | D | A0 | 4C | 31 |
| Octal | 36 | 336 | 236 | 126 | 0 | 35 | 15 | 240 | 114 | 61 |
| Binary | 11110 | 11011110 | 10011110 | 1010110 | 0 | 11101 | 1101 | 10100000 | 1001100 | 110001 |
Color Harmonies of #1EDE9E
Complementary color
Monochromatic Colors of #1EDE9E
Black with #1EDE9E
Text Example
Text Example
White with #1EDE9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDE9E; }
p { color: rgb(30,222,158); }
H1.HeaderClassName
{
color: #1EDE9E;
}
.AnyTagClassName
{
color: #1EDE9E;
}
</style>
background-color css
<style>
a { background-color: #1EDE9E; }
a { background-color: rgb(30,222,158); }
div.DivClassName
{
background-color: #1EDE9E;
}
.BgClassName
{
background-color: #1EDE9E;
}
</style>
border-color css
<style>
span { border-color: #1EDE9E; }
span { border-color: rgb(30,222,158); }
td.TdClassName
{
border-color: #1EDE9E;
}
.TagClassName
{
border-color: #1EDE9E;
}
</style>