COLOR #A8C378

HEX: #A8C378
RGB: (168,195,120)

Color info

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

RGB color model

#A8C378 color RGB value is (168,195,120).

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

RGB channels and saturation

R 168 of 255 = 66%
G 195 of 255 = 76%
B 120 of 255 = 47%

168
195
120

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

Portions of RGB colors in percentages

R + G + B =
168 + 195 + 120 = 483 (100%)
R 168 of 483 ~ 34.78%
G 195 of 483 ~ 40.37%
B 120 of 483 ~ 24.84%

%34.78
%40.37
%24.84

CMYK color model

#A8C378 color CMYK value is (14,0,38,24).

  • cyan value is 13.85%
  • magenta value is 0.00%
  • yellow value is 38.46%
  • key color value is 23.53%
CMYK:
(14,0,38,24)
C14M0Y38K24 
(14%,0%,38%,24%)
(0.14/0.00/0.38/0.24)	

CMYK percentages

%13.85
%0
%38.46
%23.53

Codes

Color #A8C378 in popluar color models

A8C378
RGB168195120
HSL82°38.46%61.76%
HSB/HSV82°38.46%76.47%
CMYK13.85%0.00%38.46%
23.53%

Color #A8C378 in popluar number systems.

HEXA8C378
Decimal168195120
Binary10101000110000111111000
Octal250303170

Shades and tints

Shades of #A8C378

#A8C378
(168,195,120)
#99B26E
(153,178,110)
#8AA164
(138,161,100)
#7B905A
(123,144,90)
#6C7F50
(108,127,80)
#5D6E46
(93,110,70)
#4E5D3C
(78,93,60)
#3F4C32
(63,76,50)
#303B28
(48,59,40)
#212A1E
(33,42,30)
#121914
(18,25,20)
#000000
(0,0,0)

Tints of #A8C378

#A8C378
(168,195,120)
#AFC884
(175,200,132)
#B6CD90
(182,205,144)
#BDD29C
(189,210,156)
#C4D7A8
(196,215,168)
#CBDCB4
(203,220,180)
#D2E1C0
(210,225,192)
#D9E6CC
(217,230,204)
#E0EBD8
(224,235,216)
#E7F0E4
(231,240,228)
#EEF5F0
(238,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8C378; }

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

This text font color is #A8C378.


Background Color

.myBgColor { background-color: #A8C378; }

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

This div background color is #A8C378.


Border color

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

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

This div border color is #A8C378.


Opacity

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

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

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

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

This text has shadow with #A8C378 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8C378 on black background.


Color preview on white background

This text has color #A8C378 on white background.



Black color preview on #A8C378 background

This text has black color on #A8C378 background.


White color preview on #A8C378 background

This text has white color on #A8C378 background.