Shades of Shamrock #1EE0AD
Tints of Shamrock #1EE0AD
RGB
CMYK
RGB Variations
Color information
#1EE0AD (or 0x1EE0AD) is known color: Shamrock. HEX triplet: 1E, E0 and AD. RGB value is (30,224,173). Sum of RGB (Red+Green+Blue) = 30+224+173=427 (56% of max value = 765). Red value is 30 (12.11% from 255 or 7.03% from 427); Green value is 224 (87.89% from 255 or 52.46% from 427); Blue value is 173 (67.97% from 255 or 40.52% from 427); Max value from RGB is 224 - color contains mainly: green. Hex color #1EE0AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EE0AD is #E11F52. Grayscale: #A0A0A0. Windows color (decimal): -14753619 or 11395102. OLE color: 11395102.
HSL color Cylindrical-coordinate representation of color #1EE0AD: hue angle of 164.23º 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 #1EE0AD is Cyan = 0.87, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 30 | 224 | 173 | - |
| CMYK | 0.87 | 0 | 0.23 | 0.12 |
| HSL | 164.23º | 0.76% | 0.5% | - |
| HSV(B) | 164.23º | 0.87% | 0.88% | - |
| XYZ | 34.73 | 56.6 | 48.63 | - |
| YUV | 160.18 | 135.23 | 35.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 224 | 173 | 0.87 | 0 | 0.23 | 0.12 | 164.23 | 0.76 | 0.5 |
| Hex | 1E | E0 | AD | 57 | 0 | 17 | C | A4 | 4C | 32 |
| Octal | 36 | 340 | 255 | 127 | 0 | 27 | 14 | 244 | 114 | 62 |
| Binary | 11110 | 11100000 | 10101101 | 1010111 | 0 | 10111 | 1100 | 10100100 | 1001100 | 110010 |
Color Harmonies of #1EE0AD
Complementary color
Monochromatic Colors of #1EE0AD
Black with #1EE0AD
Text Example
Text Example
White with #1EE0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EE0AD; }
p { color: rgb(30,224,173); }
H1.HeaderClassName
{
color: #1EE0AD;
}
.AnyTagClassName
{
color: #1EE0AD;
}
</style>
background-color css
<style>
a { background-color: #1EE0AD; }
a { background-color: rgb(30,224,173); }
div.DivClassName
{
background-color: #1EE0AD;
}
.BgClassName
{
background-color: #1EE0AD;
}
</style>
border-color css
<style>
span { border-color: #1EE0AD; }
span { border-color: rgb(30,224,173); }
td.TdClassName
{
border-color: #1EE0AD;
}
.TagClassName
{
border-color: #1EE0AD;
}
</style>