Shades of Shamrock #1EE6A1
Tints of Shamrock #1EE6A1
RGB
CMYK
RGB Variations
Color information
#1EE6A1 (or 0x1EE6A1) is known color: Shamrock. HEX triplet: 1E, E6 and A1. RGB value is (30,230,161). Sum of RGB (Red+Green+Blue) = 30+230+161=421 (55% of max value = 765). Red value is 30 (12.11% from 255 or 7.13% from 421); Green value is 230 (90.23% from 255 or 54.63% from 421); Blue value is 161 (63.28% from 255 or 38.24% from 421); Max value from RGB is 230 - color contains mainly: green. Hex color #1EE6A1 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1EE6A1 is #E1195E. Grayscale: #A2A2A2. Windows color (decimal): -14752095 or 10610206. OLE color: 10610206.
HSL color Cylindrical-coordinate representation of color #1EE6A1: hue angle of 159.3º 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 #1EE6A1 is Cyan = 0.87, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 30 | 230 | 161 | - |
| CMYK | 0.87 | 0 | 0.3 | 0.10 |
| HSL | 159.3º | 0.8% | 0.51% | - |
| HSV(B) | 159.3º | 0.87% | 0.9% | - |
| XYZ | 35.27 | 59.44 | 43.33 | - |
| YUV | 162.33 | 127.24 | 33.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 230 | 161 | 0.87 | 0 | 0.3 | 0.10 | 159.3 | 0.8 | 0.51 |
| Hex | 1E | E6 | A1 | 57 | 0 | 1E | A | 9F | 50 | 33 |
| Octal | 36 | 346 | 241 | 127 | 0 | 36 | 12 | 237 | 120 | 63 |
| Binary | 11110 | 11100110 | 10100001 | 1010111 | 0 | 11110 | 1010 | 10011111 | 1010000 | 110011 |
Color Harmonies of #1EE6A1
Complementary color
Monochromatic Colors of #1EE6A1
Black with #1EE6A1
Text Example
Text Example
White with #1EE6A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EE6A1; }
p { color: rgb(30,230,161); }
H1.HeaderClassName
{
color: #1EE6A1;
}
.AnyTagClassName
{
color: #1EE6A1;
}
</style>
background-color css
<style>
a { background-color: #1EE6A1; }
a { background-color: rgb(30,230,161); }
div.DivClassName
{
background-color: #1EE6A1;
}
.BgClassName
{
background-color: #1EE6A1;
}
</style>
border-color css
<style>
span { border-color: #1EE6A1; }
span { border-color: rgb(30,230,161); }
td.TdClassName
{
border-color: #1EE6A1;
}
.TagClassName
{
border-color: #1EE6A1;
}
</style>