COLOR #A4C18C

HEX: #A4C18C RGB: (164,193,140)

Color info

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

RGB color model

#A4C18C color RGB value is (164,193,140).

RGB: (164,193,140) (64%, 76%, 55%)

RGB channels and saturation

R 164 of 255 = 64%
G 193 of 255 = 76%
B 140 of 255 = 55%

164
193
140

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

Portions of RGB colors in percentages

R + G + B = 164 + 193 + 140 = 497 (100%)
R 164 of 497 ~ 33%
G 193 of 497 ~ 38.83%
B 140 of 497 ~ 28.17'%

%33
%38.83
%28.17

CMYK color model

#A4C18C color CMYK value is (15,0,27,24).

  • cyan value is 15.03%
  • magenta value is 0.00%
  • yellow value is 27.46%
  • key color value is 24.31%

CMYK: (15,0,27,24)
C15M0Y27K24 (15%, 0%, 27%, 24%)
(0.15 / 0.00 / 0.27 / 0.24)

CMYK percentages

%15.03
%0
%27.46
%24.31

Codes

Color #A4C18C in popluar color models

A4 C1 8C
RGB 164 193 140
HSL 93° 29.94% 65.29%
HSB/HSV 93° 27.46% 75.69%
CMYK 15.03% 0.00% 27.46%
24.31%

Color #A4C18C in popluar number systems.

HEX A4 C1 8C
Decimal 164 193 140
Binary 10100100 11000001 10001100
Octal 244 301 214

Shades and tints

Shades of #A4C18C

#A4C18C
(164,193,140)
#96B080
(150,176,128)
#889F74
(136,159,116)
#7A8E68
(122,142,104)
#6C7D5C
(108,125,92)
#5E6C50
(94,108,80)
#505B44
(80,91,68)
#424A38
(66,74,56)
#34392C
(52,57,44)
#262820
(38,40,32)
#181714
(24,23,20)
#000000
(0,0,0)

Tints of #A4C18C

#A4C18C
(164,193,140)
#ACC696
(172,198,150)
#B4CBA0
(180,203,160)
#BCD0AA
(188,208,170)
#C4D5B4
(196,213,180)
#CCDABE
(204,218,190)
#D4DFC8
(212,223,200)
#DCE4D2
(220,228,210)
#E4E9DC
(228,233,220)
#ECEEE6
(236,238,230)
#F4F3F0
(244,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4C18C color. Also use rgb(164,193,140) instead hex code.

Text Font Color

.myTextColor { color: #A4C18C; }

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

This text font color is #A4C18C.

Background Color

.myBgColor { background-color: #A4C18C; }

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

This div background color is #A4C18C.

Border color

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

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

This div border color is #A4C18C.

Opacity

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

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

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

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

This text has shadow with #A4C18C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4C18C.

Preview

Color preview on black background

This text has color #A4C18C on black background.


Color preview on white background

This text has color #A4C18C on white background.


Black color preview on #A4C18C background

This text has black color on #A4C18C background.


White color preview on #A4C18C background

This text has white color on #A4C18C background.


Related colors

Complementary color

Complementary color for #hex is #5B3E73.


I love getcolorcode.com

Triadic colors

1 #8CA4C1 and #C18CA4 with #A4C18C are triadic colors.

2 #8CC1A4 and #C1A48C with #A4C18C are triadic colors.