COLOR #A2D499

HEX: #A2D499
RGB: (162,212,153)

Color info

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

RGB color model

#A2D499 color RGB value is (162,212,153).

  • red value is 162;
  • green value is 212;
  • blue value is 153.
RGB:
(162,212,153)
(64%,83%,60%)

RGB channels and saturation

R 162 of 255 = 64%
G 212 of 255 = 83%
B 153 of 255 = 60%

162
212
153

R + G + B ~ 69%. #A2D499 is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 212 + 153 = 527 (100%)
R 162 of 527 ~ 30.74%
G 212 of 527 ~ 40.23%
B 153 of 527 ~ 29.03%

%30.74
%40.23
%29.03

CMYK color model

#A2D499 color CMYK value is (24,0,28,17).

  • cyan value is 23.58%
  • magenta value is 0.00%
  • yellow value is 27.83%
  • key color value is 16.86%
CMYK:
(24,0,28,17)
C24M0Y28K17 
(24%,0%,28%,17%)
(0.24/0.00/0.28/0.17)	

CMYK percentages

%23.58
%0
%27.83
%16.86

Codes

Color #A2D499 in popluar color models

A2D499
RGB162212153
HSL111°40.69%71.57%
HSB/HSV111°27.83%83.14%
CMYK23.58%0.00%27.83%
16.86%

Color #A2D499 in popluar number systems.

HEXA2D499
Decimal162212153
Binary101000101101010010011001
Octal242324231

Shades and tints

Shades of #A2D499

#A2D499
(162,212,153)
#94C18C
(148,193,140)
#86AE7F
(134,174,127)
#789B72
(120,155,114)
#6A8865
(106,136,101)
#5C7558
(92,117,88)
#4E624B
(78,98,75)
#404F3E
(64,79,62)
#323C31
(50,60,49)
#242924
(36,41,36)
#161617
(22,22,23)
#000000
(0,0,0)

Tints of #A2D499

#A2D499
(162,212,153)
#AAD7A2
(170,215,162)
#B2DAAB
(178,218,171)
#BADDB4
(186,221,180)
#C2E0BD
(194,224,189)
#CAE3C6
(202,227,198)
#D2E6CF
(210,230,207)
#DAE9D8
(218,233,216)
#E2ECE1
(226,236,225)
#EAEFEA
(234,239,234)
#F2F2F3
(242,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2D499 color. Also use rgb(162,212,153) instead hex code.

Text Font Color

.myTextColor { color: #A2D499; }

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

This text font color is #A2D499.


Background Color

.myBgColor { background-color: #A2D499; }

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

This div background color is #A2D499.


Border color

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

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

This div border color is #A2D499.


Opacity

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

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

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

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

This text has shadow with #A2D499 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2D499 on black background.


Color preview on white background

This text has color #A2D499 on white background.



Black color preview on #A2D499 background

This text has black color on #A2D499 background.


White color preview on #A2D499 background

This text has white color on #A2D499 background.