COLOR #A2C18C

HEX: #A2C18C RGB: (162,193,140)

Color info

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

RGB color model

#A2C18C color RGB value is (162,193,140).

RGB: (162,193,140) (64%, 76%, 55%)

RGB channels and saturation

R 162 of 255 = 64%
G 193 of 255 = 76%
B 140 of 255 = 55%

162
193
140

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

Portions of RGB colors in percentages

R + G + B = 162 + 193 + 140 = 495 (100%)
R 162 of 495 ~ 32.73%
G 193 of 495 ~ 38.99%
B 140 of 495 ~ 28.28'%

%32.73
%38.99
%28.28

CMYK color model

#A2C18C color CMYK value is (16,0,27,24).

  • cyan value is 16.06%
  • magenta value is 0.00%
  • yellow value is 27.46%
  • key color value is 24.31%

CMYK: (16,0,27,24)
C16M0Y27K24 (16%, 0%, 27%, 24%)
(0.16 / 0.00 / 0.27 / 0.24)

CMYK percentages

%16.06
%0
%27.46
%24.31

Codes

Color #A2C18C in popluar color models

A2 C1 8C
RGB 162 193 140
HSL 95° 29.94% 65.29%
HSB/HSV 95° 27.46% 75.69%
CMYK 16.06% 0.00% 27.46%
24.31%

Color #A2C18C in popluar number systems.

HEX A2 C1 8C
Decimal 162 193 140
Binary 10100010 11000001 10001100
Octal 242 301 214

Shades and tints

Shades of #A2C18C

#A2C18C
(162,193,140)
#94B080
(148,176,128)
#869F74
(134,159,116)
#788E68
(120,142,104)
#6A7D5C
(106,125,92)
#5C6C50
(92,108,80)
#4E5B44
(78,91,68)
#404A38
(64,74,56)
#32392C
(50,57,44)
#242820
(36,40,32)
#161714
(22,23,20)
#000000
(0,0,0)

Tints of #A2C18C

#A2C18C
(162,193,140)
#AAC696
(170,198,150)
#B2CBA0
(178,203,160)
#BAD0AA
(186,208,170)
#C2D5B4
(194,213,180)
#CADABE
(202,218,190)
#D2DFC8
(210,223,200)
#DAE4D2
(218,228,210)
#E2E9DC
(226,233,220)
#EAEEE6
(234,238,230)
#F2F3F0
(242,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2C18C color. Also use rgb(162,193,140) instead hex code.

Text Font Color

.myTextColor { color: #A2C18C; }

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

This text font color is #A2C18C.

Background Color

.myBgColor { background-color: #A2C18C; }

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

This div background color is #A2C18C.

Border color

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

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

This div border color is #A2C18C.

Opacity

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

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

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

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

This text has shadow with #A2C18C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2C18C.

Preview

Color preview on black background

This text has color #A2C18C on black background.


Color preview on white background

This text has color #A2C18C on white background.


Black color preview on #A2C18C background

This text has black color on #A2C18C background.


White color preview on #A2C18C background

This text has white color on #A2C18C background.


Related colors

Complementary color

Complementary color for #hex is #5D3E73.


I love getcolorcode.com

Triadic colors

1 #8CA2C1 and #C18CA2 with #A2C18C are triadic colors.

2 #8CC1A2 and #C1A28C with #A2C18C are triadic colors.