COLOR #A2C393

HEX: #A2C393
RGB: (162,195,147)

Color info

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

RGB color model

#A2C393 color RGB value is (162,195,147).

  • red value is 162;
  • green value is 195;
  • blue value is 147.
RGB:
(162,195,147)
(64%,76%,58%)

RGB channels and saturation

R 162 of 255 = 64%
G 195 of 255 = 76%
B 147 of 255 = 58%

162
195
147

R + G + B ~ 66%. #A2C393 is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 195 + 147 = 504 (100%)
R 162 of 504 ~ 32.14%
G 195 of 504 ~ 38.69%
B 147 of 504 ~ 29.17%

%32.14
%38.69
%29.17

CMYK color model

#A2C393 color CMYK value is (17,0,25,24).

  • cyan value is 16.92%
  • magenta value is 0.00%
  • yellow value is 24.62%
  • key color value is 23.53%
CMYK:
(17,0,25,24)
C17M0Y25K24 
(17%,0%,25%,24%)
(0.17/0.00/0.25/0.24)	

CMYK percentages

%16.92
%0
%24.62
%23.53

Codes

Color #A2C393 in popluar color models

A2C393
RGB162195147
HSL101°28.57%67.06%
HSB/HSV101°24.62%76.47%
CMYK16.92%0.00%24.62%
23.53%

Color #A2C393 in popluar number systems.

HEXA2C393
Decimal162195147
Binary101000101100001110010011
Octal242303223

Shades and tints

Shades of #A2C393

#A2C393
(162,195,147)
#94B286
(148,178,134)
#86A179
(134,161,121)
#78906C
(120,144,108)
#6A7F5F
(106,127,95)
#5C6E52
(92,110,82)
#4E5D45
(78,93,69)
#404C38
(64,76,56)
#323B2B
(50,59,43)
#242A1E
(36,42,30)
#161911
(22,25,17)
#000000
(0,0,0)

Tints of #A2C393

#A2C393
(162,195,147)
#AAC89C
(170,200,156)
#B2CDA5
(178,205,165)
#BAD2AE
(186,210,174)
#C2D7B7
(194,215,183)
#CADCC0
(202,220,192)
#D2E1C9
(210,225,201)
#DAE6D2
(218,230,210)
#E2EBDB
(226,235,219)
#EAF0E4
(234,240,228)
#F2F5ED
(242,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2C393 color. Also use rgb(162,195,147) instead hex code.

Text Font Color

.myTextColor { color: #A2C393; }

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

This text font color is #A2C393.


Background Color

.myBgColor { background-color: #A2C393; }

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

This div background color is #A2C393.


Border color

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

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

This div border color is #A2C393.


Opacity

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

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

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

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

This text has shadow with #A2C393 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2C393 on black background.


Color preview on white background

This text has color #A2C393 on white background.



Black color preview on #A2C393 background

This text has black color on #A2C393 background.


White color preview on #A2C393 background

This text has white color on #A2C393 background.