Shades of Shamrock #1EDB8D
Tints of Shamrock #1EDB8D
RGB
CMYK
RGB Variations
Color information
#1EDB8D (or 0x1EDB8D) is known color: Shamrock. HEX triplet: 1E, DB and 8D. RGB value is (30,219,141). Sum of RGB (Red+Green+Blue) = 30+219+141=390 (51% of max value = 765). Red value is 30 (12.11% from 255 or 7.69% from 390); Green value is 219 (85.94% from 255 or 56.15% from 390); Blue value is 141 (55.47% from 255 or 36.15% from 390); Max value from RGB is 219 - color contains mainly: green. Hex color #1EDB8D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EDB8D is #E12472. Grayscale: #999999. Windows color (decimal): -14754931 or 9296670. OLE color: 9296670.
HSL color Cylindrical-coordinate representation of color #1EDB8D: hue angle of 155.24º 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 #1EDB8D is Cyan = 0.86, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 30 | 219 | 141 | - |
| CMYK | 0.86 | 0 | 0.36 | 0.14 |
| HSL | 155.24º | 0.76% | 0.49% | - |
| HSV(B) | 155.24º | 0.86% | 0.86% | - |
| XYZ | 30.67 | 52.86 | 33.79 | - |
| YUV | 153.6 | 120.88 | 39.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 219 | 141 | 0.86 | 0 | 0.36 | 0.14 | 155.24 | 0.76 | 0.49 |
| Hex | 1E | DB | 8D | 56 | 0 | 24 | E | 9B | 4C | 31 |
| Octal | 36 | 333 | 215 | 126 | 0 | 44 | 16 | 233 | 114 | 61 |
| Binary | 11110 | 11011011 | 10001101 | 1010110 | 0 | 100100 | 1110 | 10011011 | 1001100 | 110001 |
Color Harmonies of #1EDB8D
Complementary color
Monochromatic Colors of #1EDB8D
Black with #1EDB8D
Text Example
Text Example
White with #1EDB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDB8D; }
p { color: rgb(30,219,141); }
H1.HeaderClassName
{
color: #1EDB8D;
}
.AnyTagClassName
{
color: #1EDB8D;
}
</style>
background-color css
<style>
a { background-color: #1EDB8D; }
a { background-color: rgb(30,219,141); }
div.DivClassName
{
background-color: #1EDB8D;
}
.BgClassName
{
background-color: #1EDB8D;
}
</style>
border-color css
<style>
span { border-color: #1EDB8D; }
span { border-color: rgb(30,219,141); }
td.TdClassName
{
border-color: #1EDB8D;
}
.TagClassName
{
border-color: #1EDB8D;
}
</style>