Shades of Shamrock #1EDFA0
Tints of Shamrock #1EDFA0
RGB
CMYK
RGB Variations
Color information
#1EDFA0 (or 0x1EDFA0) is known color: Shamrock. HEX triplet: 1E, DF and A0. RGB value is (30,223,160). Sum of RGB (Red+Green+Blue) = 30+223+160=413 (54% of max value = 765). Red value is 30 (12.11% from 255 or 7.26% from 413); Green value is 223 (87.5% from 255 or 54.00% from 413); Blue value is 160 (62.89% from 255 or 38.74% from 413); Max value from RGB is 223 - color contains mainly: green. Hex color #1EDFA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EDFA0 is #E1205F. Grayscale: #9E9E9E. Windows color (decimal): -14753888 or 10542878. OLE color: 10542878.
HSL color Cylindrical-coordinate representation of color #1EDFA0: hue angle of 160.41º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EDFA0 is Cyan = 0.87, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 30 | 223 | 160 | - |
| CMYK | 0.87 | 0 | 0.28 | 0.13 |
| HSL | 160.41º | 0.76% | 0.5% | - |
| HSV(B) | 160.41º | 0.87% | 0.87% | - |
| XYZ | 33.27 | 55.59 | 42.23 | - |
| YUV | 158.11 | 129.06 | 36.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 223 | 160 | 0.87 | 0 | 0.28 | 0.13 | 160.41 | 0.76 | 0.5 |
| Hex | 1E | DF | A0 | 57 | 0 | 1C | D | A0 | 4C | 32 |
| Octal | 36 | 337 | 240 | 127 | 0 | 34 | 15 | 240 | 114 | 62 |
| Binary | 11110 | 11011111 | 10100000 | 1010111 | 0 | 11100 | 1101 | 10100000 | 1001100 | 110010 |
Color Harmonies of #1EDFA0
Complementary color
Monochromatic Colors of #1EDFA0
Black with #1EDFA0
Text Example
Text Example
White with #1EDFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDFA0; }
p { color: rgb(30,223,160); }
H1.HeaderClassName
{
color: #1EDFA0;
}
.AnyTagClassName
{
color: #1EDFA0;
}
</style>
background-color css
<style>
a { background-color: #1EDFA0; }
a { background-color: rgb(30,223,160); }
div.DivClassName
{
background-color: #1EDFA0;
}
.BgClassName
{
background-color: #1EDFA0;
}
</style>
border-color css
<style>
span { border-color: #1EDFA0; }
span { border-color: rgb(30,223,160); }
td.TdClassName
{
border-color: #1EDFA0;
}
.TagClassName
{
border-color: #1EDFA0;
}
</style>