Shades of Shamrock #1EDD9A
Tints of Shamrock #1EDD9A
RGB
CMYK
RGB Variations
Color information
#1EDD9A (or 0x1EDD9A) is known color: Shamrock. HEX triplet: 1E, DD and 9A. RGB value is (30,221,154). Sum of RGB (Red+Green+Blue) = 30+221+154=405 (53% of max value = 765). Red value is 30 (12.11% from 255 or 7.41% from 405); Green value is 221 (86.72% from 255 or 54.57% from 405); Blue value is 154 (60.55% from 255 or 38.02% from 405); Max value from RGB is 221 - color contains mainly: green. Hex color #1EDD9A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EDD9A is #E12265. Grayscale: #9C9C9C. Windows color (decimal): -14754406 or 10149150. OLE color: 10149150.
HSL color Cylindrical-coordinate representation of color #1EDD9A: hue angle of 158.95º 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 #1EDD9A is Cyan = 0.86, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 30 | 221 | 154 | - |
| CMYK | 0.86 | 0 | 0.30 | 0.13 |
| HSL | 158.95º | 0.76% | 0.49% | - |
| HSV(B) | 158.95º | 0.86% | 0.87% | - |
| XYZ | 32.22 | 54.32 | 39.36 | - |
| YUV | 156.25 | 126.72 | 37.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 221 | 154 | 0.86 | 0 | 0.30 | 0.13 | 158.95 | 0.76 | 0.49 |
| Hex | 1E | DD | 9A | 56 | 0 | 1E | D | 9F | 4C | 31 |
| Octal | 36 | 335 | 232 | 126 | 0 | 36 | 15 | 237 | 114 | 61 |
| Binary | 11110 | 11011101 | 10011010 | 1010110 | 0 | 11110 | 1101 | 10011111 | 1001100 | 110001 |
Color Harmonies of #1EDD9A
Complementary color
Monochromatic Colors of #1EDD9A
Black with #1EDD9A
Text Example
Text Example
White with #1EDD9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDD9A; }
p { color: rgb(30,221,154); }
H1.HeaderClassName
{
color: #1EDD9A;
}
.AnyTagClassName
{
color: #1EDD9A;
}
</style>
background-color css
<style>
a { background-color: #1EDD9A; }
a { background-color: rgb(30,221,154); }
div.DivClassName
{
background-color: #1EDD9A;
}
.BgClassName
{
background-color: #1EDD9A;
}
</style>
border-color css
<style>
span { border-color: #1EDD9A; }
span { border-color: rgb(30,221,154); }
td.TdClassName
{
border-color: #1EDD9A;
}
.TagClassName
{
border-color: #1EDD9A;
}
</style>