Shades of Shamrock #1EDDA3
Tints of Shamrock #1EDDA3
RGB
CMYK
RGB Variations
Color information
#1EDDA3 (or 0x1EDDA3) is known color: Shamrock. HEX triplet: 1E, DD and A3. RGB value is (30,221,163). Sum of RGB (Red+Green+Blue) = 30+221+163=414 (54% of max value = 765). Red value is 30 (12.11% from 255 or 7.25% from 414); Green value is 221 (86.72% from 255 or 53.38% from 414); Blue value is 163 (64.06% from 255 or 39.37% from 414); Max value from RGB is 221 - color contains mainly: green. Hex color #1EDDA3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EDDA3 is #E1225C. Grayscale: #9D9D9D. Windows color (decimal): -14754397 or 10738974. OLE color: 10738974.
HSL color Cylindrical-coordinate representation of color #1EDDA3: hue angle of 161.78º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1EDDA3 is Cyan = 0.86, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 30 | 221 | 163 | - |
| CMYK | 0.86 | 0 | 0.26 | 0.13 |
| HSL | 161.78º | 0.76% | 0.49% | - |
| HSV(B) | 161.78º | 0.86% | 0.87% | - |
| XYZ | 33 | 54.63 | 43.46 | - |
| YUV | 157.28 | 131.22 | 37.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 221 | 163 | 0.86 | 0 | 0.26 | 0.13 | 161.78 | 0.76 | 0.49 |
| Hex | 1E | DD | A3 | 56 | 0 | 1A | D | A2 | 4C | 31 |
| Octal | 36 | 335 | 243 | 126 | 0 | 32 | 15 | 242 | 114 | 61 |
| Binary | 11110 | 11011101 | 10100011 | 1010110 | 0 | 11010 | 1101 | 10100010 | 1001100 | 110001 |
Color Harmonies of #1EDDA3
Complementary color
Monochromatic Colors of #1EDDA3
Black with #1EDDA3
Text Example
Text Example
White with #1EDDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDDA3; }
p { color: rgb(30,221,163); }
H1.HeaderClassName
{
color: #1EDDA3;
}
.AnyTagClassName
{
color: #1EDDA3;
}
</style>
background-color css
<style>
a { background-color: #1EDDA3; }
a { background-color: rgb(30,221,163); }
div.DivClassName
{
background-color: #1EDDA3;
}
.BgClassName
{
background-color: #1EDDA3;
}
</style>
border-color css
<style>
span { border-color: #1EDDA3; }
span { border-color: rgb(30,221,163); }
td.TdClassName
{
border-color: #1EDDA3;
}
.TagClassName
{
border-color: #1EDDA3;
}
</style>