#2EE1A6

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

Shades of Shamrock #2EE1A6

Tints of Shamrock #2EE1A6

Color information

#2EE1A6 (or 0x2EE1A6) is unknown color: approx Shamrock. HEX triplet: 2E, E1 and A6. RGB value is (46,225,166). Sum of RGB (Red+Green+Blue) = 46+225+166=437 (57% of max value = 765). Red value is 46 (18.36% from 255 or 10.53% from 437); Green value is 225 (88.28% from 255 or 51.49% from 437); Blue value is 166 (65.23% from 255 or 37.99% from 437); Max value from RGB is 225 - color contains mainly: green. Hex color #2EE1A6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EE1A6 is #D11E59. Grayscale: #A4A4A4. Windows color (decimal): -13704794 or 10936622. OLE color: 10936622.

HSL color Cylindrical-coordinate representation of color #2EE1A6: hue angle of 160.22º 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 #2EE1A6 is Cyan = 0.80, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.12.

Color convert

RGB46225166-
CMYK0.8000.260.12
HSL160.22º74.9%53.14%-
HSV(B)160.22º79.56%88.24%-
XYZ34.9357.1845.27-
YUV164.75128.743.3-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 10.53%
GREEN value IS 225 (88.28% from 255) = 51.49%
BLUE value IS 166 (65.23% from 255) = 37.99%
R=10.53%
G=51.49%
B=37.99%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal462251660.8000.260.12160.2274.953.14
Hex2EE1A65001ACa04b35
Octal563412461200321424011365
Binary101110111000011010011010100000110101100101000001001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EE1A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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