COLOR #A8C480

HEX: #A8C480
RGB: (168,196,128)

Color info

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

RGB color model

#A8C480 color RGB value is (168,196,128).

  • red value is 168;
  • green value is 196;
  • blue value is 128.
RGB:
(168,196,128)
(66%,77%,50%)

RGB channels and saturation

R 168 of 255 = 66%
G 196 of 255 = 77%
B 128 of 255 = 50%

168
196
128

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

Portions of RGB colors in percentages

R + G + B =
168 + 196 + 128 = 492 (100%)
R 168 of 492 ~ 34.15%
G 196 of 492 ~ 39.84%
B 128 of 492 ~ 26.02%

%34.15
%39.84
%26.02

CMYK color model

#A8C480 color CMYK value is (14,0,35,23).

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 34.69%
  • key color value is 23.14%
CMYK:
(14,0,35,23)
C14M0Y35K23 
(14%,0%,35%,23%)
(0.14/0.00/0.35/0.23)	

CMYK percentages

%14.29
%0
%34.69
%23.14

Codes

Color #A8C480 in popluar color models

A8C480
RGB168196128
HSL85°36.56%63.53%
HSB/HSV85°34.69%76.86%
CMYK14.29%0.00%34.69%
23.14%

Color #A8C480 in popluar number systems.

HEXA8C480
Decimal168196128
Binary101010001100010010000000
Octal250304200

Shades and tints

Shades of #A8C480

#A8C480
(168,196,128)
#99B375
(153,179,117)
#8AA26A
(138,162,106)
#7B915F
(123,145,95)
#6C8054
(108,128,84)
#5D6F49
(93,111,73)
#4E5E3E
(78,94,62)
#3F4D33
(63,77,51)
#303C28
(48,60,40)
#212B1D
(33,43,29)
#121A12
(18,26,18)
#000000
(0,0,0)

Tints of #A8C480

#A8C480
(168,196,128)
#AFC98B
(175,201,139)
#B6CE96
(182,206,150)
#BDD3A1
(189,211,161)
#C4D8AC
(196,216,172)
#CBDDB7
(203,221,183)
#D2E2C2
(210,226,194)
#D9E7CD
(217,231,205)
#E0ECD8
(224,236,216)
#E7F1E3
(231,241,227)
#EEF6EE
(238,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8C480; }

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

This text font color is #A8C480.


Background Color

.myBgColor { background-color: #A8C480; }

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

This div background color is #A8C480.


Border color

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

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

This div border color is #A8C480.


Opacity

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

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

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

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

This text has shadow with #A8C480 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8C480 on black background.


Color preview on white background

This text has color #A8C480 on white background.



Black color preview on #A8C480 background

This text has black color on #A8C480 background.


White color preview on #A8C480 background

This text has white color on #A8C480 background.