COLOR #A3C475

HEX: #A3C475 RGB: (163,196,117)

Color info

#A3C475 contains mainly red and green colors. Web safe color of #A3C475 is #99CC66 (or #9C6).

RGB color model

#A3C475 color RGB value is (163,196,117).

RGB: (163,196,117) (64%, 77%, 46%)

RGB channels and saturation

R 163 of 255 = 64%
G 196 of 255 = 77%
B 117 of 255 = 46%

163
196
117

R + G + B ~ 62%. #A3C475 is quite light color.

Portions of RGB colors in percentages

R + G + B = 163 + 196 + 117 = 476 (100%)
R 163 of 476 ~ 34.24%
G 196 of 476 ~ 41.18%
B 117 of 476 ~ 24.58'%

%34.24
%41.18
%24.58

CMYK color model

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

  • cyan value is 16.84%
  • magenta value is 0.00%
  • yellow value is 40.31%
  • key color value is 23.14%
CMYK: (17,0,40,23) C17M0Y40K23 (17%,0%,40%,23%) (0.17/0.00/0.40/0.23) 

CMYK percentages

%16.84
%0
%40.31
%23.14

Codes

Color #A3C475 in popluar color models

A3 C4 75
RGB 163 196 117
HSL 85° 40.10% 61.37%
HSB/HSV 85° 40.31% 76.86%
CMYK 16.84% 0.00% 40.31%
23.14%

Color #A3C475 in popluar number systems.

HEX A3 C4 75
Decimal 163 196 117
Binary 10100011 11000100 1110101
Octal 243 304 165

Shades and tints

Shades of #A3C475

#A3C475
(163,196,117)
#95B36B
(149,179,107)
#87A261
(135,162,97)
#799157
(121,145,87)
#6B804D
(107,128,77)
#5D6F43
(93,111,67)
#4F5E39
(79,94,57)
#414D2F
(65,77,47)
#333C25
(51,60,37)
#252B1B
(37,43,27)
#171A11
(23,26,17)
#000000
(0,0,0)

Tints of #A3C475

#A3C475
(163,196,117)
#ABC981
(171,201,129)
#B3CE8D
(179,206,141)
#BBD399
(187,211,153)
#C3D8A5
(195,216,165)
#CBDDB1
(203,221,177)
#D3E2BD
(211,226,189)
#DBE7C9
(219,231,201)
#E3ECD5
(227,236,213)
#EBF1E1
(235,241,225)
#F3F6ED
(243,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3C475; }

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

This text font color is #A3C475.

Background Color

.myBgColor { background-color: #A3C475; }

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

This div background color is #A3C475.

Border color

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

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

This div border color is #A3C475.

Opacity

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

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

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

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

This text has shadow with #A3C475 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3C475.

Preview

Color preview on black background

This text has color #A3C475 on black background.


Color preview on white background

This text has color #A3C475 on white background.


Black color preview on #A3C475 background

This text has black color on #A3C475 background.


White color preview on #A3C475 background

This text has white color on #A3C475 background.


Related colors

Complementary color

Complementary color for #hex is #5C3B8A.


I love getcolorcode.com

Triadic colors

1 #75A3C4 and #C475A3 with #A3C475 are triadic colors.

2 #75C4A3 and #C4A375 with #A3C475 are triadic colors.