COLOR #A3C875

HEX: #A3C875 RGB: (163,200,117)

Color info

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

RGB color model

#A3C875 color RGB value is (163,200,117).

RGB: (163,200,117) (64%, 78%, 46%)

RGB channels and saturation

R 163 of 255 = 64%
G 200 of 255 = 78%
B 117 of 255 = 46%

163
200
117

R + G + B ~ 63%. #A3C875 is quite light color.

Portions of RGB colors in percentages

R + G + B = 163 + 200 + 117 = 480 (100%)
R 163 of 480 ~ 33.96%
G 200 of 480 ~ 41.67%
B 117 of 480 ~ 24.38'%

%33.96
%41.67
%24.38

CMYK color model

#A3C875 color CMYK value is (19,0,42,22).

  • cyan value is 18.50%
  • magenta value is 0.00%
  • yellow value is 41.50%
  • key color value is 21.57%

CMYK: (19,0,42,22)
C19M0Y42K22 (19%, 0%, 42%, 22%)
(0.19 / 0.00 / 0.42 / 0.22)

CMYK percentages

%18.5
%0
%41.5
%21.57

Codes

Color #A3C875 in popluar color models

A3 C8 75
RGB 163 200 117
HSL 87° 43.01% 62.16%
HSB/HSV 87° 41.50% 78.43%
CMYK 18.50% 0.00% 41.50%
21.57%

Color #A3C875 in popluar number systems.

HEX A3 C8 75
Decimal 163 200 117
Binary 10100011 11001000 1110101
Octal 243 310 165

Shades and tints

Shades of #A3C875

#A3C875
(163,200,117)
#95B66B
(149,182,107)
#87A461
(135,164,97)
#799257
(121,146,87)
#6B804D
(107,128,77)
#5D6E43
(93,110,67)
#4F5C39
(79,92,57)
#414A2F
(65,74,47)
#333825
(51,56,37)
#25261B
(37,38,27)
#171411
(23,20,17)
#000000
(0,0,0)

Tints of #A3C875

#A3C875
(163,200,117)
#ABCD81
(171,205,129)
#B3D28D
(179,210,141)
#BBD799
(187,215,153)
#C3DCA5
(195,220,165)
#CBE1B1
(203,225,177)
#D3E6BD
(211,230,189)
#DBEBC9
(219,235,201)
#E3F0D5
(227,240,213)
#EBF5E1
(235,245,225)
#F3FAED
(243,250,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3C875; }

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

This text font color is #A3C875.

Background Color

.myBgColor { background-color: #A3C875; }

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

This div background color is #A3C875.

Border color

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

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

This div border color is #A3C875.

Opacity

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

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

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

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

This text has shadow with #A3C875 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3C875.

Preview

Color preview on black background

This text has color #A3C875 on black background.


Color preview on white background

This text has color #A3C875 on white background.


Black color preview on #A3C875 background

This text has black color on #A3C875 background.


White color preview on #A3C875 background

This text has white color on #A3C875 background.


Related colors

Complementary color

Complementary color for #hex is #5C378A.


I love getcolorcode.com

Triadic colors

1 #75A3C8 and #C875A3 with #A3C875 are triadic colors.

2 #75C8A3 and #C8A375 with #A3C875 are triadic colors.