Shades of Shamrock #1EE6A0
Tints of Shamrock #1EE6A0
RGB
CMYK
RGB Variations
Color information
#1EE6A0 (or 0x1EE6A0) is known color: Shamrock. HEX triplet: 1E, E6 and A0. RGB value is (30,230,160). Sum of RGB (Red+Green+Blue) = 30+230+160=420 (55% of max value = 765). Red value is 30 (12.11% from 255 or 7.14% from 420); Green value is 230 (90.23% from 255 or 54.76% from 420); Blue value is 160 (62.89% from 255 or 38.10% from 420); Max value from RGB is 230 - color contains mainly: green. Hex color #1EE6A0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1EE6A0 is #E1195F. Grayscale: #A2A2A2. Windows color (decimal): -14752096 or 10544670. OLE color: 10544670.
HSL color Cylindrical-coordinate representation of color #1EE6A0: hue angle of 159º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EE6A0 is Cyan = 0.87, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 30 | 230 | 160 | - |
| CMYK | 0.87 | 0 | 0.30 | 0.10 |
| HSL | 159º | 0.8% | 0.51% | - |
| HSV(B) | 159º | 0.87% | 0.9% | - |
| XYZ | 35.18 | 59.41 | 42.87 | - |
| YUV | 162.22 | 126.74 | 33.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 230 | 160 | 0.87 | 0 | 0.30 | 0.10 | 159 | 0.8 | 0.51 |
| Hex | 1E | E6 | A0 | 57 | 0 | 1E | A | 9F | 50 | 33 |
| Octal | 36 | 346 | 240 | 127 | 0 | 36 | 12 | 237 | 120 | 63 |
| Binary | 11110 | 11100110 | 10100000 | 1010111 | 0 | 11110 | 1010 | 10011111 | 1010000 | 110011 |
Color Harmonies of #1EE6A0
Complementary color
Monochromatic Colors of #1EE6A0
Black with #1EE6A0
Text Example
Text Example
White with #1EE6A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EE6A0; }
p { color: rgb(30,230,160); }
H1.HeaderClassName
{
color: #1EE6A0;
}
.AnyTagClassName
{
color: #1EE6A0;
}
</style>
background-color css
<style>
a { background-color: #1EE6A0; }
a { background-color: rgb(30,230,160); }
div.DivClassName
{
background-color: #1EE6A0;
}
.BgClassName
{
background-color: #1EE6A0;
}
</style>
border-color css
<style>
span { border-color: #1EE6A0; }
span { border-color: rgb(30,230,160); }
td.TdClassName
{
border-color: #1EE6A0;
}
.TagClassName
{
border-color: #1EE6A0;
}
</style>