COLOR #A2D197

HEX: #A2D197
RGB: (162,209,151)

Color info

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

RGB color model

#A2D197 color RGB value is (162,209,151).

  • red value is 162;
  • green value is 209;
  • blue value is 151.
RGB:
(162,209,151)
(64%,82%,59%)

RGB channels and saturation

R 162 of 255 = 64%
G 209 of 255 = 82%
B 151 of 255 = 59%

162
209
151

R + G + B ~ 68%. #A2D197 is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 209 + 151 = 522 (100%)
R 162 of 522 ~ 31.03%
G 209 of 522 ~ 40.04%
B 151 of 522 ~ 28.93%

%31.03
%40.04
%28.93

CMYK color model

#A2D197 color CMYK value is (22,0,28,18).

  • cyan value is 22.49%
  • magenta value is 0.00%
  • yellow value is 27.75%
  • key color value is 18.04%
CMYK:
(22,0,28,18)
C22M0Y28K18 
(22%,0%,28%,18%)
(0.22/0.00/0.28/0.18)	

CMYK percentages

%22.49
%0
%27.75
%18.04

Codes

Color #A2D197 in popluar color models

A2D197
RGB162209151
HSL109°38.67%70.59%
HSB/HSV109°27.75%81.96%
CMYK22.49%0.00%27.75%
18.04%

Color #A2D197 in popluar number systems.

HEXA2D197
Decimal162209151
Binary101000101101000110010111
Octal242321227

Shades and tints

Shades of #A2D197

#A2D197
(162,209,151)
#94BE8A
(148,190,138)
#86AB7D
(134,171,125)
#789870
(120,152,112)
#6A8563
(106,133,99)
#5C7256
(92,114,86)
#4E5F49
(78,95,73)
#404C3C
(64,76,60)
#32392F
(50,57,47)
#242622
(36,38,34)
#161315
(22,19,21)
#000000
(0,0,0)

Tints of #A2D197

#A2D197
(162,209,151)
#AAD5A0
(170,213,160)
#B2D9A9
(178,217,169)
#BADDB2
(186,221,178)
#C2E1BB
(194,225,187)
#CAE5C4
(202,229,196)
#D2E9CD
(210,233,205)
#DAEDD6
(218,237,214)
#E2F1DF
(226,241,223)
#EAF5E8
(234,245,232)
#F2F9F1
(242,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2D197 color. Also use rgb(162,209,151) instead hex code.

Text Font Color

.myTextColor { color: #A2D197; }

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

This text font color is #A2D197.


Background Color

.myBgColor { background-color: #A2D197; }

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

This div background color is #A2D197.


Border color

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

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

This div border color is #A2D197.


Opacity

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

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

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

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

This text has shadow with #A2D197 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2D197 on black background.


Color preview on white background

This text has color #A2D197 on white background.



Black color preview on #A2D197 background

This text has black color on #A2D197 background.


White color preview on #A2D197 background

This text has white color on #A2D197 background.