Shades of Shamrock #2ED4A0
Tints of Shamrock #2ED4A0
RGB
CMYK
RGB Variations
Color information
#2ED4A0 (or 0x2ED4A0) is known color: Shamrock. HEX triplet: 2E, D4 and A0. RGB value is (46,212,160). Sum of RGB (Red+Green+Blue) = 46+212+160=418 (55% of max value = 765). Red value is 46 (18.36% from 255 or 11.00% from 418); Green value is 212 (83.20% from 255 or 50.72% from 418); Blue value is 160 (62.89% from 255 or 38.28% from 418); Max value from RGB is 212 - color contains mainly: green. Hex color #2ED4A0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ED4A0 is #D12B5F. Grayscale: #9C9C9C. Windows color (decimal): -13708128 or 10540078. OLE color: 10540078.
HSL color Cylindrical-coordinate representation of color #2ED4A0: hue angle of 161.2º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ED4A0 is Cyan = 0.78, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 46 | 212 | 160 | - |
| CMYK | 0.78 | 0 | 0.25 | 0.17 |
| HSL | 161.2º | 0.66% | 0.51% | - |
| HSV(B) | 161.2º | 0.78% | 0.83% | - |
| XYZ | 31.02 | 50.21 | 41.31 | - |
| YUV | 156.44 | 130 | 49.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 212 | 160 | 0.78 | 0 | 0.25 | 0.17 | 161.2 | 0.66 | 0.51 |
| Hex | 2E | D4 | A0 | 4E | 0 | 19 | 11 | A1 | 42 | 33 |
| Octal | 56 | 324 | 240 | 116 | 0 | 31 | 21 | 241 | 102 | 63 |
| Binary | 101110 | 11010100 | 10100000 | 1001110 | 0 | 11001 | 10001 | 10100001 | 1000010 | 110011 |
Color Harmonies of #2ED4A0
Complementary color
Monochromatic Colors of #2ED4A0
Black with #2ED4A0
Text Example
Text Example
White with #2ED4A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED4A0; }
p { color: rgb(46,212,160); }
H1.HeaderClassName
{
color: #2ED4A0;
}
.AnyTagClassName
{
color: #2ED4A0;
}
</style>
background-color css
<style>
a { background-color: #2ED4A0; }
a { background-color: rgb(46,212,160); }
div.DivClassName
{
background-color: #2ED4A0;
}
.BgClassName
{
background-color: #2ED4A0;
}
</style>
border-color css
<style>
span { border-color: #2ED4A0; }
span { border-color: rgb(46,212,160); }
td.TdClassName
{
border-color: #2ED4A0;
}
.TagClassName
{
border-color: #2ED4A0;
}
</style>