COLOR #A4EE89

HEX: #A4EE89
RGB: (164,238,137)

Color info

#A4EE89 contains mainly green color. Web safe color of #A4EE89 is #99FF99 (or #9F9).

RGB color model

#A4EE89 color RGB value is (164,238,137).

  • red value is 164;
  • green value is 238;
  • blue value is 137.
RGB:
(164,238,137)
(64%,93%,54%)

RGB channels and saturation

R 164 of 255 = 64%
G 238 of 255 = 93%
B 137 of 255 = 54%

164
238
137

R + G + B ~ 70%. #A4EE89 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 238 + 137 = 539 (100%)
R 164 of 539 ~ 30.43%
G 238 of 539 ~ 44.16%
B 137 of 539 ~ 25.42%

%30.43
%44.16
%25.42

CMYK color model

#A4EE89 color CMYK value is (31,0,42,7).

  • cyan value is 31.09%
  • magenta value is 0.00%
  • yellow value is 42.44%
  • key color value is 6.67%
CMYK:
(31,0,42,7)
C31M0Y42K7 
(31%,0%,42%,7%)
(0.31/0.00/0.42/0.07)	

CMYK percentages

%31.09
%0
%42.44
%6.67

Codes

Color #A4EE89 in popluar color models

A4EE89
RGB164238137
HSL104°74.81%73.53%
HSB/HSV104°42.44%93.33%
CMYK31.09%0.00%42.44%
6.67%

Color #A4EE89 in popluar number systems.

HEXA4EE89
Decimal164238137
Binary101001001110111010001001
Octal244356211

Shades and tints

Shades of #A4EE89

#A4EE89
(164,238,137)
#96D97D
(150,217,125)
#88C471
(136,196,113)
#7AAF65
(122,175,101)
#6C9A59
(108,154,89)
#5E854D
(94,133,77)
#507041
(80,112,65)
#425B35
(66,91,53)
#344629
(52,70,41)
#26311D
(38,49,29)
#181C11
(24,28,17)
#000000
(0,0,0)

Tints of #A4EE89

#A4EE89
(164,238,137)
#ACEF93
(172,239,147)
#B4F09D
(180,240,157)
#BCF1A7
(188,241,167)
#C4F2B1
(196,242,177)
#CCF3BB
(204,243,187)
#D4F4C5
(212,244,197)
#DCF5CF
(220,245,207)
#E4F6D9
(228,246,217)
#ECF7E3
(236,247,227)
#F4F8ED
(244,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4EE89 color. Also use rgb(164,238,137) instead hex code.

Text Font Color

.myTextColor { color: #A4EE89; }

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

This text font color is #A4EE89.


Background Color

.myBgColor { background-color: #A4EE89; }

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

This div background color is #A4EE89.


Border color

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

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

This div border color is #A4EE89.


Opacity

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

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

Text with #A4EE89 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 #A4EE89;}

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

This text has shadow with #A4EE89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4EE89 on black background.


Color preview on white background

This text has color #A4EE89 on white background.



Black color preview on #A4EE89 background

This text has black color on #A4EE89 background.


White color preview on #A4EE89 background

This text has white color on #A4EE89 background.