Shades of Shamrock #2EDE9C
Tints of Shamrock #2EDE9C
RGB
CMYK
RGB Variations
Color information
#2EDE9C (or 0x2EDE9C) is known color: Shamrock. HEX triplet: 2E, DE and 9C. RGB value is (46,222,156). Sum of RGB (Red+Green+Blue) = 46+222+156=424 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.85% from 424); Green value is 222 (87.11% from 255 or 52.36% from 424); Blue value is 156 (61.33% from 255 or 36.79% from 424); Max value from RGB is 222 - color contains mainly: green. Hex color #2EDE9C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EDE9C is #D12163. Grayscale: #A1A1A1. Windows color (decimal): -13705572 or 10280494. OLE color: 10280494.
HSL color Cylindrical-coordinate representation of color #2EDE9C: hue angle of 157.5º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EDE9C is Cyan = 0.79, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 222 | 156 | - |
| CMYK | 0.79 | 0 | 0.30 | 0.13 |
| HSL | 157.5º | 0.73% | 0.53% | - |
| HSV(B) | 157.5º | 0.79% | 0.87% | - |
| XYZ | 33.25 | 55.22 | 40.36 | - |
| YUV | 161.85 | 124.69 | 45.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 222 | 156 | 0.79 | 0 | 0.30 | 0.13 | 157.5 | 0.73 | 0.53 |
| Hex | 2E | DE | 9C | 4F | 0 | 1E | D | 9E | 49 | 35 |
| Octal | 56 | 336 | 234 | 117 | 0 | 36 | 15 | 236 | 111 | 65 |
| Binary | 101110 | 11011110 | 10011100 | 1001111 | 0 | 11110 | 1101 | 10011110 | 1001001 | 110101 |
Color Harmonies of #2EDE9C
Complementary color
Monochromatic Colors of #2EDE9C
Black with #2EDE9C
Text Example
Text Example
White with #2EDE9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDE9C; }
p { color: rgb(46,222,156); }
H1.HeaderClassName
{
color: #2EDE9C;
}
.AnyTagClassName
{
color: #2EDE9C;
}
</style>
background-color css
<style>
a { background-color: #2EDE9C; }
a { background-color: rgb(46,222,156); }
div.DivClassName
{
background-color: #2EDE9C;
}
.BgClassName
{
background-color: #2EDE9C;
}
</style>
border-color css
<style>
span { border-color: #2EDE9C; }
span { border-color: rgb(46,222,156); }
td.TdClassName
{
border-color: #2EDE9C;
}
.TagClassName
{
border-color: #2EDE9C;
}
</style>