Shades of Shamrock #2EDDA1
Tints of Shamrock #2EDDA1
RGB
CMYK
RGB Variations
Color information
#2EDDA1 (or 0x2EDDA1) is known color: Shamrock. HEX triplet: 2E, DD and A1. RGB value is (46,221,161). Sum of RGB (Red+Green+Blue) = 46+221+161=428 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.75% from 428); Green value is 221 (86.72% from 255 or 51.64% from 428); Blue value is 161 (63.28% from 255 or 37.62% from 428); Max value from RGB is 221 - color contains mainly: green. Hex color #2EDDA1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EDDA1 is #D1225E. Grayscale: #A1A1A1. Windows color (decimal): -13705823 or 10607918. OLE color: 10607918.
HSL color Cylindrical-coordinate representation of color #2EDDA1: hue angle of 159.43º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EDDA1 is Cyan = 0.79, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 221 | 161 | - |
| CMYK | 0.79 | 0 | 0.27 | 0.13 |
| HSL | 159.43º | 0.72% | 0.52% | - |
| HSV(B) | 159.43º | 0.79% | 0.87% | - |
| XYZ | 33.42 | 54.87 | 42.55 | - |
| YUV | 161.84 | 127.52 | 45.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 221 | 161 | 0.79 | 0 | 0.27 | 0.13 | 159.43 | 0.72 | 0.52 |
| Hex | 2E | DD | A1 | 4F | 0 | 1B | D | 9F | 48 | 34 |
| Octal | 56 | 335 | 241 | 117 | 0 | 33 | 15 | 237 | 110 | 64 |
| Binary | 101110 | 11011101 | 10100001 | 1001111 | 0 | 11011 | 1101 | 10011111 | 1001000 | 110100 |
Color Harmonies of #2EDDA1
Complementary color
Monochromatic Colors of #2EDDA1
Black with #2EDDA1
Text Example
Text Example
White with #2EDDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDDA1; }
p { color: rgb(46,221,161); }
H1.HeaderClassName
{
color: #2EDDA1;
}
.AnyTagClassName
{
color: #2EDDA1;
}
</style>
background-color css
<style>
a { background-color: #2EDDA1; }
a { background-color: rgb(46,221,161); }
div.DivClassName
{
background-color: #2EDDA1;
}
.BgClassName
{
background-color: #2EDDA1;
}
</style>
border-color css
<style>
span { border-color: #2EDDA1; }
span { border-color: rgb(46,221,161); }
td.TdClassName
{
border-color: #2EDDA1;
}
.TagClassName
{
border-color: #2EDDA1;
}
</style>