Shades of Shamrock #2EDCAA
Tints of Shamrock #2EDCAA
RGB
CMYK
RGB Variations
Color information
#2EDCAA (or 0x2EDCAA) is known color: Shamrock. HEX triplet: 2E, DC and AA. RGB value is (46,220,170). Sum of RGB (Red+Green+Blue) = 46+220+170=436 (57% of max value = 765). Red value is 46 (18.36% from 255 or 10.55% from 436); Green value is 220 (86.33% from 255 or 50.46% from 436); Blue value is 170 (66.80% from 255 or 38.99% from 436); Max value from RGB is 220 - color contains mainly: green. Hex color #2EDCAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EDCAA is #D12355. Grayscale: #A2A2A2. Windows color (decimal): -13706070 or 11197486. OLE color: 11197486.
HSL color Cylindrical-coordinate representation of color #2EDCAA: hue angle of 162.76º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EDCAA is Cyan = 0.79, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 46 | 220 | 170 | - |
| CMYK | 0.79 | 0 | 0.23 | 0.14 |
| HSL | 162.76º | 0.71% | 0.52% | - |
| HSV(B) | 162.76º | 0.79% | 0.86% | - |
| XYZ | 33.98 | 54.67 | 46.79 | - |
| YUV | 162.27 | 132.35 | 45.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 220 | 170 | 0.79 | 0 | 0.23 | 0.14 | 162.76 | 0.71 | 0.52 |
| Hex | 2E | DC | AA | 4F | 0 | 17 | E | A3 | 47 | 34 |
| Octal | 56 | 334 | 252 | 117 | 0 | 27 | 16 | 243 | 107 | 64 |
| Binary | 101110 | 11011100 | 10101010 | 1001111 | 0 | 10111 | 1110 | 10100011 | 1000111 | 110100 |
Color Harmonies of #2EDCAA
Complementary color
Monochromatic Colors of #2EDCAA
Black with #2EDCAA
Text Example
Text Example
White with #2EDCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDCAA; }
p { color: rgb(46,220,170); }
H1.HeaderClassName
{
color: #2EDCAA;
}
.AnyTagClassName
{
color: #2EDCAA;
}
</style>
background-color css
<style>
a { background-color: #2EDCAA; }
a { background-color: rgb(46,220,170); }
div.DivClassName
{
background-color: #2EDCAA;
}
.BgClassName
{
background-color: #2EDCAA;
}
</style>
border-color css
<style>
span { border-color: #2EDCAA; }
span { border-color: rgb(46,220,170); }
td.TdClassName
{
border-color: #2EDCAA;
}
.TagClassName
{
border-color: #2EDCAA;
}
</style>