#2EE1A5

Color #2EE1A5 Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #2EE1A5

Tints of Shamrock #2EE1A5

Color information

#2EE1A5 (or 0x2EE1A5) is unknown color: approx Shamrock. HEX triplet: 2E, E1 and A5. RGB value is (46,225,165). Sum of RGB (Red+Green+Blue) = 46+225+165=436 (57% of max value = 765). Red value is 46 (18.36% from 255 or 10.55% from 436); Green value is 225 (88.28% from 255 or 51.61% from 436); Blue value is 165 (64.84% from 255 or 37.84% from 436); Max value from RGB is 225 - color contains mainly: green. Hex color #2EE1A5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EE1A5 is #D11E5A. Grayscale: #A4A4A4. Windows color (decimal): -13704795 or 10871086. OLE color: 10871086.

HSL color Cylindrical-coordinate representation of color #2EE1A5: hue angle of 159.89º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE1A5 is Cyan = 0.80, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.12.

Color convert

RGB46225165-
CMYK0.8000.270.12
HSL159.89º74.9%53.14%-
HSV(B)159.89º79.56%88.24%-
XYZ34.8457.1544.79-
YUV164.64128.243.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 46 (18.36% from 255) = 10.55%
GREEN value IS 225 (88.28% from 255) = 51.61%
BLUE value IS 165 (64.84% from 255) = 37.84%
R=10.55%
G=51.61%
B=37.84%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal462251650.8000.270.12159.8974.953.14
Hex2EE1A55001BCa04b35
Octal563412451200331424011365
Binary101110111000011010010110100000110111100101000001001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EE1A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2EE1A5; }

 p { color: rgb(46,225,165); }

 H1.HeaderClassName
 {
   color: #2EE1A5;
 }
 .AnyTagClassName
 {
   color: #2EE1A5;
 }
</style>
background-color css

<style>
 a { background-color: #2EE1A5; }

 a { background-color: rgb(46,225,165); }

 div.DivClassName
 {
   background-color: #2EE1A5;
 }
 .BgClassName
 {
   background-color: #2EE1A5;
 }
</style>
border-color css

<style>
 span { border-color: #2EE1A5; }

 span { border-color: rgb(46,225,165); }

 td.TdClassName
 {
   border-color: #2EE1A5;
 }
 .TagClassName
 {
   border-color: #2EE1A5;
 }
</style>