COLOR #A4C596

HEX: #A4C596
RGB: (164,197,150)

Color info

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

RGB color model

#A4C596 color RGB value is (164,197,150).

  • red value is 164;
  • green value is 197;
  • blue value is 150.
RGB:
(164,197,150)
(64%,77%,59%)

RGB channels and saturation

R 164 of 255 = 64%
G 197 of 255 = 77%
B 150 of 255 = 59%

164
197
150

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

Portions of RGB colors in percentages

R + G + B =
164 + 197 + 150 = 511 (100%)
R 164 of 511 ~ 32.09%
G 197 of 511 ~ 38.55%
B 150 of 511 ~ 29.35%

%32.09
%38.55
%29.35

CMYK color model

#A4C596 color CMYK value is (17,0,24,23).

  • cyan value is 16.75%
  • magenta value is 0.00%
  • yellow value is 23.86%
  • key color value is 22.75%
CMYK:
(17,0,24,23)
C17M0Y24K23 
(17%,0%,24%,23%)
(0.17/0.00/0.24/0.23)	

CMYK percentages

%16.75
%0
%23.86
%22.75

Codes

Color #A4C596 in popluar color models

A4C596
RGB164197150
HSL102°28.83%68.04%
HSB/HSV102°23.86%77.25%
CMYK16.75%0.00%23.86%
22.75%

Color #A4C596 in popluar number systems.

HEXA4C596
Decimal164197150
Binary101001001100010110010110
Octal244305226

Shades and tints

Shades of #A4C596

#A4C596
(164,197,150)
#96B489
(150,180,137)
#88A37C
(136,163,124)
#7A926F
(122,146,111)
#6C8162
(108,129,98)
#5E7055
(94,112,85)
#505F48
(80,95,72)
#424E3B
(66,78,59)
#343D2E
(52,61,46)
#262C21
(38,44,33)
#181B14
(24,27,20)
#000000
(0,0,0)

Tints of #A4C596

#A4C596
(164,197,150)
#ACCA9F
(172,202,159)
#B4CFA8
(180,207,168)
#BCD4B1
(188,212,177)
#C4D9BA
(196,217,186)
#CCDEC3
(204,222,195)
#D4E3CC
(212,227,204)
#DCE8D5
(220,232,213)
#E4EDDE
(228,237,222)
#ECF2E7
(236,242,231)
#F4F7F0
(244,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4C596 color. Also use rgb(164,197,150) instead hex code.

Text Font Color

.myTextColor { color: #A4C596; }

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

This text font color is #A4C596.


Background Color

.myBgColor { background-color: #A4C596; }

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

This div background color is #A4C596.


Border color

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

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

This div border color is #A4C596.


Opacity

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

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

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

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

This text has shadow with #A4C596 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4C596 on black background.


Color preview on white background

This text has color #A4C596 on white background.



Black color preview on #A4C596 background

This text has black color on #A4C596 background.


White color preview on #A4C596 background

This text has white color on #A4C596 background.