COLOR #A4EC59

HEX: #A4EC59
RGB: (164,236,89)

Color info

#A4EC59 contains mainly green color. Web safe color of #A4EC59 is #99FF66 (or #9F6).

RGB color model

#A4EC59 color RGB value is (164,236,89).

  • red value is 164;
  • green value is 236;
  • blue value is 89.
RGB:
(164,236,89)
(64%,93%,35%)

RGB channels and saturation

R 164 of 255 = 64%
G 236 of 255 = 93%
B 89 of 255 = 35%

164
236
89

R + G + B ~ 64%. #A4EC59 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 236 + 89 = 489 (100%)
R 164 of 489 ~ 33.54%
G 236 of 489 ~ 48.26%
B 89 of 489 ~ 18.2%

%33.54
%48.26
%18.2

CMYK color model

#A4EC59 color CMYK value is (31,0,62,7).

  • cyan value is 30.51%
  • magenta value is 0.00%
  • yellow value is 62.29%
  • key color value is 7.45%
CMYK:
(31,0,62,7)
C31M0Y62K7 
(31%,0%,62%,7%)
(0.31/0.00/0.62/0.07)	

CMYK percentages

%30.51
%0
%62.29
%7.45

Codes

Color #A4EC59 in popluar color models

A4EC59
RGB16423689
HSL89°79.46%63.73%
HSB/HSV89°62.29%92.55%
CMYK30.51%0.00%62.29%
7.45%

Color #A4EC59 in popluar number systems.

HEXA4EC59
Decimal16423689
Binary10100100111011001011001
Octal244354131

Shades and tints

Shades of #A4EC59

#A4EC59
(164,236,89)
#96D751
(150,215,81)
#88C249
(136,194,73)
#7AAD41
(122,173,65)
#6C9839
(108,152,57)
#5E8331
(94,131,49)
#506E29
(80,110,41)
#425921
(66,89,33)
#344419
(52,68,25)
#262F11
(38,47,17)
#181A09
(24,26,9)
#000000
(0,0,0)

Tints of #A4EC59

#A4EC59
(164,236,89)
#ACED68
(172,237,104)
#B4EE77
(180,238,119)
#BCEF86
(188,239,134)
#C4F095
(196,240,149)
#CCF1A4
(204,241,164)
#D4F2B3
(212,242,179)
#DCF3C2
(220,243,194)
#E4F4D1
(228,244,209)
#ECF5E0
(236,245,224)
#F4F6EF
(244,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4EC59 color. Also use rgb(164,236,89) instead hex code.

Text Font Color

.myTextColor { color: #A4EC59; }

<p style="color:#A4EC59">This sample text font color is #A4EC59.</p>

This text font color is #A4EC59.


Background Color

.myBgColor { background-color: #A4EC59; }

<div style="background-color:#A4EC59">Inner text</div>

This div background color is #A4EC59.


Border color

.myBorderColor { border: 1px solid #A4EC59; }

<div style="border:3px solid #A4EC59">Div</div>

This div border color is #A4EC59.


Opacity

.myOpacity80 { color: #A4EC59; opacity: 0.8; }

<p style="color:#A4EC59;opacity:0.8;">80%</p>

Text with #A4EC59 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A4EC59;}

<p style="text-shadow: 3px 3px 1px #A4EC59">Text here.</p>

This text has shadow with #A4EC59 color.

.textShadow {text-shadow: 3px 3px 1px #A4EC59, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A4EC59, 5px 5px 20px red">Text here.</p>

This text has shadow with #A4EC59 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A4EC59, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A4EC59, Direction=45, Strength=4)">Text</p>

This text has shadow with #A4EC59 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #A4EC59;
  -webkit-box-shadow:	1px 1px 3px 2px #A4EC59;
  box-shadow:		1px 1px 3px 2px #A4EC59;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A4EC59;
-webkit-box-shadow: 1px 1px 3px 2px #A4EC59;
box-shadow:1px 1px 3px 2px #A4EC59;">
Div content here</div>
This div box has shadow with color #A4EC59.

Preview

Color preview on black background

This text has color #A4EC59 on black background.


Color preview on white background

This text has color #A4EC59 on white background.



Black color preview on #A4EC59 background

This text has black color on #A4EC59 background.


White color preview on #A4EC59 background

This text has white color on #A4EC59 background.