#2EF0AD

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

Shades of Shamrock #2EF0AD

Tints of Shamrock #2EF0AD

Color information

#2EF0AD (or 0x2EF0AD) is unknown color: approx Shamrock. HEX triplet: 2E, F0 and AD. RGB value is (46,240,173). Sum of RGB (Red+Green+Blue) = 46+240+173=459 (60% of max value = 765). Red value is 46 (18.36% from 255 or 10.02% from 459); Green value is 240 (94.14% from 255 or 52.29% from 459); Blue value is 173 (67.97% from 255 or 37.69% from 459); Max value from RGB is 240 - color contains mainly: green. Hex color #2EF0AD is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EF0AD is #D10F52. Grayscale: #AEAEAE. Windows color (decimal): -13700947 or 11399214. OLE color: 11399214.

HSL color Cylindrical-coordinate representation of color #2EF0AD: hue angle of 159.28º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EF0AD is Cyan = 0.81, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB46240173-
CMYK0.8100.280.06
HSL159.28º86.61%56.08%-
HSV(B)159.28º80.83%94.12%-
XYZ39.8365.9250.16-
YUV174.36127.2336.45-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 10.02%
GREEN value IS 240 (94.14% from 255) = 52.29%
BLUE value IS 173 (67.97% from 255) = 37.69%
R=10.02%
G=52.29%
B=37.69%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal462401730.8100.280.06159.2886.6156.08
Hex2EF0AD5101C69f5738
Octal56360255121034623712770
Binary10111011110000101011011010001011100110100111111010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EF0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,240,173); }

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

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

 a { background-color: rgb(46,240,173); }

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

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

 span { border-color: rgb(46,240,173); }

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