Shades of Shamrock #2ED2A0
Tints of Shamrock #2ED2A0
RGB
CMYK
RGB Variations
Color information
#2ED2A0 (or 0x2ED2A0) is known color: Shamrock. HEX triplet: 2E, D2 and A0. RGB value is (46,210,160). Sum of RGB (Red+Green+Blue) = 46+210+160=416 (55% of max value = 765). Red value is 46 (18.36% from 255 or 11.06% from 416); Green value is 210 (82.42% from 255 or 50.48% from 416); Blue value is 160 (62.89% from 255 or 38.46% from 416); Max value from RGB is 210 - color contains mainly: green. Hex color #2ED2A0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ED2A0 is #D12D5F. Grayscale: #9B9B9B. Windows color (decimal): -13708640 or 10539566. OLE color: 10539566.
HSL color Cylindrical-coordinate representation of color #2ED2A0: hue angle of 161.71º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ED2A0 is Cyan = 0.78, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 46 | 210 | 160 | - |
| CMYK | 0.78 | 0 | 0.24 | 0.18 |
| HSL | 161.71º | 0.65% | 0.5% | - |
| HSV(B) | 161.71º | 0.78% | 0.82% | - |
| XYZ | 30.52 | 49.21 | 41.15 | - |
| YUV | 155.26 | 130.67 | 50.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 210 | 160 | 0.78 | 0 | 0.24 | 0.18 | 161.71 | 0.65 | 0.5 |
| Hex | 2E | D2 | A0 | 4E | 0 | 18 | 12 | A2 | 41 | 32 |
| Octal | 56 | 322 | 240 | 116 | 0 | 30 | 22 | 242 | 101 | 62 |
| Binary | 101110 | 11010010 | 10100000 | 1001110 | 0 | 11000 | 10010 | 10100010 | 1000001 | 110010 |
Color Harmonies of #2ED2A0
Complementary color
Monochromatic Colors of #2ED2A0
Black with #2ED2A0
Text Example
Text Example
White with #2ED2A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED2A0; }
p { color: rgb(46,210,160); }
H1.HeaderClassName
{
color: #2ED2A0;
}
.AnyTagClassName
{
color: #2ED2A0;
}
</style>
background-color css
<style>
a { background-color: #2ED2A0; }
a { background-color: rgb(46,210,160); }
div.DivClassName
{
background-color: #2ED2A0;
}
.BgClassName
{
background-color: #2ED2A0;
}
</style>
border-color css
<style>
span { border-color: #2ED2A0; }
span { border-color: rgb(46,210,160); }
td.TdClassName
{
border-color: #2ED2A0;
}
.TagClassName
{
border-color: #2ED2A0;
}
</style>