COLOR #A8C878

HEX: #A8C878
RGB: (168,200,120)

Color info

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

RGB color model

#A8C878 color RGB value is (168,200,120).

  • red value is 168;
  • green value is 200;
  • blue value is 120.
RGB:
(168,200,120)
(66%,78%,47%)

RGB channels and saturation

R 168 of 255 = 66%
G 200 of 255 = 78%
B 120 of 255 = 47%

168
200
120

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

Portions of RGB colors in percentages

R + G + B =
168 + 200 + 120 = 488 (100%)
R 168 of 488 ~ 34.43%
G 200 of 488 ~ 40.98%
B 120 of 488 ~ 24.59%

%34.43
%40.98
%24.59

CMYK color model

#A8C878 color CMYK value is (16,0,40,22).

  • cyan value is 16.00%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 21.57%
CMYK:
(16,0,40,22)
C16M0Y40K22 
(16%,0%,40%,22%)
(0.16/0.00/0.40/0.22)	

CMYK percentages

%16
%0
%40
%21.57

Codes

Color #A8C878 in popluar color models

A8C878
RGB168200120
HSL84°42.11%62.75%
HSB/HSV84°40.00%78.43%
CMYK16.00%0.00%40.00%
21.57%

Color #A8C878 in popluar number systems.

HEXA8C878
Decimal168200120
Binary10101000110010001111000
Octal250310170

Shades and tints

Shades of #A8C878

#A8C878
(168,200,120)
#99B66E
(153,182,110)
#8AA464
(138,164,100)
#7B925A
(123,146,90)
#6C8050
(108,128,80)
#5D6E46
(93,110,70)
#4E5C3C
(78,92,60)
#3F4A32
(63,74,50)
#303828
(48,56,40)
#21261E
(33,38,30)
#121414
(18,20,20)
#000000
(0,0,0)

Tints of #A8C878

#A8C878
(168,200,120)
#AFCD84
(175,205,132)
#B6D290
(182,210,144)
#BDD79C
(189,215,156)
#C4DCA8
(196,220,168)
#CBE1B4
(203,225,180)
#D2E6C0
(210,230,192)
#D9EBCC
(217,235,204)
#E0F0D8
(224,240,216)
#E7F5E4
(231,245,228)
#EEFAF0
(238,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8C878 color. Also use rgb(168,200,120) instead hex code.

Text Font Color

.myTextColor { color: #A8C878; }

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

This text font color is #A8C878.


Background Color

.myBgColor { background-color: #A8C878; }

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

This div background color is #A8C878.


Border color

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

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

This div border color is #A8C878.


Opacity

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

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

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

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

This text has shadow with #A8C878 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8C878 on black background.


Color preview on white background

This text has color #A8C878 on white background.



Black color preview on #A8C878 background

This text has black color on #A8C878 background.


White color preview on #A8C878 background

This text has white color on #A8C878 background.