Shades of Shamrock #2EE1AD
Tints of Shamrock #2EE1AD
RGB
CMYK
RGB Variations
Color information
#2EE1AD (or 0x2EE1AD) is known color: Shamrock. HEX triplet: 2E, E1 and AD. RGB value is (46,225,173). Sum of RGB (Red+Green+Blue) = 46+225+173=444 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.36% from 444); Green value is 225 (88.28% from 255 or 50.68% from 444); Blue value is 173 (67.97% from 255 or 38.96% from 444); Max value from RGB is 225 - color contains mainly: green. Hex color #2EE1AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EE1AD is #D11E52. Grayscale: #A5A5A5. Windows color (decimal): -13704787 or 11395374. OLE color: 11395374.
HSL color Cylindrical-coordinate representation of color #2EE1AD: hue angle of 162.57º 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 #2EE1AD is Cyan = 0.80, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 46 | 225 | 173 | - |
| CMYK | 0.80 | 0 | 0.23 | 0.12 |
| HSL | 162.57º | 0.75% | 0.53% | - |
| HSV(B) | 162.57º | 0.8% | 0.88% | - |
| XYZ | 35.59 | 57.45 | 48.75 | - |
| YUV | 165.55 | 132.2 | 42.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 225 | 173 | 0.80 | 0 | 0.23 | 0.12 | 162.57 | 0.75 | 0.53 |
| Hex | 2E | E1 | AD | 50 | 0 | 17 | C | A3 | 4B | 35 |
| Octal | 56 | 341 | 255 | 120 | 0 | 27 | 14 | 243 | 113 | 65 |
| Binary | 101110 | 11100001 | 10101101 | 1010000 | 0 | 10111 | 1100 | 10100011 | 1001011 | 110101 |
Color Harmonies of #2EE1AD
Complementary color
Monochromatic Colors of #2EE1AD
Black with #2EE1AD
Text Example
Text Example
White with #2EE1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE1AD; }
p { color: rgb(46,225,173); }
H1.HeaderClassName
{
color: #2EE1AD;
}
.AnyTagClassName
{
color: #2EE1AD;
}
</style>
background-color css
<style>
a { background-color: #2EE1AD; }
a { background-color: rgb(46,225,173); }
div.DivClassName
{
background-color: #2EE1AD;
}
.BgClassName
{
background-color: #2EE1AD;
}
</style>
border-color css
<style>
span { border-color: #2EE1AD; }
span { border-color: rgb(46,225,173); }
td.TdClassName
{
border-color: #2EE1AD;
}
.TagClassName
{
border-color: #2EE1AD;
}
</style>