COLOR #A2C296

HEX: #A2C296
RGB: (162,194,150)

Color info

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

RGB color model

#A2C296 color RGB value is (162,194,150).

  • red value is 162;
  • green value is 194;
  • blue value is 150.
RGB:
(162,194,150)
(64%,76%,59%)

RGB channels and saturation

R 162 of 255 = 64%
G 194 of 255 = 76%
B 150 of 255 = 59%

162
194
150

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

Portions of RGB colors in percentages

R + G + B =
162 + 194 + 150 = 506 (100%)
R 162 of 506 ~ 32.02%
G 194 of 506 ~ 38.34%
B 150 of 506 ~ 29.64%

%32.02
%38.34
%29.64

CMYK color model

#A2C296 color CMYK value is (16,0,23,24).

  • cyan value is 16.49%
  • magenta value is 0.00%
  • yellow value is 22.68%
  • key color value is 23.92%
CMYK:
(16,0,23,24)
C16M0Y23K24 
(16%,0%,23%,24%)
(0.16/0.00/0.23/0.24)	

CMYK percentages

%16.49
%0
%22.68
%23.92

Codes

Color #A2C296 in popluar color models

A2C296
RGB162194150
HSL104°26.51%67.45%
HSB/HSV104°22.68%76.08%
CMYK16.49%0.00%22.68%
23.92%

Color #A2C296 in popluar number systems.

HEXA2C296
Decimal162194150
Binary101000101100001010010110
Octal242302226

Shades and tints

Shades of #A2C296

#A2C296
(162,194,150)
#94B189
(148,177,137)
#86A07C
(134,160,124)
#788F6F
(120,143,111)
#6A7E62
(106,126,98)
#5C6D55
(92,109,85)
#4E5C48
(78,92,72)
#404B3B
(64,75,59)
#323A2E
(50,58,46)
#242921
(36,41,33)
#161814
(22,24,20)
#000000
(0,0,0)

Tints of #A2C296

#A2C296
(162,194,150)
#AAC79F
(170,199,159)
#B2CCA8
(178,204,168)
#BAD1B1
(186,209,177)
#C2D6BA
(194,214,186)
#CADBC3
(202,219,195)
#D2E0CC
(210,224,204)
#DAE5D5
(218,229,213)
#E2EADE
(226,234,222)
#EAEFE7
(234,239,231)
#F2F4F0
(242,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2C296 color. Also use rgb(162,194,150) instead hex code.

Text Font Color

.myTextColor { color: #A2C296; }

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

This text font color is #A2C296.


Background Color

.myBgColor { background-color: #A2C296; }

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

This div background color is #A2C296.


Border color

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

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

This div border color is #A2C296.


Opacity

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

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

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

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

This text has shadow with #A2C296 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2C296 on black background.


Color preview on white background

This text has color #A2C296 on white background.



Black color preview on #A2C296 background

This text has black color on #A2C296 background.


White color preview on #A2C296 background

This text has white color on #A2C296 background.