Shades of Shamrock #2ED5A1
Tints of Shamrock #2ED5A1
RGB
CMYK
RGB Variations
Color information
#2ED5A1 (or 0x2ED5A1) is known color: Shamrock. HEX triplet: 2E, D5 and A1. RGB value is (46,213,161). Sum of RGB (Red+Green+Blue) = 46+213+161=420 (55% of max value = 765). Red value is 46 (18.36% from 255 or 10.95% from 420); Green value is 213 (83.59% from 255 or 50.71% from 420); Blue value is 161 (63.28% from 255 or 38.33% from 420); Max value from RGB is 213 - color contains mainly: green. Hex color #2ED5A1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ED5A1 is #D12A5E. Grayscale: #9D9D9D. Windows color (decimal): -13707871 or 10605870. OLE color: 10605870.
HSL color Cylindrical-coordinate representation of color #2ED5A1: hue angle of 161.32º 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 #2ED5A1 is Cyan = 0.78, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 46 | 213 | 161 | - |
| CMYK | 0.78 | 0 | 0.24 | 0.16 |
| HSL | 161.32º | 0.67% | 0.51% | - |
| HSV(B) | 161.32º | 0.78% | 0.84% | - |
| XYZ | 31.35 | 50.74 | 41.86 | - |
| YUV | 157.14 | 130.17 | 48.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 213 | 161 | 0.78 | 0 | 0.24 | 0.16 | 161.32 | 0.67 | 0.51 |
| Hex | 2E | D5 | A1 | 4E | 0 | 18 | 10 | A1 | 43 | 33 |
| Octal | 56 | 325 | 241 | 116 | 0 | 30 | 20 | 241 | 103 | 63 |
| Binary | 101110 | 11010101 | 10100001 | 1001110 | 0 | 11000 | 10000 | 10100001 | 1000011 | 110011 |
Color Harmonies of #2ED5A1
Complementary color
Monochromatic Colors of #2ED5A1
Black with #2ED5A1
Text Example
Text Example
White with #2ED5A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED5A1; }
p { color: rgb(46,213,161); }
H1.HeaderClassName
{
color: #2ED5A1;
}
.AnyTagClassName
{
color: #2ED5A1;
}
</style>
background-color css
<style>
a { background-color: #2ED5A1; }
a { background-color: rgb(46,213,161); }
div.DivClassName
{
background-color: #2ED5A1;
}
.BgClassName
{
background-color: #2ED5A1;
}
</style>
border-color css
<style>
span { border-color: #2ED5A1; }
span { border-color: rgb(46,213,161); }
td.TdClassName
{
border-color: #2ED5A1;
}
.TagClassName
{
border-color: #2ED5A1;
}
</style>