Shades of Shamrock #1EDB9C
Tints of Shamrock #1EDB9C
RGB
CMYK
RGB Variations
Color information
#1EDB9C (or 0x1EDB9C) is known color: Shamrock. HEX triplet: 1E, DB and 9C. RGB value is (30,219,156). Sum of RGB (Red+Green+Blue) = 30+219+156=405 (53% of max value = 765). Red value is 30 (12.11% from 255 or 7.41% from 405); Green value is 219 (85.94% from 255 or 54.07% from 405); Blue value is 156 (61.33% from 255 or 38.52% from 405); Max value from RGB is 219 - color contains mainly: green. Hex color #1EDB9C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EDB9C is #E12463. Grayscale: #9B9B9B. Windows color (decimal): -14754916 or 10279710. OLE color: 10279710.
HSL color Cylindrical-coordinate representation of color #1EDB9C: hue angle of 160º 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 #1EDB9C is Cyan = 0.86, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 30 | 219 | 156 | - |
| CMYK | 0.86 | 0 | 0.29 | 0.14 |
| HSL | 160º | 0.76% | 0.49% | - |
| HSV(B) | 160º | 0.86% | 0.86% | - |
| XYZ | 31.87 | 53.34 | 40.07 | - |
| YUV | 155.31 | 128.38 | 38.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 219 | 156 | 0.86 | 0 | 0.29 | 0.14 | 160 | 0.76 | 0.49 |
| Hex | 1E | DB | 9C | 56 | 0 | 1D | E | A0 | 4C | 31 |
| Octal | 36 | 333 | 234 | 126 | 0 | 35 | 16 | 240 | 114 | 61 |
| Binary | 11110 | 11011011 | 10011100 | 1010110 | 0 | 11101 | 1110 | 10100000 | 1001100 | 110001 |
Color Harmonies of #1EDB9C
Complementary color
Monochromatic Colors of #1EDB9C
Black with #1EDB9C
Text Example
Text Example
White with #1EDB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDB9C; }
p { color: rgb(30,219,156); }
H1.HeaderClassName
{
color: #1EDB9C;
}
.AnyTagClassName
{
color: #1EDB9C;
}
</style>
background-color css
<style>
a { background-color: #1EDB9C; }
a { background-color: rgb(30,219,156); }
div.DivClassName
{
background-color: #1EDB9C;
}
.BgClassName
{
background-color: #1EDB9C;
}
</style>
border-color css
<style>
span { border-color: #1EDB9C; }
span { border-color: rgb(30,219,156); }
td.TdClassName
{
border-color: #1EDB9C;
}
.TagClassName
{
border-color: #1EDB9C;
}
</style>