COLOR #A8C471

HEX: #A8C471 RGB: (168,196,113)

Color info

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

RGB color model

#A8C471 color RGB value is (168,196,113).

RGB: (168,196,113) (66%, 77%, 44%)

RGB channels and saturation

R 168 of 255 = 66%
G 196 of 255 = 77%
B 113 of 255 = 44%

168
196
113

R + G + B ~ 62%. #A8C471 is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 196 + 113 = 477 (100%)
R 168 of 477 ~ 35.22%
G 196 of 477 ~ 41.09%
B 113 of 477 ~ 23.69'%

%35.22
%41.09
%23.69

CMYK color model

#A8C471 color CMYK value is (14,0,42,23).

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 42.35%
  • key color value is 23.14%
CMYK: (14,0,42,23) C14M0Y42K23 (14%,0%,42%,23%) (0.14/0.00/0.42/0.23) 

CMYK percentages

%14.29
%0
%42.35
%23.14

Codes

Color #A8C471 in popluar color models

A8 C4 71
RGB 168 196 113
HSL 80° 41.29% 60.59%
HSB/HSV 80° 42.35% 76.86%
CMYK 14.29% 0.00% 42.35%
23.14%

Color #A8C471 in popluar number systems.

HEX A8 C4 71
Decimal 168 196 113
Binary 10101000 11000100 1110001
Octal 250 304 161

Shades and tints

Shades of #A8C471

#A8C471
(168,196,113)
#99B367
(153,179,103)
#8AA25D
(138,162,93)
#7B9153
(123,145,83)
#6C8049
(108,128,73)
#5D6F3F
(93,111,63)
#4E5E35
(78,94,53)
#3F4D2B
(63,77,43)
#303C21
(48,60,33)
#212B17
(33,43,23)
#121A0D
(18,26,13)
#000000
(0,0,0)

Tints of #A8C471

#A8C471
(168,196,113)
#AFC97D
(175,201,125)
#B6CE89
(182,206,137)
#BDD395
(189,211,149)
#C4D8A1
(196,216,161)
#CBDDAD
(203,221,173)
#D2E2B9
(210,226,185)
#D9E7C5
(217,231,197)
#E0ECD1
(224,236,209)
#E7F1DD
(231,241,221)
#EEF6E9
(238,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8C471 color. Also use rgb(168,196,113) instead hex code.

Text Font Color

.myTextColor { color: #A8C471; }

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

This text font color is #A8C471.

Background Color

.myBgColor { background-color: #A8C471; }

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

This div background color is #A8C471.

Border color

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

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

This div border color is #A8C471.

Opacity

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

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

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

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

This text has shadow with #A8C471 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8C471.

Preview

Color preview on black background

This text has color #A8C471 on black background.


Color preview on white background

This text has color #A8C471 on white background.


Black color preview on #A8C471 background

This text has black color on #A8C471 background.


White color preview on #A8C471 background

This text has white color on #A8C471 background.


Related colors

Complementary color

Complementary color for #hex is #573B8E.


I love getcolorcode.com

Triadic colors

1 #71A8C4 and #C471A8 with #A8C471 are triadic colors.

2 #71C4A8 and #C4A871 with #A8C471 are triadic colors.