Shades of Shamrock #1EDBA4
Tints of Shamrock #1EDBA4
RGB
CMYK
RGB Variations
Color information
#1EDBA4 (or 0x1EDBA4) is known color: Shamrock. HEX triplet: 1E, DB and A4. RGB value is (30,219,164). Sum of RGB (Red+Green+Blue) = 30+219+164=413 (54% of max value = 765). Red value is 30 (12.11% from 255 or 7.26% from 413); Green value is 219 (85.94% from 255 or 53.03% from 413); Blue value is 164 (64.45% from 255 or 39.71% from 413); Max value from RGB is 219 - color contains mainly: green. Hex color #1EDBA4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EDBA4 is #E1245B. Grayscale: #9C9C9C. Windows color (decimal): -14754908 or 10803998. OLE color: 10803998.
HSL color Cylindrical-coordinate representation of color #1EDBA4: hue angle of 162.54º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1EDBA4 is Cyan = 0.86, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 30 | 219 | 164 | - |
| CMYK | 0.86 | 0 | 0.25 | 0.14 |
| HSL | 162.54º | 0.76% | 0.49% | - |
| HSV(B) | 162.54º | 0.86% | 0.86% | - |
| XYZ | 32.57 | 53.62 | 43.76 | - |
| YUV | 156.22 | 132.38 | 37.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 219 | 164 | 0.86 | 0 | 0.25 | 0.14 | 162.54 | 0.76 | 0.49 |
| Hex | 1E | DB | A4 | 56 | 0 | 19 | E | A3 | 4C | 31 |
| Octal | 36 | 333 | 244 | 126 | 0 | 31 | 16 | 243 | 114 | 61 |
| Binary | 11110 | 11011011 | 10100100 | 1010110 | 0 | 11001 | 1110 | 10100011 | 1001100 | 110001 |
Color Harmonies of #1EDBA4
Complementary color
Monochromatic Colors of #1EDBA4
Black with #1EDBA4
Text Example
Text Example
White with #1EDBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDBA4; }
p { color: rgb(30,219,164); }
H1.HeaderClassName
{
color: #1EDBA4;
}
.AnyTagClassName
{
color: #1EDBA4;
}
</style>
background-color css
<style>
a { background-color: #1EDBA4; }
a { background-color: rgb(30,219,164); }
div.DivClassName
{
background-color: #1EDBA4;
}
.BgClassName
{
background-color: #1EDBA4;
}
</style>
border-color css
<style>
span { border-color: #1EDBA4; }
span { border-color: rgb(30,219,164); }
td.TdClassName
{
border-color: #1EDBA4;
}
.TagClassName
{
border-color: #1EDBA4;
}
</style>