Shades of Shamrock #1EDB9D
Tints of Shamrock #1EDB9D
RGB
CMYK
RGB Variations
Color information
#1EDB9D (or 0x1EDB9D) is known color: Shamrock. HEX triplet: 1E, DB and 9D. RGB value is (30,219,157). Sum of RGB (Red+Green+Blue) = 30+219+157=406 (53% of max value = 765). Red value is 30 (12.11% from 255 or 7.39% from 406); Green value is 219 (85.94% from 255 or 53.94% from 406); Blue value is 157 (61.72% from 255 or 38.67% from 406); Max value from RGB is 219 - color contains mainly: green. Hex color #1EDB9D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EDB9D is #E12462. Grayscale: #9B9B9B. Windows color (decimal): -14754915 or 10345246. OLE color: 10345246.
HSL color Cylindrical-coordinate representation of color #1EDB9D: hue angle of 160.32º 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 #1EDB9D is Cyan = 0.86, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 30 | 219 | 157 | - |
| CMYK | 0.86 | 0 | 0.28 | 0.14 |
| HSL | 160.32º | 0.76% | 0.49% | - |
| HSV(B) | 160.32º | 0.86% | 0.86% | - |
| XYZ | 31.95 | 53.37 | 40.52 | - |
| YUV | 155.42 | 128.88 | 38.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 219 | 157 | 0.86 | 0 | 0.28 | 0.14 | 160.32 | 0.76 | 0.49 |
| Hex | 1E | DB | 9D | 56 | 0 | 1C | E | A0 | 4C | 31 |
| Octal | 36 | 333 | 235 | 126 | 0 | 34 | 16 | 240 | 114 | 61 |
| Binary | 11110 | 11011011 | 10011101 | 1010110 | 0 | 11100 | 1110 | 10100000 | 1001100 | 110001 |
Color Harmonies of #1EDB9D
Complementary color
Monochromatic Colors of #1EDB9D
Black with #1EDB9D
Text Example
Text Example
White with #1EDB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDB9D; }
p { color: rgb(30,219,157); }
H1.HeaderClassName
{
color: #1EDB9D;
}
.AnyTagClassName
{
color: #1EDB9D;
}
</style>
background-color css
<style>
a { background-color: #1EDB9D; }
a { background-color: rgb(30,219,157); }
div.DivClassName
{
background-color: #1EDB9D;
}
.BgClassName
{
background-color: #1EDB9D;
}
</style>
border-color css
<style>
span { border-color: #1EDB9D; }
span { border-color: rgb(30,219,157); }
td.TdClassName
{
border-color: #1EDB9D;
}
.TagClassName
{
border-color: #1EDB9D;
}
</style>