Shades of Shamrock #1EDB9A
Tints of Shamrock #1EDB9A
RGB
CMYK
RGB Variations
Color information
#1EDB9A (or 0x1EDB9A) is known color: Shamrock. HEX triplet: 1E, DB and 9A. RGB value is (30,219,154). Sum of RGB (Red+Green+Blue) = 30+219+154=403 (53% of max value = 765). Red value is 30 (12.11% from 255 or 7.44% from 403); Green value is 219 (85.94% from 255 or 54.34% from 403); Blue value is 154 (60.55% from 255 or 38.21% from 403); Max value from RGB is 219 - color contains mainly: green. Hex color #1EDB9A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EDB9A is #E12465. Grayscale: #9B9B9B. Windows color (decimal): -14754918 or 10148638. OLE color: 10148638.
HSL color Cylindrical-coordinate representation of color #1EDB9A: hue angle of 159.37º 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 #1EDB9A is Cyan = 0.86, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 30 | 219 | 154 | - |
| CMYK | 0.86 | 0 | 0.30 | 0.14 |
| HSL | 159.37º | 0.76% | 0.49% | - |
| HSV(B) | 159.37º | 0.86% | 0.86% | - |
| XYZ | 31.7 | 53.27 | 39.18 | - |
| YUV | 155.08 | 127.38 | 38.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 219 | 154 | 0.86 | 0 | 0.30 | 0.14 | 159.37 | 0.76 | 0.49 |
| Hex | 1E | DB | 9A | 56 | 0 | 1E | E | 9F | 4C | 31 |
| Octal | 36 | 333 | 232 | 126 | 0 | 36 | 16 | 237 | 114 | 61 |
| Binary | 11110 | 11011011 | 10011010 | 1010110 | 0 | 11110 | 1110 | 10011111 | 1001100 | 110001 |
Color Harmonies of #1EDB9A
Complementary color
Monochromatic Colors of #1EDB9A
Black with #1EDB9A
Text Example
Text Example
White with #1EDB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDB9A; }
p { color: rgb(30,219,154); }
H1.HeaderClassName
{
color: #1EDB9A;
}
.AnyTagClassName
{
color: #1EDB9A;
}
</style>
background-color css
<style>
a { background-color: #1EDB9A; }
a { background-color: rgb(30,219,154); }
div.DivClassName
{
background-color: #1EDB9A;
}
.BgClassName
{
background-color: #1EDB9A;
}
</style>
border-color css
<style>
span { border-color: #1EDB9A; }
span { border-color: rgb(30,219,154); }
td.TdClassName
{
border-color: #1EDB9A;
}
.TagClassName
{
border-color: #1EDB9A;
}
</style>