COLOR #A9C980

HEX: #A9C980 RGB: (169,201,128)

Color info

#A9C980 contains mainly red and green colors. Web safe color of #A9C980 is #99CC66 (or #9C6).

RGB color model

#A9C980 color RGB value is (169,201,128).

RGB: (169,201,128) (66%, 79%, 50%)

RGB channels and saturation

R 169 of 255 = 66%
G 201 of 255 = 79%
B 128 of 255 = 50%

169
201
128

R + G + B ~ 65%. #A9C980 is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 201 + 128 = 498 (100%)
R 169 of 498 ~ 33.94%
G 201 of 498 ~ 40.36%
B 128 of 498 ~ 25.7'%

%33.94
%40.36
%25.7

CMYK color model

#A9C980 color CMYK value is (16,0,36,21).

  • cyan value is 15.92%
  • magenta value is 0.00%
  • yellow value is 36.32%
  • key color value is 21.18%

CMYK: (16,0,36,21)
C16M0Y36K21 (16%, 0%, 36%, 21%)
(0.16 / 0.00 / 0.36 / 0.21)

CMYK percentages

%15.92
%0
%36.32
%21.18

Codes

Color #A9C980 in popluar color models

A9 C9 80
RGB 169 201 128
HSL 86° 40.33% 64.51%
HSB/HSV 86° 36.32% 78.82%
CMYK 15.92% 0.00% 36.32%
21.18%

Color #A9C980 in popluar number systems.

HEX A9 C9 80
Decimal 169 201 128
Binary 10101001 11001001 10000000
Octal 251 311 200

Shades and tints

Shades of #A9C980

#A9C980
(169,201,128)
#9AB775
(154,183,117)
#8BA56A
(139,165,106)
#7C935F
(124,147,95)
#6D8154
(109,129,84)
#5E6F49
(94,111,73)
#4F5D3E
(79,93,62)
#404B33
(64,75,51)
#313928
(49,57,40)
#22271D
(34,39,29)
#131512
(19,21,18)
#000000
(0,0,0)

Tints of #A9C980

#A9C980
(169,201,128)
#B0CD8B
(176,205,139)
#B7D196
(183,209,150)
#BED5A1
(190,213,161)
#C5D9AC
(197,217,172)
#CCDDB7
(204,221,183)
#D3E1C2
(211,225,194)
#DAE5CD
(218,229,205)
#E1E9D8
(225,233,216)
#E8EDE3
(232,237,227)
#EFF1EE
(239,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9C980 color. Also use rgb(169,201,128) instead hex code.

Text Font Color

.myTextColor { color: #A9C980; }

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

This text font color is #A9C980.

Background Color

.myBgColor { background-color: #A9C980; }

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

This div background color is #A9C980.

Border color

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

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

This div border color is #A9C980.

Opacity

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

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

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

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

This text has shadow with #A9C980 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9C980.

Preview

Color preview on black background

This text has color #A9C980 on black background.


Color preview on white background

This text has color #A9C980 on white background.


Black color preview on #A9C980 background

This text has black color on #A9C980 background.


White color preview on #A9C980 background

This text has white color on #A9C980 background.


Related colors

Complementary color

Complementary color for #hex is #56367F.


I love getcolorcode.com

Triadic colors

1 #80A9C9 and #C980A9 with #A9C980 are triadic colors.

2 #80C9A9 and #C9A980 with #A9C980 are triadic colors.