Shades of Shamrock #1EDAA0
Tints of Shamrock #1EDAA0
RGB
CMYK
RGB Variations
Color information
#1EDAA0 (or 0x1EDAA0) is known color: Shamrock. HEX triplet: 1E, DA and A0. RGB value is (30,218,160). Sum of RGB (Red+Green+Blue) = 30+218+160=408 (54% of max value = 765). Red value is 30 (12.11% from 255 or 7.35% from 408); Green value is 218 (85.55% from 255 or 53.43% from 408); Blue value is 160 (62.89% from 255 or 39.22% from 408); Max value from RGB is 218 - color contains mainly: green. Hex color #1EDAA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EDAA0 is #E1255F. Grayscale: #9B9B9B. Windows color (decimal): -14755168 or 10541598. OLE color: 10541598.
HSL color Cylindrical-coordinate representation of color #1EDAA0: hue angle of 161.49º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1EDAA0 is Cyan = 0.86, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 30 | 218 | 160 | - |
| CMYK | 0.86 | 0 | 0.27 | 0.15 |
| HSL | 161.49º | 0.76% | 0.49% | - |
| HSV(B) | 161.49º | 0.86% | 0.85% | - |
| XYZ | 31.95 | 52.96 | 41.8 | - |
| YUV | 155.18 | 130.72 | 38.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 218 | 160 | 0.86 | 0 | 0.27 | 0.15 | 161.49 | 0.76 | 0.49 |
| Hex | 1E | DA | A0 | 56 | 0 | 1B | F | A1 | 4C | 31 |
| Octal | 36 | 332 | 240 | 126 | 0 | 33 | 17 | 241 | 114 | 61 |
| Binary | 11110 | 11011010 | 10100000 | 1010110 | 0 | 11011 | 1111 | 10100001 | 1001100 | 110001 |
Color Harmonies of #1EDAA0
Complementary color
Monochromatic Colors of #1EDAA0
Black with #1EDAA0
Text Example
Text Example
White with #1EDAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDAA0; }
p { color: rgb(30,218,160); }
H1.HeaderClassName
{
color: #1EDAA0;
}
.AnyTagClassName
{
color: #1EDAA0;
}
</style>
background-color css
<style>
a { background-color: #1EDAA0; }
a { background-color: rgb(30,218,160); }
div.DivClassName
{
background-color: #1EDAA0;
}
.BgClassName
{
background-color: #1EDAA0;
}
</style>
border-color css
<style>
span { border-color: #1EDAA0; }
span { border-color: rgb(30,218,160); }
td.TdClassName
{
border-color: #1EDAA0;
}
.TagClassName
{
border-color: #1EDAA0;
}
</style>