COLOR #A2CA82

HEX: #A2CA82 RGB: (162,202,130)

Color info

#A2CA82 contains mainly red and green colors. Web safe color of #A2CA82 is #99CC99 (or #9C9).

RGB color model

#A2CA82 color RGB value is (162,202,130).

RGB: (162,202,130) (64%, 79%, 51%)

RGB channels and saturation

R 162 of 255 = 64%
G 202 of 255 = 79%
B 130 of 255 = 51%

162
202
130

R + G + B ~ 65%. #A2CA82 is quite light color.

Portions of RGB colors in percentages

R + G + B = 162 + 202 + 130 = 494 (100%)
R 162 of 494 ~ 32.79%
G 202 of 494 ~ 40.89%
B 130 of 494 ~ 26.32'%

%32.79
%40.89
%26.32

CMYK color model

#A2CA82 color CMYK value is (20,0,36,21).

  • cyan value is 19.80%
  • magenta value is 0.00%
  • yellow value is 35.64%
  • key color value is 20.78%

CMYK: (20,0,36,21)
C20M0Y36K21 (20%, 0%, 36%, 21%)
(0.20 / 0.00 / 0.36 / 0.21)

CMYK percentages

%19.8
%0
%35.64
%20.78

Codes

Color #A2CA82 in popluar color models

A2 CA 82
RGB 162 202 130
HSL 93° 40.45% 65.10%
HSB/HSV 93° 35.64% 79.22%
CMYK 19.80% 0.00% 35.64%
20.78%

Color #A2CA82 in popluar number systems.

HEX A2 CA 82
Decimal 162 202 130
Binary 10100010 11001010 10000010
Octal 242 312 202

Shades and tints

Shades of #A2CA82

#A2CA82
(162,202,130)
#94B877
(148,184,119)
#86A66C
(134,166,108)
#789461
(120,148,97)
#6A8256
(106,130,86)
#5C704B
(92,112,75)
#4E5E40
(78,94,64)
#404C35
(64,76,53)
#323A2A
(50,58,42)
#24281F
(36,40,31)
#161614
(22,22,20)
#000000
(0,0,0)

Tints of #A2CA82

#A2CA82
(162,202,130)
#AACE8D
(170,206,141)
#B2D298
(178,210,152)
#BAD6A3
(186,214,163)
#C2DAAE
(194,218,174)
#CADEB9
(202,222,185)
#D2E2C4
(210,226,196)
#DAE6CF
(218,230,207)
#E2EADA
(226,234,218)
#EAEEE5
(234,238,229)
#F2F2F0
(242,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2CA82 color. Also use rgb(162,202,130) instead hex code.

Text Font Color

.myTextColor { color: #A2CA82; }

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

This text font color is #A2CA82.

Background Color

.myBgColor { background-color: #A2CA82; }

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

This div background color is #A2CA82.

Border color

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

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

This div border color is #A2CA82.

Opacity

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

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

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

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

This text has shadow with #A2CA82 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2CA82.

Preview

Color preview on black background

This text has color #A2CA82 on black background.


Color preview on white background

This text has color #A2CA82 on white background.


Black color preview on #A2CA82 background

This text has black color on #A2CA82 background.


White color preview on #A2CA82 background

This text has white color on #A2CA82 background.


Related colors

Complementary color

Complementary color for #hex is #5D357D.


I love getcolorcode.com

Triadic colors

1 #82A2CA and #CA82A2 with #A2CA82 are triadic colors.

2 #82CAA2 and #CAA282 with #A2CA82 are triadic colors.