COLOR #A8C078

HEX: #A8C078
RGB: (168,192,120)

Color info

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

RGB color model

#A8C078 color RGB value is (168,192,120).

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

RGB channels and saturation

R 168 of 255 = 66%
G 192 of 255 = 75%
B 120 of 255 = 47%

168
192
120

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

Portions of RGB colors in percentages

R + G + B =
168 + 192 + 120 = 480 (100%)
R 168 of 480 ~ 35%
G 192 of 480 ~ 40%
B 120 of 480 ~ 25%

%35
%40
%25

CMYK color model

#A8C078 color CMYK value is (13,0,38,25).

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 37.50%
  • key color value is 24.71%
CMYK:
(13,0,38,25)
C13M0Y38K25 
(13%,0%,38%,25%)
(0.13/0.00/0.38/0.25)	

CMYK percentages

%12.5
%0
%37.5
%24.71

Codes

Color #A8C078 in popluar color models

A8C078
RGB168192120
HSL80°36.36%61.18%
HSB/HSV80°37.50%75.29%
CMYK12.50%0.00%37.50%
24.71%

Color #A8C078 in popluar number systems.

HEXA8C078
Decimal168192120
Binary10101000110000001111000
Octal250300170

Shades and tints

Shades of #A8C078

#A8C078
(168,192,120)
#99AF6E
(153,175,110)
#8A9E64
(138,158,100)
#7B8D5A
(123,141,90)
#6C7C50
(108,124,80)
#5D6B46
(93,107,70)
#4E5A3C
(78,90,60)
#3F4932
(63,73,50)
#303828
(48,56,40)
#21271E
(33,39,30)
#121614
(18,22,20)
#000000
(0,0,0)

Tints of #A8C078

#A8C078
(168,192,120)
#AFC584
(175,197,132)
#B6CA90
(182,202,144)
#BDCF9C
(189,207,156)
#C4D4A8
(196,212,168)
#CBD9B4
(203,217,180)
#D2DEC0
(210,222,192)
#D9E3CC
(217,227,204)
#E0E8D8
(224,232,216)
#E7EDE4
(231,237,228)
#EEF2F0
(238,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8C078; }

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

This text font color is #A8C078.


Background Color

.myBgColor { background-color: #A8C078; }

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

This div background color is #A8C078.


Border color

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

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

This div border color is #A8C078.


Opacity

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

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

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

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

This text has shadow with #A8C078 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8C078 on black background.


Color preview on white background

This text has color #A8C078 on white background.



Black color preview on #A8C078 background

This text has black color on #A8C078 background.


White color preview on #A8C078 background

This text has white color on #A8C078 background.