COLOR #A4EF9F

HEX: #A4EF9F
RGB: (164,239,159)

Color info

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

RGB color model

#A4EF9F color RGB value is (164,239,159).

  • red value is 164;
  • green value is 239;
  • blue value is 159.
RGB:
(164,239,159)
(64%,94%,62%)

RGB channels and saturation

R 164 of 255 = 64%
G 239 of 255 = 94%
B 159 of 255 = 62%

164
239
159

R + G + B ~ 73%. #A4EF9F is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 239 + 159 = 562 (100%)
R 164 of 562 ~ 29.18%
G 239 of 562 ~ 42.53%
B 159 of 562 ~ 28.29%

%29.18
%42.53
%28.29

CMYK color model

#A4EF9F color CMYK value is (31,0,33,6).

  • cyan value is 31.38%
  • magenta value is 0.00%
  • yellow value is 33.47%
  • key color value is 6.27%
CMYK:
(31,0,33,6)
C31M0Y33K6 
(31%,0%,33%,6%)
(0.31/0.00/0.33/0.06)	

CMYK percentages

%31.38
%0
%33.47
%6.27

Codes

Color #A4EF9F in popluar color models

A4EF9F
RGB164239159
HSL116°71.43%78.04%
HSB/HSV116°33.47%93.73%
CMYK31.38%0.00%33.47%
6.27%

Color #A4EF9F in popluar number systems.

HEXA4EF9F
Decimal164239159
Binary101001001110111110011111
Octal244357237

Shades and tints

Shades of #A4EF9F

#A4EF9F
(164,239,159)
#96DA91
(150,218,145)
#88C583
(136,197,131)
#7AB075
(122,176,117)
#6C9B67
(108,155,103)
#5E8659
(94,134,89)
#50714B
(80,113,75)
#425C3D
(66,92,61)
#34472F
(52,71,47)
#263221
(38,50,33)
#181D13
(24,29,19)
#000000
(0,0,0)

Tints of #A4EF9F

#A4EF9F
(164,239,159)
#ACF0A7
(172,240,167)
#B4F1AF
(180,241,175)
#BCF2B7
(188,242,183)
#C4F3BF
(196,243,191)
#CCF4C7
(204,244,199)
#D4F5CF
(212,245,207)
#DCF6D7
(220,246,215)
#E4F7DF
(228,247,223)
#ECF8E7
(236,248,231)
#F4F9EF
(244,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4EF9F color. Also use rgb(164,239,159) instead hex code.

Text Font Color

.myTextColor { color: #A4EF9F; }

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

This text font color is #A4EF9F.


Background Color

.myBgColor { background-color: #A4EF9F; }

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

This div background color is #A4EF9F.


Border color

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

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

This div border color is #A4EF9F.


Opacity

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

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

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

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

This text has shadow with #A4EF9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4EF9F on black background.


Color preview on white background

This text has color #A4EF9F on white background.



Black color preview on #A4EF9F background

This text has black color on #A4EF9F background.


White color preview on #A4EF9F background

This text has white color on #A4EF9F background.