COLOR #A9D991

HEX: #A9D991
RGB: (169,217,145)

Color info

#A9D991 contains mainly red and green colors. Web safe color of #A9D991 is #99CC99 (or #9C9).

RGB color model

#A9D991 color RGB value is (169,217,145).

  • red value is 169;
  • green value is 217;
  • blue value is 145.
RGB:
(169,217,145)
(66%,85%,57%)

RGB channels and saturation

R 169 of 255 = 66%
G 217 of 255 = 85%
B 145 of 255 = 57%

169
217
145

R + G + B ~ 69%. #A9D991 is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 217 + 145 = 531 (100%)
R 169 of 531 ~ 31.83%
G 217 of 531 ~ 40.87%
B 145 of 531 ~ 27.31%

%31.83
%40.87
%27.31

CMYK color model

#A9D991 color CMYK value is (22,0,33,15).

  • cyan value is 22.12%
  • magenta value is 0.00%
  • yellow value is 33.18%
  • key color value is 14.90%
CMYK:
(22,0,33,15)
C22M0Y33K15 
(22%,0%,33%,15%)
(0.22/0.00/0.33/0.15)	

CMYK percentages

%22.12
%0
%33.18
%14.9

Codes

Color #A9D991 in popluar color models

A9D991
RGB169217145
HSL100°48.65%70.98%
HSB/HSV100°33.18%85.10%
CMYK22.12%0.00%33.18%
14.90%

Color #A9D991 in popluar number systems.

HEXA9D991
Decimal169217145
Binary101010011101100110010001
Octal251331221

Shades and tints

Shades of #A9D991

#A9D991
(169,217,145)
#9AC684
(154,198,132)
#8BB377
(139,179,119)
#7CA06A
(124,160,106)
#6D8D5D
(109,141,93)
#5E7A50
(94,122,80)
#4F6743
(79,103,67)
#405436
(64,84,54)
#314129
(49,65,41)
#222E1C
(34,46,28)
#131B0F
(19,27,15)
#000000
(0,0,0)

Tints of #A9D991

#A9D991
(169,217,145)
#B0DC9B
(176,220,155)
#B7DFA5
(183,223,165)
#BEE2AF
(190,226,175)
#C5E5B9
(197,229,185)
#CCE8C3
(204,232,195)
#D3EBCD
(211,235,205)
#DAEED7
(218,238,215)
#E1F1E1
(225,241,225)
#E8F4EB
(232,244,235)
#EFF7F5
(239,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9D991 color. Also use rgb(169,217,145) instead hex code.

Text Font Color

.myTextColor { color: #A9D991; }

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

This text font color is #A9D991.


Background Color

.myBgColor { background-color: #A9D991; }

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

This div background color is #A9D991.


Border color

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

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

This div border color is #A9D991.


Opacity

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

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

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

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

This text has shadow with #A9D991 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9D991 on black background.


Color preview on white background

This text has color #A9D991 on white background.



Black color preview on #A9D991 background

This text has black color on #A9D991 background.


White color preview on #A9D991 background

This text has white color on #A9D991 background.