COLOR #A4CD9A

HEX: #A4CD9A RGB: (164,205,154)

Color info

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

RGB color model

#A4CD9A color RGB value is (164,205,154).

RGB: (164,205,154) (64%, 80%, 60%)

RGB channels and saturation

R 164 of 255 = 64%
G 205 of 255 = 80%
B 154 of 255 = 60%

164
205
154

R + G + B ~ 68%. #A4CD9A is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 205 + 154 = 523 (100%)
R 164 of 523 ~ 31.36%
G 205 of 523 ~ 39.2%
B 154 of 523 ~ 29.45'%

%31.36
%39.2
%29.45

CMYK color model

#A4CD9A color CMYK value is (20,0,25,20).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 24.88%
  • key color value is 19.61%

CMYK: (20,0,25,20)
C20M0Y25K20 (20%, 0%, 25%, 20%)
(0.20 / 0.00 / 0.25 / 0.20)

CMYK percentages

%20
%0
%24.88
%19.61

Codes

Color #A4CD9A in popluar color models

A4 CD 9A
RGB 164 205 154
HSL 108° 33.77% 70.39%
HSB/HSV 108° 24.88% 80.39%
CMYK 20.00% 0.00% 24.88%
19.61%

Color #A4CD9A in popluar number systems.

HEX A4 CD 9A
Decimal 164 205 154
Binary 10100100 11001101 10011010
Octal 244 315 232

Shades and tints

Shades of #A4CD9A

#A4CD9A
(164,205,154)
#96BB8C
(150,187,140)
#88A97E
(136,169,126)
#7A9770
(122,151,112)
#6C8562
(108,133,98)
#5E7354
(94,115,84)
#506146
(80,97,70)
#424F38
(66,79,56)
#343D2A
(52,61,42)
#262B1C
(38,43,28)
#18190E
(24,25,14)
#000000
(0,0,0)

Tints of #A4CD9A

#A4CD9A
(164,205,154)
#ACD1A3
(172,209,163)
#B4D5AC
(180,213,172)
#BCD9B5
(188,217,181)
#C4DDBE
(196,221,190)
#CCE1C7
(204,225,199)
#D4E5D0
(212,229,208)
#DCE9D9
(220,233,217)
#E4EDE2
(228,237,226)
#ECF1EB
(236,241,235)
#F4F5F4
(244,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4CD9A color. Also use rgb(164,205,154) instead hex code.

Text Font Color

.myTextColor { color: #A4CD9A; }

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

This text font color is #A4CD9A.

Background Color

.myBgColor { background-color: #A4CD9A; }

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

This div background color is #A4CD9A.

Border color

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

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

This div border color is #A4CD9A.

Opacity

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

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

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

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

This text has shadow with #A4CD9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4CD9A.

Preview

Color preview on black background

This text has color #A4CD9A on black background.


Color preview on white background

This text has color #A4CD9A on white background.


Black color preview on #A4CD9A background

This text has black color on #A4CD9A background.


White color preview on #A4CD9A background

This text has white color on #A4CD9A background.


Related colors

Complementary color

Complementary color for #hex is #5B3265.


I love getcolorcode.com

Triadic colors

1 #9AA4CD and #CD9AA4 with #A4CD9A are triadic colors.

2 #9ACDA4 and #CDA49A with #A4CD9A are triadic colors.