COLOR #A9C964

HEX: #A9C964
RGB: (169,201,100)

Color info

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

RGB color model

#A9C964 color RGB value is (169,201,100).

  • red value is 169;
  • green value is 201;
  • blue value is 100.
RGB:
(169,201,100)
(66%,79%,39%)

RGB channels and saturation

R 169 of 255 = 66%
G 201 of 255 = 79%
B 100 of 255 = 39%

169
201
100

R + G + B ~ 61%. #A9C964 is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 201 + 100 = 470 (100%)
R 169 of 470 ~ 35.96%
G 201 of 470 ~ 42.77%
B 100 of 470 ~ 21.28%

%35.96
%42.77
%21.28

CMYK color model

#A9C964 color CMYK value is (16,0,50,21).

  • cyan value is 15.92%
  • magenta value is 0.00%
  • yellow value is 50.25%
  • key color value is 21.18%
CMYK:
(16,0,50,21)
C16M0Y50K21 
(16%,0%,50%,21%)
(0.16/0.00/0.50/0.21)	

CMYK percentages

%15.92
%0
%50.25
%21.18

Codes

Color #A9C964 in popluar color models

A9C964
RGB169201100
HSL79°48.33%59.02%
HSB/HSV79°50.25%78.82%
CMYK15.92%0.00%50.25%
21.18%

Color #A9C964 in popluar number systems.

HEXA9C964
Decimal169201100
Binary10101001110010011100100
Octal251311144

Shades and tints

Shades of #A9C964

#A9C964
(169,201,100)
#9AB75B
(154,183,91)
#8BA552
(139,165,82)
#7C9349
(124,147,73)
#6D8140
(109,129,64)
#5E6F37
(94,111,55)
#4F5D2E
(79,93,46)
#404B25
(64,75,37)
#31391C
(49,57,28)
#222713
(34,39,19)
#13150A
(19,21,10)
#000000
(0,0,0)

Tints of #A9C964

#A9C964
(169,201,100)
#B0CD72
(176,205,114)
#B7D180
(183,209,128)
#BED58E
(190,213,142)
#C5D99C
(197,217,156)
#CCDDAA
(204,221,170)
#D3E1B8
(211,225,184)
#DAE5C6
(218,229,198)
#E1E9D4
(225,233,212)
#E8EDE2
(232,237,226)
#EFF1F0
(239,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9C964 color. Also use rgb(169,201,100) instead hex code.

Text Font Color

.myTextColor { color: #A9C964; }

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

This text font color is #A9C964.


Background Color

.myBgColor { background-color: #A9C964; }

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

This div background color is #A9C964.


Border color

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

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

This div border color is #A9C964.


Opacity

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

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

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

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

This text has shadow with #A9C964 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9C964 on black background.


Color preview on white background

This text has color #A9C964 on white background.



Black color preview on #A9C964 background

This text has black color on #A9C964 background.


White color preview on #A9C964 background

This text has white color on #A9C964 background.