COLOR #A9EAA4

HEX: #A9EAA4
RGB: (169,234,164)

Color info

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

RGB color model

#A9EAA4 color RGB value is (169,234,164).

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

RGB channels and saturation

R 169 of 255 = 66%
G 234 of 255 = 92%
B 164 of 255 = 64%

169
234
164

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

Portions of RGB colors in percentages

R + G + B =
169 + 234 + 164 = 567 (100%)
R 169 of 567 ~ 29.81%
G 234 of 567 ~ 41.27%
B 164 of 567 ~ 28.92%

%29.81
%41.27
%28.92

CMYK color model

#A9EAA4 color CMYK value is (28,0,30,8).

  • cyan value is 27.78%
  • magenta value is 0.00%
  • yellow value is 29.91%
  • key color value is 8.24%
CMYK:
(28,0,30,8)
C28M0Y30K8 
(28%,0%,30%,8%)
(0.28/0.00/0.30/0.08)	

CMYK percentages

%27.78
%0
%29.91
%8.24

Codes

Color #A9EAA4 in popluar color models

A9EAA4
RGB169234164
HSL116°62.50%78.04%
HSB/HSV116°29.91%91.76%
CMYK27.78%0.00%29.91%
8.24%

Color #A9EAA4 in popluar number systems.

HEXA9EAA4
Decimal169234164
Binary101010011110101010100100
Octal251352244

Shades and tints

Shades of #A9EAA4

#A9EAA4
(169,234,164)
#9AD596
(154,213,150)
#8BC088
(139,192,136)
#7CAB7A
(124,171,122)
#6D966C
(109,150,108)
#5E815E
(94,129,94)
#4F6C50
(79,108,80)
#405742
(64,87,66)
#314234
(49,66,52)
#222D26
(34,45,38)
#131818
(19,24,24)
#000000
(0,0,0)

Tints of #A9EAA4

#A9EAA4
(169,234,164)
#B0EBAC
(176,235,172)
#B7ECB4
(183,236,180)
#BEEDBC
(190,237,188)
#C5EEC4
(197,238,196)
#CCEFCC
(204,239,204)
#D3F0D4
(211,240,212)
#DAF1DC
(218,241,220)
#E1F2E4
(225,242,228)
#E8F3EC
(232,243,236)
#EFF4F4
(239,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9EAA4; }

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

This text font color is #A9EAA4.


Background Color

.myBgColor { background-color: #A9EAA4; }

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

This div background color is #A9EAA4.


Border color

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

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

This div border color is #A9EAA4.


Opacity

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

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

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

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

This text has shadow with #A9EAA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9EAA4 on black background.


Color preview on white background

This text has color #A9EAA4 on white background.



Black color preview on #A9EAA4 background

This text has black color on #A9EAA4 background.


White color preview on #A9EAA4 background

This text has white color on #A9EAA4 background.