COLOR #A3C495

HEX: #A3C495 RGB: (163,196,149)

Color info

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

RGB color model

#A3C495 color RGB value is (163,196,149).

RGB: (163,196,149) (64%, 77%, 58%)

RGB channels and saturation

R 163 of 255 = 64%
G 196 of 255 = 77%
B 149 of 255 = 58%

163
196
149

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

Portions of RGB colors in percentages

R + G + B = 163 + 196 + 149 = 508 (100%)
R 163 of 508 ~ 32.09%
G 196 of 508 ~ 38.58%
B 149 of 508 ~ 29.33'%

%32.09
%38.58
%29.33

CMYK color model

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

  • cyan value is 16.84%
  • magenta value is 0.00%
  • yellow value is 23.98%
  • key color value is 23.14%

CMYK: (17,0,24,23)
C17M0Y24K23 (17%, 0%, 24%, 23%)
(0.17 / 0.00 / 0.24 / 0.23)

CMYK percentages

%16.84
%0
%23.98
%23.14

Codes

Color #A3C495 in popluar color models

A3 C4 95
RGB 163 196 149
HSL 102° 28.48% 67.65%
HSB/HSV 102° 23.98% 76.86%
CMYK 16.84% 0.00% 23.98%
23.14%

Color #A3C495 in popluar number systems.

HEX A3 C4 95
Decimal 163 196 149
Binary 10100011 11000100 10010101
Octal 243 304 225

Shades and tints

Shades of #A3C495

#A3C495
(163,196,149)
#95B388
(149,179,136)
#87A27B
(135,162,123)
#79916E
(121,145,110)
#6B8061
(107,128,97)
#5D6F54
(93,111,84)
#4F5E47
(79,94,71)
#414D3A
(65,77,58)
#333C2D
(51,60,45)
#252B20
(37,43,32)
#171A13
(23,26,19)
#000000
(0,0,0)

Tints of #A3C495

#A3C495
(163,196,149)
#ABC99E
(171,201,158)
#B3CEA7
(179,206,167)
#BBD3B0
(187,211,176)
#C3D8B9
(195,216,185)
#CBDDC2
(203,221,194)
#D3E2CB
(211,226,203)
#DBE7D4
(219,231,212)
#E3ECDD
(227,236,221)
#EBF1E6
(235,241,230)
#F3F6EF
(243,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3C495; }

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

This text font color is #A3C495.

Background Color

.myBgColor { background-color: #A3C495; }

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

This div background color is #A3C495.

Border color

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

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

This div border color is #A3C495.

Opacity

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

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

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

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

This text has shadow with #A3C495 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3C495.

Preview

Color preview on black background

This text has color #A3C495 on black background.


Color preview on white background

This text has color #A3C495 on white background.


Black color preview on #A3C495 background

This text has black color on #A3C495 background.


White color preview on #A3C495 background

This text has white color on #A3C495 background.


Related colors

Complementary color

Complementary color for #hex is #5C3B6A.


I love getcolorcode.com

Triadic colors

1 #95A3C4 and #C495A3 with #A3C495 are triadic colors.

2 #95C4A3 and #C4A395 with #A3C495 are triadic colors.