Shades of Shamrock #1EDEA5
Tints of Shamrock #1EDEA5
RGB
CMYK
RGB Variations
Color information
#1EDEA5 (or 0x1EDEA5) is known color: Shamrock. HEX triplet: 1E, DE and A5. RGB value is (30,222,165). Sum of RGB (Red+Green+Blue) = 30+222+165=417 (55% of max value = 765). Red value is 30 (12.11% from 255 or 7.19% from 417); Green value is 222 (87.11% from 255 or 53.24% from 417); Blue value is 165 (64.84% from 255 or 39.57% from 417); Max value from RGB is 222 - color contains mainly: green. Hex color #1EDEA5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EDEA5 is #E1215A. Grayscale: #9E9E9E. Windows color (decimal): -14754139 or 10870302. OLE color: 10870302.
HSL color Cylindrical-coordinate representation of color #1EDEA5: hue angle of 162.19º 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 #1EDEA5 is Cyan = 0.86, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 30 | 222 | 165 | - |
| CMYK | 0.86 | 0 | 0.26 | 0.13 |
| HSL | 162.19º | 0.76% | 0.49% | - |
| HSV(B) | 162.19º | 0.86% | 0.87% | - |
| XYZ | 33.45 | 55.24 | 44.5 | - |
| YUV | 158.09 | 131.89 | 36.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 222 | 165 | 0.86 | 0 | 0.26 | 0.13 | 162.19 | 0.76 | 0.49 |
| Hex | 1E | DE | A5 | 56 | 0 | 1A | D | A2 | 4C | 31 |
| Octal | 36 | 336 | 245 | 126 | 0 | 32 | 15 | 242 | 114 | 61 |
| Binary | 11110 | 11011110 | 10100101 | 1010110 | 0 | 11010 | 1101 | 10100010 | 1001100 | 110001 |
Color Harmonies of #1EDEA5
Complementary color
Monochromatic Colors of #1EDEA5
Black with #1EDEA5
Text Example
Text Example
White with #1EDEA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDEA5; }
p { color: rgb(30,222,165); }
H1.HeaderClassName
{
color: #1EDEA5;
}
.AnyTagClassName
{
color: #1EDEA5;
}
</style>
background-color css
<style>
a { background-color: #1EDEA5; }
a { background-color: rgb(30,222,165); }
div.DivClassName
{
background-color: #1EDEA5;
}
.BgClassName
{
background-color: #1EDEA5;
}
</style>
border-color css
<style>
span { border-color: #1EDEA5; }
span { border-color: rgb(30,222,165); }
td.TdClassName
{
border-color: #1EDEA5;
}
.TagClassName
{
border-color: #1EDEA5;
}
</style>