COLOR #A9CC8D

HEX: #A9CC8D RGB: (169,204,141)

Color info

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

RGB color model

#A9CC8D color RGB value is (169,204,141).

RGB: (169,204,141) (66%, 80%, 55%)

RGB channels and saturation

R 169 of 255 = 66%
G 204 of 255 = 80%
B 141 of 255 = 55%

169
204
141

R + G + B ~ 67%. #A9CC8D is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 204 + 141 = 514 (100%)
R 169 of 514 ~ 32.88%
G 204 of 514 ~ 39.69%
B 141 of 514 ~ 27.43'%

%32.88
%39.69
%27.43

CMYK color model

#A9CC8D color CMYK value is (17,0,31,20).

  • cyan value is 17.16%
  • magenta value is 0.00%
  • yellow value is 30.88%
  • key color value is 20.00%
CMYK: (17,0,31,20) C17M0Y31K20 (17%,0%,31%,20%) (0.17/0.00/0.31/0.20) 

CMYK percentages

%17.16
%0
%30.88
%20

Codes

Color #A9CC8D in popluar color models

A9 CC 8D
RGB 169 204 141
HSL 93° 38.18% 67.65%
HSB/HSV 93° 30.88% 80.00%
CMYK 17.16% 0.00% 30.88%
20.00%

Color #A9CC8D in popluar number systems.

HEX A9 CC 8D
Decimal 169 204 141
Binary 10101001 11001100 10001101
Octal 251 314 215

Shades and tints

Shades of #A9CC8D

#A9CC8D
(169,204,141)
#9ABA81
(154,186,129)
#8BA875
(139,168,117)
#7C9669
(124,150,105)
#6D845D
(109,132,93)
#5E7251
(94,114,81)
#4F6045
(79,96,69)
#404E39
(64,78,57)
#313C2D
(49,60,45)
#222A21
(34,42,33)
#131815
(19,24,21)
#000000
(0,0,0)

Tints of #A9CC8D

#A9CC8D
(169,204,141)
#B0D097
(176,208,151)
#B7D4A1
(183,212,161)
#BED8AB
(190,216,171)
#C5DCB5
(197,220,181)
#CCE0BF
(204,224,191)
#D3E4C9
(211,228,201)
#DAE8D3
(218,232,211)
#E1ECDD
(225,236,221)
#E8F0E7
(232,240,231)
#EFF4F1
(239,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9CC8D color. Also use rgb(169,204,141) instead hex code.

Text Font Color

.myTextColor { color: #A9CC8D; }

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

This text font color is #A9CC8D.

Background Color

.myBgColor { background-color: #A9CC8D; }

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

This div background color is #A9CC8D.

Border color

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

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

This div border color is #A9CC8D.

Opacity

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

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

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

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

This text has shadow with #A9CC8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9CC8D.

Preview

Color preview on black background

This text has color #A9CC8D on black background.


Color preview on white background

This text has color #A9CC8D on white background.


Black color preview on #A9CC8D background

This text has black color on #A9CC8D background.


White color preview on #A9CC8D background

This text has white color on #A9CC8D background.


Related colors

Complementary color

Complementary color for #hex is #563372.


I love getcolorcode.com

Triadic colors

1 #8DA9CC and #CC8DA9 with #A9CC8D are triadic colors.

2 #8DCCA9 and #CCA98D with #A9CC8D are triadic colors.