COLOR #A2C392

HEX: #A2C392
RGB: (162,195,146)

Color info

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

RGB color model

#A2C392 color RGB value is (162,195,146).

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

RGB channels and saturation

R 162 of 255 = 64%
G 195 of 255 = 76%
B 146 of 255 = 57%

162
195
146

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

Portions of RGB colors in percentages

R + G + B =
162 + 195 + 146 = 503 (100%)
R 162 of 503 ~ 32.21%
G 195 of 503 ~ 38.77%
B 146 of 503 ~ 29.03%

%32.21
%38.77
%29.03

CMYK color model

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

  • cyan value is 16.92%
  • magenta value is 0.00%
  • yellow value is 25.13%
  • 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
%25.13
%23.53

Codes

Color #A2C392 in popluar color models

A2C392
RGB162195146
HSL100°28.99%66.86%
HSB/HSV100°25.13%76.47%
CMYK16.92%0.00%25.13%
23.53%

Color #A2C392 in popluar number systems.

HEXA2C392
Decimal162195146
Binary101000101100001110010010
Octal242303222

Shades and tints

Shades of #A2C392

#A2C392
(162,195,146)
#94B285
(148,178,133)
#86A178
(134,161,120)
#78906B
(120,144,107)
#6A7F5E
(106,127,94)
#5C6E51
(92,110,81)
#4E5D44
(78,93,68)
#404C37
(64,76,55)
#323B2A
(50,59,42)
#242A1D
(36,42,29)
#161910
(22,25,16)
#000000
(0,0,0)

Tints of #A2C392

#A2C392
(162,195,146)
#AAC89B
(170,200,155)
#B2CDA4
(178,205,164)
#BAD2AD
(186,210,173)
#C2D7B6
(194,215,182)
#CADCBF
(202,220,191)
#D2E1C8
(210,225,200)
#DAE6D1
(218,230,209)
#E2EBDA
(226,235,218)
#EAF0E3
(234,240,227)
#F2F5EC
(242,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2C392; }

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

This text font color is #A2C392.


Background Color

.myBgColor { background-color: #A2C392; }

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

This div background color is #A2C392.


Border color

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

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

This div border color is #A2C392.


Opacity

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

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

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

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

This text has shadow with #A2C392 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2C392 on black background.


Color preview on white background

This text has color #A2C392 on white background.



Black color preview on #A2C392 background

This text has black color on #A2C392 background.


White color preview on #A2C392 background

This text has white color on #A2C392 background.