COLOR #A8C579

HEX: #A8C579
RGB: (168,197,121)

Color info

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

RGB color model

#A8C579 color RGB value is (168,197,121).

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

RGB channels and saturation

R 168 of 255 = 66%
G 197 of 255 = 77%
B 121 of 255 = 47%

168
197
121

R + G + B ~ 63%. #A8C579 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 197 + 121 = 486 (100%)
R 168 of 486 ~ 34.57%
G 197 of 486 ~ 40.53%
B 121 of 486 ~ 24.9%

%34.57
%40.53
%24.9

CMYK color model

#A8C579 color CMYK value is (15,0,39,23).

  • cyan value is 14.72%
  • magenta value is 0.00%
  • yellow value is 38.58%
  • key color value is 22.75%
CMYK:
(15,0,39,23)
C15M0Y39K23 
(15%,0%,39%,23%)
(0.15/0.00/0.39/0.23)	

CMYK percentages

%14.72
%0
%38.58
%22.75

Codes

Color #A8C579 in popluar color models

A8C579
RGB168197121
HSL83°39.58%62.35%
HSB/HSV83°38.58%77.25%
CMYK14.72%0.00%38.58%
22.75%

Color #A8C579 in popluar number systems.

HEXA8C579
Decimal168197121
Binary10101000110001011111001
Octal250305171

Shades and tints

Shades of #A8C579

#A8C579
(168,197,121)
#99B46E
(153,180,110)
#8AA363
(138,163,99)
#7B9258
(123,146,88)
#6C814D
(108,129,77)
#5D7042
(93,112,66)
#4E5F37
(78,95,55)
#3F4E2C
(63,78,44)
#303D21
(48,61,33)
#212C16
(33,44,22)
#121B0B
(18,27,11)
#000000
(0,0,0)

Tints of #A8C579

#A8C579
(168,197,121)
#AFCA85
(175,202,133)
#B6CF91
(182,207,145)
#BDD49D
(189,212,157)
#C4D9A9
(196,217,169)
#CBDEB5
(203,222,181)
#D2E3C1
(210,227,193)
#D9E8CD
(217,232,205)
#E0EDD9
(224,237,217)
#E7F2E5
(231,242,229)
#EEF7F1
(238,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8C579; }

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

This text font color is #A8C579.


Background Color

.myBgColor { background-color: #A8C579; }

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

This div background color is #A8C579.


Border color

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

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

This div border color is #A8C579.


Opacity

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

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

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

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

This text has shadow with #A8C579 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8C579 on black background.


Color preview on white background

This text has color #A8C579 on white background.



Black color preview on #A8C579 background

This text has black color on #A8C579 background.


White color preview on #A8C579 background

This text has white color on #A8C579 background.