Shades of Shamrock #1EE1AD
Tints of Shamrock #1EE1AD
RGB
CMYK
RGB Variations
Color information
#1EE1AD (or 0x1EE1AD) is known color: Shamrock. HEX triplet: 1E, E1 and AD. RGB value is (30,225,173). Sum of RGB (Red+Green+Blue) = 30+225+173=428 (56% of max value = 765). Red value is 30 (12.11% from 255 or 7.01% from 428); Green value is 225 (88.28% from 255 or 52.57% from 428); Blue value is 173 (67.97% from 255 or 40.42% from 428); Max value from RGB is 225 - color contains mainly: green. Hex color #1EE1AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EE1AD is #E11E52. Grayscale: #A0A0A0. Windows color (decimal): -14753363 or 11395358. OLE color: 11395358.
HSL color Cylindrical-coordinate representation of color #1EE1AD: hue angle of 164º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EE1AD is Cyan = 0.87, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 30 | 225 | 173 | - |
| CMYK | 0.87 | 0 | 0.23 | 0.12 |
| HSL | 164º | 0.76% | 0.5% | - |
| HSV(B) | 164º | 0.87% | 0.88% | - |
| XYZ | 35 | 57.14 | 48.72 | - |
| YUV | 160.77 | 134.9 | 34.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 225 | 173 | 0.87 | 0 | 0.23 | 0.12 | 164 | 0.76 | 0.5 |
| Hex | 1E | E1 | AD | 57 | 0 | 17 | C | A4 | 4C | 32 |
| Octal | 36 | 341 | 255 | 127 | 0 | 27 | 14 | 244 | 114 | 62 |
| Binary | 11110 | 11100001 | 10101101 | 1010111 | 0 | 10111 | 1100 | 10100100 | 1001100 | 110010 |
Color Harmonies of #1EE1AD
Complementary color
Monochromatic Colors of #1EE1AD
Black with #1EE1AD
Text Example
Text Example
White with #1EE1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EE1AD; }
p { color: rgb(30,225,173); }
H1.HeaderClassName
{
color: #1EE1AD;
}
.AnyTagClassName
{
color: #1EE1AD;
}
</style>
background-color css
<style>
a { background-color: #1EE1AD; }
a { background-color: rgb(30,225,173); }
div.DivClassName
{
background-color: #1EE1AD;
}
.BgClassName
{
background-color: #1EE1AD;
}
</style>
border-color css
<style>
span { border-color: #1EE1AD; }
span { border-color: rgb(30,225,173); }
td.TdClassName
{
border-color: #1EE1AD;
}
.TagClassName
{
border-color: #1EE1AD;
}
</style>