Shades of Shamrock #2EE9A5
Tints of Shamrock #2EE9A5
RGB
CMYK
RGB Variations
Color information
#2EE9A5 (or 0x2EE9A5) is known color: Shamrock. HEX triplet: 2E, E9 and A5. RGB value is (46,233,165). Sum of RGB (Red+Green+Blue) = 46+233+165=444 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.36% from 444); Green value is 233 (91.41% from 255 or 52.48% from 444); Blue value is 165 (64.84% from 255 or 37.16% from 444); Max value from RGB is 233 - color contains mainly: green. Hex color #2EE9A5 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EE9A5 is #D1165A. Grayscale: #A9A9A9. Windows color (decimal): -13702747 or 10873134. OLE color: 10873134.
HSL color Cylindrical-coordinate representation of color #2EE9A5: hue angle of 158.18º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE9A5 is Cyan = 0.80, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 46 | 233 | 165 | - |
| CMYK | 0.80 | 0 | 0.29 | 0.09 |
| HSL | 158.18º | 0.81% | 0.55% | - |
| HSV(B) | 158.18º | 0.8% | 0.91% | - |
| XYZ | 37.06 | 61.58 | 45.53 | - |
| YUV | 169.34 | 125.55 | 40.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 233 | 165 | 0.80 | 0 | 0.29 | 0.09 | 158.18 | 0.81 | 0.55 |
| Hex | 2E | E9 | A5 | 50 | 0 | 1D | 9 | 9E | 51 | 37 |
| Octal | 56 | 351 | 245 | 120 | 0 | 35 | 11 | 236 | 121 | 67 |
| Binary | 101110 | 11101001 | 10100101 | 1010000 | 0 | 11101 | 1001 | 10011110 | 1010001 | 110111 |
Color Harmonies of #2EE9A5
Complementary color
Monochromatic Colors of #2EE9A5
Black with #2EE9A5
Text Example
Text Example
White with #2EE9A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE9A5; }
p { color: rgb(46,233,165); }
H1.HeaderClassName
{
color: #2EE9A5;
}
.AnyTagClassName
{
color: #2EE9A5;
}
</style>
background-color css
<style>
a { background-color: #2EE9A5; }
a { background-color: rgb(46,233,165); }
div.DivClassName
{
background-color: #2EE9A5;
}
.BgClassName
{
background-color: #2EE9A5;
}
</style>
border-color css
<style>
span { border-color: #2EE9A5; }
span { border-color: rgb(46,233,165); }
td.TdClassName
{
border-color: #2EE9A5;
}
.TagClassName
{
border-color: #2EE9A5;
}
</style>