COLOR #A3C497

HEX: #A3C497
RGB: (163,196,151)

Color info

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

RGB color model

#A3C497 color RGB value is (163,196,151).

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

RGB channels and saturation

R 163 of 255 = 64%
G 196 of 255 = 77%
B 151 of 255 = 59%

163
196
151

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

Portions of RGB colors in percentages

R + G + B =
163 + 196 + 151 = 510 (100%)
R 163 of 510 ~ 31.96%
G 196 of 510 ~ 38.43%
B 151 of 510 ~ 29.61%

%31.96
%38.43
%29.61

CMYK color model

#A3C497 color CMYK value is (17,0,23,23).

  • cyan value is 16.84%
  • magenta value is 0.00%
  • yellow value is 22.96%
  • key color value is 23.14%
CMYK:
(17,0,23,23)
C17M0Y23K23 
(17%,0%,23%,23%)
(0.17/0.00/0.23/0.23)	

CMYK percentages

%16.84
%0
%22.96
%23.14

Codes

Color #A3C497 in popluar color models

A3C497
RGB163196151
HSL104°27.61%68.04%
HSB/HSV104°22.96%76.86%
CMYK16.84%0.00%22.96%
23.14%

Color #A3C497 in popluar number systems.

HEXA3C497
Decimal163196151
Binary101000111100010010010111
Octal243304227

Shades and tints

Shades of #A3C497

#A3C497
(163,196,151)
#95B38A
(149,179,138)
#87A27D
(135,162,125)
#799170
(121,145,112)
#6B8063
(107,128,99)
#5D6F56
(93,111,86)
#4F5E49
(79,94,73)
#414D3C
(65,77,60)
#333C2F
(51,60,47)
#252B22
(37,43,34)
#171A15
(23,26,21)
#000000
(0,0,0)

Tints of #A3C497

#A3C497
(163,196,151)
#ABC9A0
(171,201,160)
#B3CEA9
(179,206,169)
#BBD3B2
(187,211,178)
#C3D8BB
(195,216,187)
#CBDDC4
(203,221,196)
#D3E2CD
(211,226,205)
#DBE7D6
(219,231,214)
#E3ECDF
(227,236,223)
#EBF1E8
(235,241,232)
#F3F6F1
(243,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3C497; }

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

This text font color is #A3C497.


Background Color

.myBgColor { background-color: #A3C497; }

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

This div background color is #A3C497.


Border color

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

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

This div border color is #A3C497.


Opacity

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

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

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

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

This text has shadow with #A3C497 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3C497 on black background.


Color preview on white background

This text has color #A3C497 on white background.



Black color preview on #A3C497 background

This text has black color on #A3C497 background.


White color preview on #A3C497 background

This text has white color on #A3C497 background.