Shades of Shamrock #1EDB88
Tints of Shamrock #1EDB88
RGB
CMYK
RGB Variations
Color information
#1EDB88 (or 0x1EDB88) is known color: Shamrock. HEX triplet: 1E, DB and 88. RGB value is (30,219,136). Sum of RGB (Red+Green+Blue) = 30+219+136=385 (50% of max value = 765). Red value is 30 (12.11% from 255 or 7.79% from 385); Green value is 219 (85.94% from 255 or 56.88% from 385); Blue value is 136 (53.52% from 255 or 35.32% from 385); Max value from RGB is 219 - color contains mainly: green. Hex color #1EDB88 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EDB88 is #E12477. Grayscale: #999999. Windows color (decimal): -14754936 or 8968990. OLE color: 8968990.
HSL color Cylindrical-coordinate representation of color #1EDB88: hue angle of 153.65º 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 #1EDB88 is Cyan = 0.86, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 30 | 219 | 136 | - |
| CMYK | 0.86 | 0 | 0.38 | 0.14 |
| HSL | 153.65º | 0.76% | 0.49% | - |
| HSV(B) | 153.65º | 0.86% | 0.86% | - |
| XYZ | 30.31 | 52.72 | 31.87 | - |
| YUV | 153.03 | 118.38 | 40.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 219 | 136 | 0.86 | 0 | 0.38 | 0.14 | 153.65 | 0.76 | 0.49 |
| Hex | 1E | DB | 88 | 56 | 0 | 26 | E | 9A | 4C | 31 |
| Octal | 36 | 333 | 210 | 126 | 0 | 46 | 16 | 232 | 114 | 61 |
| Binary | 11110 | 11011011 | 10001000 | 1010110 | 0 | 100110 | 1110 | 10011010 | 1001100 | 110001 |
Color Harmonies of #1EDB88
Complementary color
Monochromatic Colors of #1EDB88
Black with #1EDB88
Text Example
Text Example
White with #1EDB88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDB88; }
p { color: rgb(30,219,136); }
H1.HeaderClassName
{
color: #1EDB88;
}
.AnyTagClassName
{
color: #1EDB88;
}
</style>
background-color css
<style>
a { background-color: #1EDB88; }
a { background-color: rgb(30,219,136); }
div.DivClassName
{
background-color: #1EDB88;
}
.BgClassName
{
background-color: #1EDB88;
}
</style>
border-color css
<style>
span { border-color: #1EDB88; }
span { border-color: rgb(30,219,136); }
td.TdClassName
{
border-color: #1EDB88;
}
.TagClassName
{
border-color: #1EDB88;
}
</style>