COLOR #A9C58E

HEX: #A9C58E RGB: (169,197,142)

Color info

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

RGB color model

#A9C58E color RGB value is (169,197,142).

RGB: (169,197,142) (66%, 77%, 56%)

RGB channels and saturation

R 169 of 255 = 66%
G 197 of 255 = 77%
B 142 of 255 = 56%

169
197
142

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

Portions of RGB colors in percentages

R + G + B = 169 + 197 + 142 = 508 (100%)
R 169 of 508 ~ 33.27%
G 197 of 508 ~ 38.78%
B 142 of 508 ~ 27.95'%

%33.27
%38.78
%27.95

CMYK color model

#A9C58E color CMYK value is (14,0,28,23).

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

CMYK: (14,0,28,23)
C14M0Y28K23 (14%, 0%, 28%, 23%)
(0.14 / 0.00 / 0.28 / 0.23)

CMYK percentages

%14.21
%0
%27.92
%22.75

Codes

Color #A9C58E in popluar color models

A9 C5 8E
RGB 169 197 142
HSL 91° 32.16% 66.47%
HSB/HSV 91° 27.92% 77.25%
CMYK 14.21% 0.00% 27.92%
22.75%

Color #A9C58E in popluar number systems.

HEX A9 C5 8E
Decimal 169 197 142
Binary 10101001 11000101 10001110
Octal 251 305 216

Shades and tints

Shades of #A9C58E

#A9C58E
(169,197,142)
#9AB482
(154,180,130)
#8BA376
(139,163,118)
#7C926A
(124,146,106)
#6D815E
(109,129,94)
#5E7052
(94,112,82)
#4F5F46
(79,95,70)
#404E3A
(64,78,58)
#313D2E
(49,61,46)
#222C22
(34,44,34)
#131B16
(19,27,22)
#000000
(0,0,0)

Tints of #A9C58E

#A9C58E
(169,197,142)
#B0CA98
(176,202,152)
#B7CFA2
(183,207,162)
#BED4AC
(190,212,172)
#C5D9B6
(197,217,182)
#CCDEC0
(204,222,192)
#D3E3CA
(211,227,202)
#DAE8D4
(218,232,212)
#E1EDDE
(225,237,222)
#E8F2E8
(232,242,232)
#EFF7F2
(239,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9C58E; }

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

This text font color is #A9C58E.

Background Color

.myBgColor { background-color: #A9C58E; }

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

This div background color is #A9C58E.

Border color

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

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

This div border color is #A9C58E.

Opacity

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

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

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

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

This text has shadow with #A9C58E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9C58E.

Preview

Color preview on black background

This text has color #A9C58E on black background.


Color preview on white background

This text has color #A9C58E on white background.


Black color preview on #A9C58E background

This text has black color on #A9C58E background.


White color preview on #A9C58E background

This text has white color on #A9C58E background.


Related colors

Complementary color

Complementary color for #hex is #563A71.


I love getcolorcode.com

Triadic colors

1 #8EA9C5 and #C58EA9 with #A9C58E are triadic colors.

2 #8EC5A9 and #C5A98E with #A9C58E are triadic colors.