COLOR #A4EDA9

HEX: #A4EDA9
RGB: (164,237,169)

Color info

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

RGB color model

#A4EDA9 color RGB value is (164,237,169).

  • red value is 164;
  • green value is 237;
  • blue value is 169.
RGB:
(164,237,169)
(64%,93%,66%)

RGB channels and saturation

R 164 of 255 = 64%
G 237 of 255 = 93%
B 169 of 255 = 66%

164
237
169

R + G + B ~ 74%. #A4EDA9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 237 + 169 = 570 (100%)
R 164 of 570 ~ 28.77%
G 237 of 570 ~ 41.58%
B 169 of 570 ~ 29.65%

%28.77
%41.58
%29.65

CMYK color model

#A4EDA9 color CMYK value is (31,0,29,7).

  • cyan value is 30.80%
  • magenta value is 0.00%
  • yellow value is 28.69%
  • key color value is 7.06%
CMYK:
(31,0,29,7)
C31M0Y29K7 
(31%,0%,29%,7%)
(0.31/0.00/0.29/0.07)	

CMYK percentages

%30.8
%0
%28.69
%7.06

Codes

Color #A4EDA9 in popluar color models

A4EDA9
RGB164237169
HSL124°66.97%78.63%
HSB/HSV124°30.80%92.94%
CMYK30.80%0.00%28.69%
7.06%

Color #A4EDA9 in popluar number systems.

HEXA4EDA9
Decimal164237169
Binary101001001110110110101001
Octal244355251

Shades and tints

Shades of #A4EDA9

#A4EDA9
(164,237,169)
#96D89A
(150,216,154)
#88C38B
(136,195,139)
#7AAE7C
(122,174,124)
#6C996D
(108,153,109)
#5E845E
(94,132,94)
#506F4F
(80,111,79)
#425A40
(66,90,64)
#344531
(52,69,49)
#263022
(38,48,34)
#181B13
(24,27,19)
#000000
(0,0,0)

Tints of #A4EDA9

#A4EDA9
(164,237,169)
#ACEEB0
(172,238,176)
#B4EFB7
(180,239,183)
#BCF0BE
(188,240,190)
#C4F1C5
(196,241,197)
#CCF2CC
(204,242,204)
#D4F3D3
(212,243,211)
#DCF4DA
(220,244,218)
#E4F5E1
(228,245,225)
#ECF6E8
(236,246,232)
#F4F7EF
(244,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4EDA9 color. Also use rgb(164,237,169) instead hex code.

Text Font Color

.myTextColor { color: #A4EDA9; }

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

This text font color is #A4EDA9.


Background Color

.myBgColor { background-color: #A4EDA9; }

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

This div background color is #A4EDA9.


Border color

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

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

This div border color is #A4EDA9.


Opacity

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

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

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

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

This text has shadow with #A4EDA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4EDA9 on black background.


Color preview on white background

This text has color #A4EDA9 on white background.



Black color preview on #A4EDA9 background

This text has black color on #A4EDA9 background.


White color preview on #A4EDA9 background

This text has white color on #A4EDA9 background.