COLOR #A9C978

HEX: #A9C978
RGB: (169,201,120)

Color info

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

RGB color model

#A9C978 color RGB value is (169,201,120).

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

RGB channels and saturation

R 169 of 255 = 66%
G 201 of 255 = 79%
B 120 of 255 = 47%

169
201
120

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

Portions of RGB colors in percentages

R + G + B =
169 + 201 + 120 = 490 (100%)
R 169 of 490 ~ 34.49%
G 201 of 490 ~ 41.02%
B 120 of 490 ~ 24.49%

%34.49
%41.02
%24.49

CMYK color model

#A9C978 color CMYK value is (16,0,40,21).

  • cyan value is 15.92%
  • magenta value is 0.00%
  • yellow value is 40.30%
  • key color value is 21.18%
CMYK:
(16,0,40,21)
C16M0Y40K21 
(16%,0%,40%,21%)
(0.16/0.00/0.40/0.21)	

CMYK percentages

%15.92
%0
%40.3
%21.18

Codes

Color #A9C978 in popluar color models

A9C978
RGB169201120
HSL84°42.86%62.94%
HSB/HSV84°40.30%78.82%
CMYK15.92%0.00%40.30%
21.18%

Color #A9C978 in popluar number systems.

HEXA9C978
Decimal169201120
Binary10101001110010011111000
Octal251311170

Shades and tints

Shades of #A9C978

#A9C978
(169,201,120)
#9AB76E
(154,183,110)
#8BA564
(139,165,100)
#7C935A
(124,147,90)
#6D8150
(109,129,80)
#5E6F46
(94,111,70)
#4F5D3C
(79,93,60)
#404B32
(64,75,50)
#313928
(49,57,40)
#22271E
(34,39,30)
#131514
(19,21,20)
#000000
(0,0,0)

Tints of #A9C978

#A9C978
(169,201,120)
#B0CD84
(176,205,132)
#B7D190
(183,209,144)
#BED59C
(190,213,156)
#C5D9A8
(197,217,168)
#CCDDB4
(204,221,180)
#D3E1C0
(211,225,192)
#DAE5CC
(218,229,204)
#E1E9D8
(225,233,216)
#E8EDE4
(232,237,228)
#EFF1F0
(239,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9C978; }

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

This text font color is #A9C978.


Background Color

.myBgColor { background-color: #A9C978; }

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

This div background color is #A9C978.


Border color

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

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

This div border color is #A9C978.


Opacity

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

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

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

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

This text has shadow with #A9C978 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9C978 on black background.


Color preview on white background

This text has color #A9C978 on white background.



Black color preview on #A9C978 background

This text has black color on #A9C978 background.


White color preview on #A9C978 background

This text has white color on #A9C978 background.