COLOR #A3C39F

HEX: #A3C39F
RGB: (163,195,159)

Color info

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

RGB color model

#A3C39F color RGB value is (163,195,159).

  • red value is 163;
  • green value is 195;
  • blue value is 159.
RGB:
(163,195,159)
(64%,76%,62%)

RGB channels and saturation

R 163 of 255 = 64%
G 195 of 255 = 76%
B 159 of 255 = 62%

163
195
159

R + G + B ~ 67%. #A3C39F is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 195 + 159 = 517 (100%)
R 163 of 517 ~ 31.53%
G 195 of 517 ~ 37.72%
B 159 of 517 ~ 30.75%

%31.53
%37.72
%30.75

CMYK color model

#A3C39F color CMYK value is (16,0,18,24).

  • cyan value is 16.41%
  • magenta value is 0.00%
  • yellow value is 18.46%
  • key color value is 23.53%
CMYK:
(16,0,18,24)
C16M0Y18K24 
(16%,0%,18%,24%)
(0.16/0.00/0.18/0.24)	

CMYK percentages

%16.41
%0
%18.46
%23.53

Codes

Color #A3C39F in popluar color models

A3C39F
RGB163195159
HSL113°23.08%69.41%
HSB/HSV113°18.46%76.47%
CMYK16.41%0.00%18.46%
23.53%

Color #A3C39F in popluar number systems.

HEXA3C39F
Decimal163195159
Binary101000111100001110011111
Octal243303237

Shades and tints

Shades of #A3C39F

#A3C39F
(163,195,159)
#95B291
(149,178,145)
#87A183
(135,161,131)
#799075
(121,144,117)
#6B7F67
(107,127,103)
#5D6E59
(93,110,89)
#4F5D4B
(79,93,75)
#414C3D
(65,76,61)
#333B2F
(51,59,47)
#252A21
(37,42,33)
#171913
(23,25,19)
#000000
(0,0,0)

Tints of #A3C39F

#A3C39F
(163,195,159)
#ABC8A7
(171,200,167)
#B3CDAF
(179,205,175)
#BBD2B7
(187,210,183)
#C3D7BF
(195,215,191)
#CBDCC7
(203,220,199)
#D3E1CF
(211,225,207)
#DBE6D7
(219,230,215)
#E3EBDF
(227,235,223)
#EBF0E7
(235,240,231)
#F3F5EF
(243,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3C39F color. Also use rgb(163,195,159) instead hex code.

Text Font Color

.myTextColor { color: #A3C39F; }

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

This text font color is #A3C39F.


Background Color

.myBgColor { background-color: #A3C39F; }

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

This div background color is #A3C39F.


Border color

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

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

This div border color is #A3C39F.


Opacity

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

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

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

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

This text has shadow with #A3C39F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3C39F on black background.


Color preview on white background

This text has color #A3C39F on white background.



Black color preview on #A3C39F background

This text has black color on #A3C39F background.


White color preview on #A3C39F background

This text has white color on #A3C39F background.