Shades of Shamrock #2ED5AD
Tints of Shamrock #2ED5AD
RGB
CMYK
RGB Variations
Color information
#2ED5AD (or 0x2ED5AD) is known color: Shamrock. HEX triplet: 2E, D5 and AD. RGB value is (46,213,173). Sum of RGB (Red+Green+Blue) = 46+213+173=432 (57% of max value = 765). Red value is 46 (18.36% from 255 or 10.65% from 432); Green value is 213 (83.59% from 255 or 49.31% from 432); Blue value is 173 (67.97% from 255 or 40.05% from 432); Max value from RGB is 213 - color contains mainly: green. Hex color #2ED5AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ED5AD is #D12A52. Grayscale: #9E9E9E. Windows color (decimal): -13707859 or 11392302. OLE color: 11392302.
HSL color Cylindrical-coordinate representation of color #2ED5AD: hue angle of 165.63º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ED5AD is Cyan = 0.78, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 46 | 213 | 173 | - |
| CMYK | 0.78 | 0 | 0.19 | 0.16 |
| HSL | 165.63º | 0.67% | 0.51% | - |
| HSV(B) | 165.63º | 0.78% | 0.84% | - |
| XYZ | 32.46 | 51.19 | 47.7 | - |
| YUV | 158.51 | 136.17 | 47.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 213 | 173 | 0.78 | 0 | 0.19 | 0.16 | 165.63 | 0.67 | 0.51 |
| Hex | 2E | D5 | AD | 4E | 0 | 13 | 10 | A6 | 43 | 33 |
| Octal | 56 | 325 | 255 | 116 | 0 | 23 | 20 | 246 | 103 | 63 |
| Binary | 101110 | 11010101 | 10101101 | 1001110 | 0 | 10011 | 10000 | 10100110 | 1000011 | 110011 |
Color Harmonies of #2ED5AD
Complementary color
Monochromatic Colors of #2ED5AD
Black with #2ED5AD
Text Example
Text Example
White with #2ED5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED5AD; }
p { color: rgb(46,213,173); }
H1.HeaderClassName
{
color: #2ED5AD;
}
.AnyTagClassName
{
color: #2ED5AD;
}
</style>
background-color css
<style>
a { background-color: #2ED5AD; }
a { background-color: rgb(46,213,173); }
div.DivClassName
{
background-color: #2ED5AD;
}
.BgClassName
{
background-color: #2ED5AD;
}
</style>
border-color css
<style>
span { border-color: #2ED5AD; }
span { border-color: rgb(46,213,173); }
td.TdClassName
{
border-color: #2ED5AD;
}
.TagClassName
{
border-color: #2ED5AD;
}
</style>