COLOR #A4C481

HEX: #A4C481
RGB: (164,196,129)

Color info

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

RGB color model

#A4C481 color RGB value is (164,196,129).

  • red value is 164;
  • green value is 196;
  • blue value is 129.
RGB:
(164,196,129)
(64%,77%,51%)

RGB channels and saturation

R 164 of 255 = 64%
G 196 of 255 = 77%
B 129 of 255 = 51%

164
196
129

R + G + B ~ 64%. #A4C481 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 196 + 129 = 489 (100%)
R 164 of 489 ~ 33.54%
G 196 of 489 ~ 40.08%
B 129 of 489 ~ 26.38%

%33.54
%40.08
%26.38

CMYK color model

#A4C481 color CMYK value is (16,0,34,23).

  • cyan value is 16.33%
  • magenta value is 0.00%
  • yellow value is 34.18%
  • key color value is 23.14%
CMYK:
(16,0,34,23)
C16M0Y34K23 
(16%,0%,34%,23%)
(0.16/0.00/0.34/0.23)	

CMYK percentages

%16.33
%0
%34.18
%23.14

Codes

Color #A4C481 in popluar color models

A4C481
RGB164196129
HSL89°36.22%63.73%
HSB/HSV89°34.18%76.86%
CMYK16.33%0.00%34.18%
23.14%

Color #A4C481 in popluar number systems.

HEXA4C481
Decimal164196129
Binary101001001100010010000001
Octal244304201

Shades and tints

Shades of #A4C481

#A4C481
(164,196,129)
#96B376
(150,179,118)
#88A26B
(136,162,107)
#7A9160
(122,145,96)
#6C8055
(108,128,85)
#5E6F4A
(94,111,74)
#505E3F
(80,94,63)
#424D34
(66,77,52)
#343C29
(52,60,41)
#262B1E
(38,43,30)
#181A13
(24,26,19)
#000000
(0,0,0)

Tints of #A4C481

#A4C481
(164,196,129)
#ACC98C
(172,201,140)
#B4CE97
(180,206,151)
#BCD3A2
(188,211,162)
#C4D8AD
(196,216,173)
#CCDDB8
(204,221,184)
#D4E2C3
(212,226,195)
#DCE7CE
(220,231,206)
#E4ECD9
(228,236,217)
#ECF1E4
(236,241,228)
#F4F6EF
(244,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4C481; }

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

This text font color is #A4C481.


Background Color

.myBgColor { background-color: #A4C481; }

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

This div background color is #A4C481.


Border color

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

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

This div border color is #A4C481.


Opacity

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

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

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

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

This text has shadow with #A4C481 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4C481 on black background.


Color preview on white background

This text has color #A4C481 on white background.



Black color preview on #A4C481 background

This text has black color on #A4C481 background.


White color preview on #A4C481 background

This text has white color on #A4C481 background.