COLOR #A2C875

HEX: #A2C875 RGB: (162,200,117)

Color info

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

RGB color model

#A2C875 color RGB value is (162,200,117).

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

RGB channels and saturation

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

162
200
117

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

Portions of RGB colors in percentages

R + G + B = 162 + 200 + 117 = 479 (100%)
R 162 of 479 ~ 33.82%
G 200 of 479 ~ 41.75%
B 117 of 479 ~ 24.43'%

%33.82
%41.75
%24.43

CMYK color model

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

  • cyan value is 19.00%
  • 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

%19
%0
%41.5
%21.57

Codes

Color #A2C875 in popluar color models

A2 C8 75
RGB 162 200 117
HSL 87° 43.01% 62.16%
HSB/HSV 87° 41.50% 78.43%
CMYK 19.00% 0.00% 41.50%
21.57%

Color #A2C875 in popluar number systems.

HEX A2 C8 75
Decimal 162 200 117
Binary 10100010 11001000 1110101
Octal 242 310 165

Shades and tints

Shades of #A2C875

#A2C875
(162,200,117)
#94B66B
(148,182,107)
#86A461
(134,164,97)
#789257
(120,146,87)
#6A804D
(106,128,77)
#5C6E43
(92,110,67)
#4E5C39
(78,92,57)
#404A2F
(64,74,47)
#323825
(50,56,37)
#24261B
(36,38,27)
#161411
(22,20,17)
#000000
(0,0,0)

Tints of #A2C875

#A2C875
(162,200,117)
#AACD81
(170,205,129)
#B2D28D
(178,210,141)
#BAD799
(186,215,153)
#C2DCA5
(194,220,165)
#CAE1B1
(202,225,177)
#D2E6BD
(210,230,189)
#DAEBC9
(218,235,201)
#E2F0D5
(226,240,213)
#EAF5E1
(234,245,225)
#F2FAED
(242,250,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2C875; }

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

This text font color is #A2C875.

Background Color

.myBgColor { background-color: #A2C875; }

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

This div background color is #A2C875.

Border color

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

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

This div border color is #A2C875.

Opacity

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

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

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

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

This text has shadow with #A2C875 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2C875.

Preview

Color preview on black background

This text has color #A2C875 on black background.


Color preview on white background

This text has color #A2C875 on white background.


Black color preview on #A2C875 background

This text has black color on #A2C875 background.


White color preview on #A2C875 background

This text has white color on #A2C875 background.


Related colors

Complementary color

Complementary color for #hex is #5D378A.


I love getcolorcode.com

Triadic colors

1 #75A2C8 and #C875A2 with #A2C875 are triadic colors.

2 #75C8A2 and #C8A275 with #A2C875 are triadic colors.