Shades of Shamrock #2ED6A1
Tints of Shamrock #2ED6A1
RGB
CMYK
RGB Variations
Color information
#2ED6A1 (or 0x2ED6A1) is known color: Shamrock. HEX triplet: 2E, D6 and A1. RGB value is (46,214,161). Sum of RGB (Red+Green+Blue) = 46+214+161=421 (55% of max value = 765). Red value is 46 (18.36% from 255 or 10.93% from 421); Green value is 214 (83.98% from 255 or 50.83% from 421); Blue value is 161 (63.28% from 255 or 38.24% from 421); Max value from RGB is 214 - color contains mainly: green. Hex color #2ED6A1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ED6A1 is #D1295E. Grayscale: #9D9D9D. Windows color (decimal): -13707615 or 10606126. OLE color: 10606126.
HSL color Cylindrical-coordinate representation of color #2ED6A1: hue angle of 161.07º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ED6A1 is Cyan = 0.79, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 46 | 214 | 161 | - |
| CMYK | 0.79 | 0 | 0.25 | 0.16 |
| HSL | 161.07º | 0.67% | 0.51% | - |
| HSV(B) | 161.07º | 0.79% | 0.84% | - |
| XYZ | 31.61 | 51.25 | 41.94 | - |
| YUV | 157.73 | 129.84 | 48.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 214 | 161 | 0.79 | 0 | 0.25 | 0.16 | 161.07 | 0.67 | 0.51 |
| Hex | 2E | D6 | A1 | 4F | 0 | 19 | 10 | A1 | 43 | 33 |
| Octal | 56 | 326 | 241 | 117 | 0 | 31 | 20 | 241 | 103 | 63 |
| Binary | 101110 | 11010110 | 10100001 | 1001111 | 0 | 11001 | 10000 | 10100001 | 1000011 | 110011 |
Color Harmonies of #2ED6A1
Complementary color
Monochromatic Colors of #2ED6A1
Black with #2ED6A1
Text Example
Text Example
White with #2ED6A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED6A1; }
p { color: rgb(46,214,161); }
H1.HeaderClassName
{
color: #2ED6A1;
}
.AnyTagClassName
{
color: #2ED6A1;
}
</style>
background-color css
<style>
a { background-color: #2ED6A1; }
a { background-color: rgb(46,214,161); }
div.DivClassName
{
background-color: #2ED6A1;
}
.BgClassName
{
background-color: #2ED6A1;
}
</style>
border-color css
<style>
span { border-color: #2ED6A1; }
span { border-color: rgb(46,214,161); }
td.TdClassName
{
border-color: #2ED6A1;
}
.TagClassName
{
border-color: #2ED6A1;
}
</style>