COLOR #A3C78F

HEX: #A3C78F RGB: (163,199,143)

Color info

#A3C78F contains red, green and blue colors in about the same proportion. Web safe color of #A3C78F is #99CC99 (or #9C9).

RGB color model

#A3C78F color RGB value is (163,199,143).

RGB: (163,199,143) (64%, 78%, 56%)

RGB channels and saturation

R 163 of 255 = 64%
G 199 of 255 = 78%
B 143 of 255 = 56%

163
199
143

R + G + B ~ 66%. #A3C78F is quite light color.

Portions of RGB colors in percentages

R + G + B = 163 + 199 + 143 = 505 (100%)
R 163 of 505 ~ 32.28%
G 199 of 505 ~ 39.41%
B 143 of 505 ~ 28.32'%

%32.28
%39.41
%28.32

CMYK color model

#A3C78F color CMYK value is (18,0,28,22).

  • cyan value is 18.09%
  • magenta value is 0.00%
  • yellow value is 28.14%
  • key color value is 21.96%
CMYK: (18,0,28,22) C18M0Y28K22 (18%,0%,28%,22%) (0.18/0.00/0.28/0.22) 

CMYK percentages

%18.09
%0
%28.14
%21.96

Codes

Color #A3C78F in popluar color models

A3 C7 8F
RGB 163 199 143
HSL 99° 33.33% 67.06%
HSB/HSV 99° 28.14% 78.04%
CMYK 18.09% 0.00% 28.14%
21.96%

Color #A3C78F in popluar number systems.

HEX A3 C7 8F
Decimal 163 199 143
Binary 10100011 11000111 10001111
Octal 243 307 217

Shades and tints

Shades of #A3C78F

#A3C78F
(163,199,143)
#95B582
(149,181,130)
#87A375
(135,163,117)
#799168
(121,145,104)
#6B7F5B
(107,127,91)
#5D6D4E
(93,109,78)
#4F5B41
(79,91,65)
#414934
(65,73,52)
#333727
(51,55,39)
#25251A
(37,37,26)
#17130D
(23,19,13)
#000000
(0,0,0)

Tints of #A3C78F

#A3C78F
(163,199,143)
#ABCC99
(171,204,153)
#B3D1A3
(179,209,163)
#BBD6AD
(187,214,173)
#C3DBB7
(195,219,183)
#CBE0C1
(203,224,193)
#D3E5CB
(211,229,203)
#DBEAD5
(219,234,213)
#E3EFDF
(227,239,223)
#EBF4E9
(235,244,233)
#F3F9F3
(243,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3C78F color. Also use rgb(163,199,143) instead hex code.

Text Font Color

.myTextColor { color: #A3C78F; }

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

This text font color is #A3C78F.

Background Color

.myBgColor { background-color: #A3C78F; }

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

This div background color is #A3C78F.

Border color

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

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

This div border color is #A3C78F.

Opacity

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

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

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

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

This text has shadow with #A3C78F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3C78F.

Preview

Color preview on black background

This text has color #A3C78F on black background.


Color preview on white background

This text has color #A3C78F on white background.


Black color preview on #A3C78F background

This text has black color on #A3C78F background.


White color preview on #A3C78F background

This text has white color on #A3C78F background.


Related colors

Complementary color

Complementary color for #hex is #5C3870.


I love getcolorcode.com

Triadic colors

1 #8FA3C7 and #C78FA3 with #A3C78F are triadic colors.

2 #8FC7A3 and #C7A38F with #A3C78F are triadic colors.