COLOR #A8C979

HEX: #A8C979
RGB: (168,201,121)

Color info

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

RGB color model

#A8C979 color RGB value is (168,201,121).

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

RGB channels and saturation

R 168 of 255 = 66%
G 201 of 255 = 79%
B 121 of 255 = 47%

168
201
121

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

Portions of RGB colors in percentages

R + G + B =
168 + 201 + 121 = 490 (100%)
R 168 of 490 ~ 34.29%
G 201 of 490 ~ 41.02%
B 121 of 490 ~ 24.69%

%34.29
%41.02
%24.69

CMYK color model

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

  • cyan value is 16.42%
  • magenta value is 0.00%
  • yellow value is 39.80%
  • 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

%16.42
%0
%39.8
%21.18

Codes

Color #A8C979 in popluar color models

A8C979
RGB168201121
HSL85°42.55%63.14%
HSB/HSV85°39.80%78.82%
CMYK16.42%0.00%39.80%
21.18%

Color #A8C979 in popluar number systems.

HEXA8C979
Decimal168201121
Binary10101000110010011111001
Octal250311171

Shades and tints

Shades of #A8C979

#A8C979
(168,201,121)
#99B76E
(153,183,110)
#8AA563
(138,165,99)
#7B9358
(123,147,88)
#6C814D
(108,129,77)
#5D6F42
(93,111,66)
#4E5D37
(78,93,55)
#3F4B2C
(63,75,44)
#303921
(48,57,33)
#212716
(33,39,22)
#12150B
(18,21,11)
#000000
(0,0,0)

Tints of #A8C979

#A8C979
(168,201,121)
#AFCD85
(175,205,133)
#B6D191
(182,209,145)
#BDD59D
(189,213,157)
#C4D9A9
(196,217,169)
#CBDDB5
(203,221,181)
#D2E1C1
(210,225,193)
#D9E5CD
(217,229,205)
#E0E9D9
(224,233,217)
#E7EDE5
(231,237,229)
#EEF1F1
(238,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8C979; }

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

This text font color is #A8C979.


Background Color

.myBgColor { background-color: #A8C979; }

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

This div background color is #A8C979.


Border color

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

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

This div border color is #A8C979.


Opacity

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

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

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

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

This text has shadow with #A8C979 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A8C979 on black background.


Color preview on white background

This text has color #A8C979 on white background.



Black color preview on #A8C979 background

This text has black color on #A8C979 background.


White color preview on #A8C979 background

This text has white color on #A8C979 background.