COLOR #A9C58C

HEX: #A9C58C RGB: (169,197,140)

Color info

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

RGB color model

#A9C58C color RGB value is (169,197,140).

RGB: (169,197,140) (66%, 77%, 55%)

RGB channels and saturation

R 169 of 255 = 66%
G 197 of 255 = 77%
B 140 of 255 = 55%

169
197
140

R + G + B ~ 66%. #A9C58C is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 197 + 140 = 506 (100%)
R 169 of 506 ~ 33.4%
G 197 of 506 ~ 38.93%
B 140 of 506 ~ 27.67'%

%33.4
%38.93
%27.67

CMYK color model

#A9C58C color CMYK value is (14,0,29,23).

  • cyan value is 14.21%
  • magenta value is 0.00%
  • yellow value is 28.93%
  • key color value is 22.75%

CMYK: (14,0,29,23)
C14M0Y29K23 (14%, 0%, 29%, 23%)
(0.14 / 0.00 / 0.29 / 0.23)

CMYK percentages

%14.21
%0
%28.93
%22.75

Codes

Color #A9C58C in popluar color models

A9 C5 8C
RGB 169 197 140
HSL 89° 32.95% 66.08%
HSB/HSV 89° 28.93% 77.25%
CMYK 14.21% 0.00% 28.93%
22.75%

Color #A9C58C in popluar number systems.

HEX A9 C5 8C
Decimal 169 197 140
Binary 10101001 11000101 10001100
Octal 251 305 214

Shades and tints

Shades of #A9C58C

#A9C58C
(169,197,140)
#9AB480
(154,180,128)
#8BA374
(139,163,116)
#7C9268
(124,146,104)
#6D815C
(109,129,92)
#5E7050
(94,112,80)
#4F5F44
(79,95,68)
#404E38
(64,78,56)
#313D2C
(49,61,44)
#222C20
(34,44,32)
#131B14
(19,27,20)
#000000
(0,0,0)

Tints of #A9C58C

#A9C58C
(169,197,140)
#B0CA96
(176,202,150)
#B7CFA0
(183,207,160)
#BED4AA
(190,212,170)
#C5D9B4
(197,217,180)
#CCDEBE
(204,222,190)
#D3E3C8
(211,227,200)
#DAE8D2
(218,232,210)
#E1EDDC
(225,237,220)
#E8F2E6
(232,242,230)
#EFF7F0
(239,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9C58C color. Also use rgb(169,197,140) instead hex code.

Text Font Color

.myTextColor { color: #A9C58C; }

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

This text font color is #A9C58C.

Background Color

.myBgColor { background-color: #A9C58C; }

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

This div background color is #A9C58C.

Border color

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

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

This div border color is #A9C58C.

Opacity

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

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

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

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

This text has shadow with #A9C58C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9C58C.

Preview

Color preview on black background

This text has color #A9C58C on black background.


Color preview on white background

This text has color #A9C58C on white background.


Black color preview on #A9C58C background

This text has black color on #A9C58C background.


White color preview on #A9C58C background

This text has white color on #A9C58C background.


Related colors

Complementary color

Complementary color for #hex is #563A73.


I love getcolorcode.com

Triadic colors

1 #8CA9C5 and #C58CA9 with #A9C58C are triadic colors.

2 #8CC5A9 and #C5A98C with #A9C58C are triadic colors.