Shades of Shamrock #1EDA9D
Tints of Shamrock #1EDA9D
RGB
CMYK
RGB Variations
Color information
#1EDA9D (or 0x1EDA9D) is known color: Shamrock. HEX triplet: 1E, DA and 9D. RGB value is (30,218,157). Sum of RGB (Red+Green+Blue) = 30+218+157=405 (53% of max value = 765). Red value is 30 (12.11% from 255 or 7.41% from 405); Green value is 218 (85.55% from 255 or 53.83% from 405); Blue value is 157 (61.72% from 255 or 38.77% from 405); Max value from RGB is 218 - color contains mainly: green. Hex color #1EDA9D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EDA9D is #E12562. Grayscale: #9A9A9A. Windows color (decimal): -14755171 or 10344990. OLE color: 10344990.
HSL color Cylindrical-coordinate representation of color #1EDA9D: hue angle of 160.53º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1EDA9D is Cyan = 0.86, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 30 | 218 | 157 | - |
| CMYK | 0.86 | 0 | 0.28 | 0.15 |
| HSL | 160.53º | 0.76% | 0.49% | - |
| HSV(B) | 160.53º | 0.86% | 0.85% | - |
| XYZ | 31.69 | 52.85 | 40.43 | - |
| YUV | 154.83 | 129.22 | 38.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 218 | 157 | 0.86 | 0 | 0.28 | 0.15 | 160.53 | 0.76 | 0.49 |
| Hex | 1E | DA | 9D | 56 | 0 | 1C | F | A1 | 4C | 31 |
| Octal | 36 | 332 | 235 | 126 | 0 | 34 | 17 | 241 | 114 | 61 |
| Binary | 11110 | 11011010 | 10011101 | 1010110 | 0 | 11100 | 1111 | 10100001 | 1001100 | 110001 |
Color Harmonies of #1EDA9D
Complementary color
Monochromatic Colors of #1EDA9D
Black with #1EDA9D
Text Example
Text Example
White with #1EDA9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDA9D; }
p { color: rgb(30,218,157); }
H1.HeaderClassName
{
color: #1EDA9D;
}
.AnyTagClassName
{
color: #1EDA9D;
}
</style>
background-color css
<style>
a { background-color: #1EDA9D; }
a { background-color: rgb(30,218,157); }
div.DivClassName
{
background-color: #1EDA9D;
}
.BgClassName
{
background-color: #1EDA9D;
}
</style>
border-color css
<style>
span { border-color: #1EDA9D; }
span { border-color: rgb(30,218,157); }
td.TdClassName
{
border-color: #1EDA9D;
}
.TagClassName
{
border-color: #1EDA9D;
}
</style>