COLOR #A4C599

HEX: #A4C599
RGB: (164,197,153)

Color info

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

RGB color model

#A4C599 color RGB value is (164,197,153).

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

RGB channels and saturation

R 164 of 255 = 64%
G 197 of 255 = 77%
B 153 of 255 = 60%

164
197
153

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

Portions of RGB colors in percentages

R + G + B =
164 + 197 + 153 = 514 (100%)
R 164 of 514 ~ 31.91%
G 197 of 514 ~ 38.33%
B 153 of 514 ~ 29.77%

%31.91
%38.33
%29.77

CMYK color model

#A4C599 color CMYK value is (17,0,22,23).

  • cyan value is 16.75%
  • magenta value is 0.00%
  • yellow value is 22.34%
  • key color value is 22.75%
CMYK:
(17,0,22,23)
C17M0Y22K23 
(17%,0%,22%,23%)
(0.17/0.00/0.22/0.23)	

CMYK percentages

%16.75
%0
%22.34
%22.75

Codes

Color #A4C599 in popluar color models

A4C599
RGB164197153
HSL105°27.50%68.63%
HSB/HSV105°22.34%77.25%
CMYK16.75%0.00%22.34%
22.75%

Color #A4C599 in popluar number systems.

HEXA4C599
Decimal164197153
Binary101001001100010110011001
Octal244305231

Shades and tints

Shades of #A4C599

#A4C599
(164,197,153)
#96B48C
(150,180,140)
#88A37F
(136,163,127)
#7A9272
(122,146,114)
#6C8165
(108,129,101)
#5E7058
(94,112,88)
#505F4B
(80,95,75)
#424E3E
(66,78,62)
#343D31
(52,61,49)
#262C24
(38,44,36)
#181B17
(24,27,23)
#000000
(0,0,0)

Tints of #A4C599

#A4C599
(164,197,153)
#ACCAA2
(172,202,162)
#B4CFAB
(180,207,171)
#BCD4B4
(188,212,180)
#C4D9BD
(196,217,189)
#CCDEC6
(204,222,198)
#D4E3CF
(212,227,207)
#DCE8D8
(220,232,216)
#E4EDE1
(228,237,225)
#ECF2EA
(236,242,234)
#F4F7F3
(244,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4C599; }

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

This text font color is #A4C599.


Background Color

.myBgColor { background-color: #A4C599; }

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

This div background color is #A4C599.


Border color

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

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

This div border color is #A4C599.


Opacity

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

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

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

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

This text has shadow with #A4C599 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4C599 on black background.


Color preview on white background

This text has color #A4C599 on white background.



Black color preview on #A4C599 background

This text has black color on #A4C599 background.


White color preview on #A4C599 background

This text has white color on #A4C599 background.