Shades of Shamrock #1EE6AA
Tints of Shamrock #1EE6AA
RGB
CMYK
RGB Variations
Color information
#1EE6AA (or 0x1EE6AA) is known color: Shamrock. HEX triplet: 1E, E6 and AA. RGB value is (30,230,170). Sum of RGB (Red+Green+Blue) = 30+230+170=430 (56% of max value = 765). Red value is 30 (12.11% from 255 or 6.98% from 430); Green value is 230 (90.23% from 255 or 53.49% from 430); Blue value is 170 (66.80% from 255 or 39.53% from 430); Max value from RGB is 230 - color contains mainly: green. Hex color #1EE6AA is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1EE6AA is #E11955. Grayscale: #A3A3A3. Windows color (decimal): -14752086 or 11200030. OLE color: 11200030.
HSL color Cylindrical-coordinate representation of color #1EE6AA: hue angle of 162º 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 #1EE6AA is Cyan = 0.87, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 30 | 230 | 170 | - |
| CMYK | 0.87 | 0 | 0.26 | 0.10 |
| HSL | 162º | 0.8% | 0.51% | - |
| HSV(B) | 162º | 0.87% | 0.9% | - |
| XYZ | 36.09 | 59.77 | 47.67 | - |
| YUV | 163.36 | 131.74 | 32.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 230 | 170 | 0.87 | 0 | 0.26 | 0.10 | 162 | 0.8 | 0.51 |
| Hex | 1E | E6 | AA | 57 | 0 | 1A | A | A2 | 50 | 33 |
| Octal | 36 | 346 | 252 | 127 | 0 | 32 | 12 | 242 | 120 | 63 |
| Binary | 11110 | 11100110 | 10101010 | 1010111 | 0 | 11010 | 1010 | 10100010 | 1010000 | 110011 |
Color Harmonies of #1EE6AA
Complementary color
Monochromatic Colors of #1EE6AA
Black with #1EE6AA
Text Example
Text Example
White with #1EE6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EE6AA; }
p { color: rgb(30,230,170); }
H1.HeaderClassName
{
color: #1EE6AA;
}
.AnyTagClassName
{
color: #1EE6AA;
}
</style>
background-color css
<style>
a { background-color: #1EE6AA; }
a { background-color: rgb(30,230,170); }
div.DivClassName
{
background-color: #1EE6AA;
}
.BgClassName
{
background-color: #1EE6AA;
}
</style>
border-color css
<style>
span { border-color: #1EE6AA; }
span { border-color: rgb(30,230,170); }
td.TdClassName
{
border-color: #1EE6AA;
}
.TagClassName
{
border-color: #1EE6AA;
}
</style>