COLOR #A3C178

HEX: #A3C178
RGB: (163,193,120)

Color info

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

RGB color model

#A3C178 color RGB value is (163,193,120).

  • red value is 163;
  • green value is 193;
  • blue value is 120.
RGB:
(163,193,120)
(64%,76%,47%)

RGB channels and saturation

R 163 of 255 = 64%
G 193 of 255 = 76%
B 120 of 255 = 47%

163
193
120

R + G + B ~ 62%. #A3C178 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 193 + 120 = 476 (100%)
R 163 of 476 ~ 34.24%
G 193 of 476 ~ 40.55%
B 120 of 476 ~ 25.21%

%34.24
%40.55
%25.21

CMYK color model

#A3C178 color CMYK value is (16,0,38,24).

  • cyan value is 15.54%
  • magenta value is 0.00%
  • yellow value is 37.82%
  • key color value is 24.31%
CMYK:
(16,0,38,24)
C16M0Y38K24 
(16%,0%,38%,24%)
(0.16/0.00/0.38/0.24)	

CMYK percentages

%15.54
%0
%37.82
%24.31

Codes

Color #A3C178 in popluar color models

A3C178
RGB163193120
HSL85°37.06%61.37%
HSB/HSV85°37.82%75.69%
CMYK15.54%0.00%37.82%
24.31%

Color #A3C178 in popluar number systems.

HEXA3C178
Decimal163193120
Binary10100011110000011111000
Octal243301170

Shades and tints

Shades of #A3C178

#A3C178
(163,193,120)
#95B06E
(149,176,110)
#879F64
(135,159,100)
#798E5A
(121,142,90)
#6B7D50
(107,125,80)
#5D6C46
(93,108,70)
#4F5B3C
(79,91,60)
#414A32
(65,74,50)
#333928
(51,57,40)
#25281E
(37,40,30)
#171714
(23,23,20)
#000000
(0,0,0)

Tints of #A3C178

#A3C178
(163,193,120)
#ABC684
(171,198,132)
#B3CB90
(179,203,144)
#BBD09C
(187,208,156)
#C3D5A8
(195,213,168)
#CBDAB4
(203,218,180)
#D3DFC0
(211,223,192)
#DBE4CC
(219,228,204)
#E3E9D8
(227,233,216)
#EBEEE4
(235,238,228)
#F3F3F0
(243,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3C178 color. Also use rgb(163,193,120) instead hex code.

Text Font Color

.myTextColor { color: #A3C178; }

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

This text font color is #A3C178.


Background Color

.myBgColor { background-color: #A3C178; }

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

This div background color is #A3C178.


Border color

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

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

This div border color is #A3C178.


Opacity

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

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

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

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

This text has shadow with #A3C178 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3C178 on black background.


Color preview on white background

This text has color #A3C178 on white background.



Black color preview on #A3C178 background

This text has black color on #A3C178 background.


White color preview on #A3C178 background

This text has white color on #A3C178 background.