Shades of Shamrock #2EE1A6
Tints of Shamrock #2EE1A6
RGB
CMYK
RGB Variations
Color information
#2EE1A6 (or 0x2EE1A6) is known color: Shamrock. HEX triplet: 2E, E1 and A6. RGB value is (46,225,166). Sum of RGB (Red+Green+Blue) = 46+225+166=437 (57% of max value = 765). Red value is 46 (18.36% from 255 or 10.53% from 437); Green value is 225 (88.28% from 255 or 51.49% from 437); Blue value is 166 (65.23% from 255 or 37.99% from 437); Max value from RGB is 225 - color contains mainly: green. Hex color #2EE1A6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EE1A6 is #D11E59. Grayscale: #A4A4A4. Windows color (decimal): -13704794 or 10936622. OLE color: 10936622.
HSL color Cylindrical-coordinate representation of color #2EE1A6: hue angle of 160.22º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE1A6 is Cyan = 0.80, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 46 | 225 | 166 | - |
| CMYK | 0.80 | 0 | 0.26 | 0.12 |
| HSL | 160.22º | 0.75% | 0.53% | - |
| HSV(B) | 160.22º | 0.8% | 0.88% | - |
| XYZ | 34.93 | 57.18 | 45.27 | - |
| YUV | 164.75 | 128.7 | 43.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 225 | 166 | 0.80 | 0 | 0.26 | 0.12 | 160.22 | 0.75 | 0.53 |
| Hex | 2E | E1 | A6 | 50 | 0 | 1A | C | A0 | 4B | 35 |
| Octal | 56 | 341 | 246 | 120 | 0 | 32 | 14 | 240 | 113 | 65 |
| Binary | 101110 | 11100001 | 10100110 | 1010000 | 0 | 11010 | 1100 | 10100000 | 1001011 | 110101 |
Color Harmonies of #2EE1A6
Complementary color
Monochromatic Colors of #2EE1A6
Black with #2EE1A6
Text Example
Text Example
White with #2EE1A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE1A6; }
p { color: rgb(46,225,166); }
H1.HeaderClassName
{
color: #2EE1A6;
}
.AnyTagClassName
{
color: #2EE1A6;
}
</style>
background-color css
<style>
a { background-color: #2EE1A6; }
a { background-color: rgb(46,225,166); }
div.DivClassName
{
background-color: #2EE1A6;
}
.BgClassName
{
background-color: #2EE1A6;
}
</style>
border-color css
<style>
span { border-color: #2EE1A6; }
span { border-color: rgb(46,225,166); }
td.TdClassName
{
border-color: #2EE1A6;
}
.TagClassName
{
border-color: #2EE1A6;
}
</style>