COLOR #A8C382

HEX: #A8C382 RGB: (168,195,130)

Color info

#A8C382 contains mainly red and green colors. Web safe color of #A8C382 is #99CC99 (or #9C9).

RGB color model

#A8C382 color RGB value is (168,195,130).

RGB: (168,195,130) (66%, 76%, 51%)

RGB channels and saturation

R 168 of 255 = 66%
G 195 of 255 = 76%
B 130 of 255 = 51%

168
195
130

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

Portions of RGB colors in percentages

R + G + B = 168 + 195 + 130 = 493 (100%)
R 168 of 493 ~ 34.08%
G 195 of 493 ~ 39.55%
B 130 of 493 ~ 26.37'%

%34.08
%39.55
%26.37

CMYK color model

#A8C382 color CMYK value is (14,0,33,24).

  • cyan value is 13.85%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 23.53%

CMYK: (14,0,33,24)
C14M0Y33K24 (14%, 0%, 33%, 24%)
(0.14 / 0.00 / 0.33 / 0.24)

CMYK percentages

%13.85
%0
%33.33
%23.53

Codes

Color #A8C382 in popluar color models

A8 C3 82
RGB 168 195 130
HSL 85° 35.14% 63.73%
HSB/HSV 85° 33.33% 76.47%
CMYK 13.85% 0.00% 33.33%
23.53%

Color #A8C382 in popluar number systems.

HEX A8 C3 82
Decimal 168 195 130
Binary 10101000 11000011 10000010
Octal 250 303 202

Shades and tints

Shades of #A8C382

#A8C382
(168,195,130)
#99B277
(153,178,119)
#8AA16C
(138,161,108)
#7B9061
(123,144,97)
#6C7F56
(108,127,86)
#5D6E4B
(93,110,75)
#4E5D40
(78,93,64)
#3F4C35
(63,76,53)
#303B2A
(48,59,42)
#212A1F
(33,42,31)
#121914
(18,25,20)
#000000
(0,0,0)

Tints of #A8C382

#A8C382
(168,195,130)
#AFC88D
(175,200,141)
#B6CD98
(182,205,152)
#BDD2A3
(189,210,163)
#C4D7AE
(196,215,174)
#CBDCB9
(203,220,185)
#D2E1C4
(210,225,196)
#D9E6CF
(217,230,207)
#E0EBDA
(224,235,218)
#E7F0E5
(231,240,229)
#EEF5F0
(238,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8C382 color. Also use rgb(168,195,130) instead hex code.

Text Font Color

.myTextColor { color: #A8C382; }

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

This text font color is #A8C382.

Background Color

.myBgColor { background-color: #A8C382; }

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

This div background color is #A8C382.

Border color

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

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

This div border color is #A8C382.

Opacity

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

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

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

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

This text has shadow with #A8C382 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8C382.

Preview

Color preview on black background

This text has color #A8C382 on black background.


Color preview on white background

This text has color #A8C382 on white background.


Black color preview on #A8C382 background

This text has black color on #A8C382 background.


White color preview on #A8C382 background

This text has white color on #A8C382 background.


Related colors

Complementary color

Complementary color for #hex is #573C7D.


I love getcolorcode.com

Triadic colors

1 #82A8C3 and #C382A8 with #A8C382 are triadic colors.

2 #82C3A8 and #C3A882 with #A8C382 are triadic colors.