COLOR #A4C979

HEX: #A4C979
RGB: (164,201,121)

Color info

#A4C979 contains mainly red and green colors. Web safe color of #A4C979 is #99CC66 (or #9C6).

RGB color model

#A4C979 color RGB value is (164,201,121).

  • red value is 164;
  • green value is 201;
  • blue value is 121.
RGB:
(164,201,121)
(64%,79%,47%)

RGB channels and saturation

R 164 of 255 = 64%
G 201 of 255 = 79%
B 121 of 255 = 47%

164
201
121

R + G + B ~ 63%. #A4C979 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 201 + 121 = 486 (100%)
R 164 of 486 ~ 33.74%
G 201 of 486 ~ 41.36%
B 121 of 486 ~ 24.9%

%33.74
%41.36
%24.9

CMYK color model

#A4C979 color CMYK value is (18,0,40,21).

  • cyan value is 18.41%
  • magenta value is 0.00%
  • yellow value is 39.80%
  • key color value is 21.18%
CMYK:
(18,0,40,21)
C18M0Y40K21 
(18%,0%,40%,21%)
(0.18/0.00/0.40/0.21)	

CMYK percentages

%18.41
%0
%39.8
%21.18

Codes

Color #A4C979 in popluar color models

A4C979
RGB164201121
HSL88°42.55%63.14%
HSB/HSV88°39.80%78.82%
CMYK18.41%0.00%39.80%
21.18%

Color #A4C979 in popluar number systems.

HEXA4C979
Decimal164201121
Binary10100100110010011111001
Octal244311171

Shades and tints

Shades of #A4C979

#A4C979
(164,201,121)
#96B76E
(150,183,110)
#88A563
(136,165,99)
#7A9358
(122,147,88)
#6C814D
(108,129,77)
#5E6F42
(94,111,66)
#505D37
(80,93,55)
#424B2C
(66,75,44)
#343921
(52,57,33)
#262716
(38,39,22)
#18150B
(24,21,11)
#000000
(0,0,0)

Tints of #A4C979

#A4C979
(164,201,121)
#ACCD85
(172,205,133)
#B4D191
(180,209,145)
#BCD59D
(188,213,157)
#C4D9A9
(196,217,169)
#CCDDB5
(204,221,181)
#D4E1C1
(212,225,193)
#DCE5CD
(220,229,205)
#E4E9D9
(228,233,217)
#ECEDE5
(236,237,229)
#F4F1F1
(244,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4C979 color. Also use rgb(164,201,121) instead hex code.

Text Font Color

.myTextColor { color: #A4C979; }

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

This text font color is #A4C979.


Background Color

.myBgColor { background-color: #A4C979; }

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

This div background color is #A4C979.


Border color

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

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

This div border color is #A4C979.


Opacity

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

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

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

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

This text has shadow with #A4C979 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4C979 on black background.


Color preview on white background

This text has color #A4C979 on white background.



Black color preview on #A4C979 background

This text has black color on #A4C979 background.


White color preview on #A4C979 background

This text has white color on #A4C979 background.