COLOR #A3C397

HEX: #A3C397
RGB: (163,195,151)

Color info

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

RGB color model

#A3C397 color RGB value is (163,195,151).

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

RGB channels and saturation

R 163 of 255 = 64%
G 195 of 255 = 76%
B 151 of 255 = 59%

163
195
151

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

Portions of RGB colors in percentages

R + G + B =
163 + 195 + 151 = 509 (100%)
R 163 of 509 ~ 32.02%
G 195 of 509 ~ 38.31%
B 151 of 509 ~ 29.67%

%32.02
%38.31
%29.67

CMYK color model

#A3C397 color CMYK value is (16,0,23,24).

  • cyan value is 16.41%
  • magenta value is 0.00%
  • yellow value is 22.56%
  • key color value is 23.53%
CMYK:
(16,0,23,24)
C16M0Y23K24 
(16%,0%,23%,24%)
(0.16/0.00/0.23/0.24)	

CMYK percentages

%16.41
%0
%22.56
%23.53

Codes

Color #A3C397 in popluar color models

A3C397
RGB163195151
HSL104°26.83%67.84%
HSB/HSV104°22.56%76.47%
CMYK16.41%0.00%22.56%
23.53%

Color #A3C397 in popluar number systems.

HEXA3C397
Decimal163195151
Binary101000111100001110010111
Octal243303227

Shades and tints

Shades of #A3C397

#A3C397
(163,195,151)
#95B28A
(149,178,138)
#87A17D
(135,161,125)
#799070
(121,144,112)
#6B7F63
(107,127,99)
#5D6E56
(93,110,86)
#4F5D49
(79,93,73)
#414C3C
(65,76,60)
#333B2F
(51,59,47)
#252A22
(37,42,34)
#171915
(23,25,21)
#000000
(0,0,0)

Tints of #A3C397

#A3C397
(163,195,151)
#ABC8A0
(171,200,160)
#B3CDA9
(179,205,169)
#BBD2B2
(187,210,178)
#C3D7BB
(195,215,187)
#CBDCC4
(203,220,196)
#D3E1CD
(211,225,205)
#DBE6D6
(219,230,214)
#E3EBDF
(227,235,223)
#EBF0E8
(235,240,232)
#F3F5F1
(243,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3C397; }

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

This text font color is #A3C397.


Background Color

.myBgColor { background-color: #A3C397; }

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

This div background color is #A3C397.


Border color

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

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

This div border color is #A3C397.


Opacity

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

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

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

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

This text has shadow with #A3C397 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3C397 on black background.


Color preview on white background

This text has color #A3C397 on white background.



Black color preview on #A3C397 background

This text has black color on #A3C397 background.


White color preview on #A3C397 background

This text has white color on #A3C397 background.