COLOR #A4C981

HEX: #A4C981 RGB: (164,201,129)

Color info

#A4C981 contains mainly red and green colors. Web safe color of #A4C981 is #99CC99 (or #9C9).

RGB color model

#A4C981 color RGB value is (164,201,129).

RGB: (164,201,129) (64%, 79%, 51%)

RGB channels and saturation

R 164 of 255 = 64%
G 201 of 255 = 79%
B 129 of 255 = 51%

164
201
129

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

Portions of RGB colors in percentages

R + G + B = 164 + 201 + 129 = 494 (100%)
R 164 of 494 ~ 33.2%
G 201 of 494 ~ 40.69%
B 129 of 494 ~ 26.11'%

%33.2
%40.69
%26.11

CMYK color model

#A4C981 color CMYK value is (18,0,36,21).

  • cyan value is 18.41%
  • magenta value is 0.00%
  • yellow value is 35.82%
  • key color value is 21.18%

CMYK: (18,0,36,21)
C18M0Y36K21 (18%, 0%, 36%, 21%)
(0.18 / 0.00 / 0.36 / 0.21)

CMYK percentages

%18.41
%0
%35.82
%21.18

Codes

Color #A4C981 in popluar color models

A4 C9 81
RGB 164 201 129
HSL 91° 40.00% 64.71%
HSB/HSV 91° 35.82% 78.82%
CMYK 18.41% 0.00% 35.82%
21.18%

Color #A4C981 in popluar number systems.

HEX A4 C9 81
Decimal 164 201 129
Binary 10100100 11001001 10000001
Octal 244 311 201

Shades and tints

Shades of #A4C981

#A4C981
(164,201,129)
#96B776
(150,183,118)
#88A56B
(136,165,107)
#7A9360
(122,147,96)
#6C8155
(108,129,85)
#5E6F4A
(94,111,74)
#505D3F
(80,93,63)
#424B34
(66,75,52)
#343929
(52,57,41)
#26271E
(38,39,30)
#181513
(24,21,19)
#000000
(0,0,0)

Tints of #A4C981

#A4C981
(164,201,129)
#ACCD8C
(172,205,140)
#B4D197
(180,209,151)
#BCD5A2
(188,213,162)
#C4D9AD
(196,217,173)
#CCDDB8
(204,221,184)
#D4E1C3
(212,225,195)
#DCE5CE
(220,229,206)
#E4E9D9
(228,233,217)
#ECEDE4
(236,237,228)
#F4F1EF
(244,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4C981; }

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

This text font color is #A4C981.

Background Color

.myBgColor { background-color: #A4C981; }

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

This div background color is #A4C981.

Border color

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

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

This div border color is #A4C981.

Opacity

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

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

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

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

This text has shadow with #A4C981 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4C981.

Preview

Color preview on black background

This text has color #A4C981 on black background.


Color preview on white background

This text has color #A4C981 on white background.


Black color preview on #A4C981 background

This text has black color on #A4C981 background.


White color preview on #A4C981 background

This text has white color on #A4C981 background.


Related colors

Complementary color

Complementary color for #hex is #5B367E.


I love getcolorcode.com

Triadic colors

1 #81A4C9 and #C981A4 with #A4C981 are triadic colors.

2 #81C9A4 and #C9A481 with #A4C981 are triadic colors.