COLOR #A9D5A1

HEX: #A9D5A1
RGB: (169,213,161)

Color info

#A9D5A1 contains red, green and blue colors in about the same proportion. Web safe color of #A9D5A1 is #99CC99 (or #9C9).

RGB color model

#A9D5A1 color RGB value is (169,213,161).

  • red value is 169;
  • green value is 213;
  • blue value is 161.
RGB:
(169,213,161)
(66%,84%,63%)

RGB channels and saturation

R 169 of 255 = 66%
G 213 of 255 = 84%
B 161 of 255 = 63%

169
213
161

R + G + B ~ 71%. #A9D5A1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 213 + 161 = 543 (100%)
R 169 of 543 ~ 31.12%
G 213 of 543 ~ 39.23%
B 161 of 543 ~ 29.65%

%31.12
%39.23
%29.65

CMYK color model

#A9D5A1 color CMYK value is (21,0,24,16).

  • cyan value is 20.66%
  • magenta value is 0.00%
  • yellow value is 24.41%
  • key color value is 16.47%
CMYK:
(21,0,24,16)
C21M0Y24K16 
(21%,0%,24%,16%)
(0.21/0.00/0.24/0.16)	

CMYK percentages

%20.66
%0
%24.41
%16.47

Codes

Color #A9D5A1 in popluar color models

A9D5A1
RGB169213161
HSL111°38.24%73.33%
HSB/HSV111°24.41%83.53%
CMYK20.66%0.00%24.41%
16.47%

Color #A9D5A1 in popluar number systems.

HEXA9D5A1
Decimal169213161
Binary101010011101010110100001
Octal251325241

Shades and tints

Shades of #A9D5A1

#A9D5A1
(169,213,161)
#9AC293
(154,194,147)
#8BAF85
(139,175,133)
#7C9C77
(124,156,119)
#6D8969
(109,137,105)
#5E765B
(94,118,91)
#4F634D
(79,99,77)
#40503F
(64,80,63)
#313D31
(49,61,49)
#222A23
(34,42,35)
#131715
(19,23,21)
#000000
(0,0,0)

Tints of #A9D5A1

#A9D5A1
(169,213,161)
#B0D8A9
(176,216,169)
#B7DBB1
(183,219,177)
#BEDEB9
(190,222,185)
#C5E1C1
(197,225,193)
#CCE4C9
(204,228,201)
#D3E7D1
(211,231,209)
#DAEAD9
(218,234,217)
#E1EDE1
(225,237,225)
#E8F0E9
(232,240,233)
#EFF3F1
(239,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9D5A1 color. Also use rgb(169,213,161) instead hex code.

Text Font Color

.myTextColor { color: #A9D5A1; }

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

This text font color is #A9D5A1.


Background Color

.myBgColor { background-color: #A9D5A1; }

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

This div background color is #A9D5A1.


Border color

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

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

This div border color is #A9D5A1.


Opacity

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

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

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

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

This text has shadow with #A9D5A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9D5A1 on black background.


Color preview on white background

This text has color #A9D5A1 on white background.



Black color preview on #A9D5A1 background

This text has black color on #A9D5A1 background.


White color preview on #A9D5A1 background

This text has white color on #A9D5A1 background.