Shades of Shamrock #1EE5AA
Tints of Shamrock #1EE5AA
RGB
CMYK
RGB Variations
Color information
#1EE5AA (or 0x1EE5AA) is known color: Shamrock. HEX triplet: 1E, E5 and AA. RGB value is (30,229,170). Sum of RGB (Red+Green+Blue) = 30+229+170=429 (56% of max value = 765). Red value is 30 (12.11% from 255 or 6.99% from 429); Green value is 229 (89.84% from 255 or 53.38% from 429); Blue value is 170 (66.80% from 255 or 39.63% from 429); Max value from RGB is 229 - color contains mainly: green. Hex color #1EE5AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EE5AA is #E11A55. Grayscale: #A2A2A2. Windows color (decimal): -14752342 or 11199774. OLE color: 11199774.
HSL color Cylindrical-coordinate representation of color #1EE5AA: hue angle of 162.21º degrees, saturation: 0.79, 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 #1EE5AA is Cyan = 0.87, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 30 | 229 | 170 | - |
| CMYK | 0.87 | 0 | 0.26 | 0.10 |
| HSL | 162.21º | 0.79% | 0.51% | - |
| HSV(B) | 162.21º | 0.87% | 0.9% | - |
| XYZ | 35.81 | 59.22 | 47.57 | - |
| YUV | 162.77 | 132.07 | 33.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 229 | 170 | 0.87 | 0 | 0.26 | 0.10 | 162.21 | 0.79 | 0.51 |
| Hex | 1E | E5 | AA | 57 | 0 | 1A | A | A2 | 4F | 33 |
| Octal | 36 | 345 | 252 | 127 | 0 | 32 | 12 | 242 | 117 | 63 |
| Binary | 11110 | 11100101 | 10101010 | 1010111 | 0 | 11010 | 1010 | 10100010 | 1001111 | 110011 |
Color Harmonies of #1EE5AA
Complementary color
Monochromatic Colors of #1EE5AA
Black with #1EE5AA
Text Example
Text Example
White with #1EE5AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EE5AA; }
p { color: rgb(30,229,170); }
H1.HeaderClassName
{
color: #1EE5AA;
}
.AnyTagClassName
{
color: #1EE5AA;
}
</style>
background-color css
<style>
a { background-color: #1EE5AA; }
a { background-color: rgb(30,229,170); }
div.DivClassName
{
background-color: #1EE5AA;
}
.BgClassName
{
background-color: #1EE5AA;
}
</style>
border-color css
<style>
span { border-color: #1EE5AA; }
span { border-color: rgb(30,229,170); }
td.TdClassName
{
border-color: #1EE5AA;
}
.TagClassName
{
border-color: #1EE5AA;
}
</style>