COLOR #A2DA99

HEX: #A2DA99 RGB: (162,218,153)

Color info

#A2DA99 contains mainly red and green colors. Web safe color of #A2DA99 is #99CC99 (or #9C9).

RGB color model

#A2DA99 color RGB value is (162,218,153).

RGB: (162,218,153) (64%, 85%, 60%)

RGB channels and saturation

R 162 of 255 = 64%
G 218 of 255 = 85%
B 153 of 255 = 60%

162
218
153

R + G + B ~ 70%. #A2DA99 is quite light color.

Portions of RGB colors in percentages

R + G + B = 162 + 218 + 153 = 533 (100%)
R 162 of 533 ~ 30.39%
G 218 of 533 ~ 40.9%
B 153 of 533 ~ 28.71'%

%30.39
%40.9
%28.71

CMYK color model

#A2DA99 color CMYK value is (26,0,30,15).

  • cyan value is 25.69%
  • magenta value is 0.00%
  • yellow value is 29.82%
  • key color value is 14.51%

CMYK: (26,0,30,15)
C26M0Y30K15 (26%, 0%, 30%, 15%)
(0.26 / 0.00 / 0.30 / 0.15)

CMYK percentages

%25.69
%0
%29.82
%14.51

Codes

Color #A2DA99 in popluar color models

A2 DA 99
RGB 162 218 153
HSL 112° 46.76% 72.75%
HSB/HSV 112° 29.82% 85.49%
CMYK 25.69% 0.00% 29.82%
14.51%

Color #A2DA99 in popluar number systems.

HEX A2 DA 99
Decimal 162 218 153
Binary 10100010 11011010 10011001
Octal 242 332 231

Shades and tints

Shades of #A2DA99

#A2DA99
(162,218,153)
#94C78C
(148,199,140)
#86B47F
(134,180,127)
#78A172
(120,161,114)
#6A8E65
(106,142,101)
#5C7B58
(92,123,88)
#4E684B
(78,104,75)
#40553E
(64,85,62)
#324231
(50,66,49)
#242F24
(36,47,36)
#161C17
(22,28,23)
#000000
(0,0,0)

Tints of #A2DA99

#A2DA99
(162,218,153)
#AADDA2
(170,221,162)
#B2E0AB
(178,224,171)
#BAE3B4
(186,227,180)
#C2E6BD
(194,230,189)
#CAE9C6
(202,233,198)
#D2ECCF
(210,236,207)
#DAEFD8
(218,239,216)
#E2F2E1
(226,242,225)
#EAF5EA
(234,245,234)
#F2F8F3
(242,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2DA99; }

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

This text font color is #A2DA99.

Background Color

.myBgColor { background-color: #A2DA99; }

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

This div background color is #A2DA99.

Border color

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

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

This div border color is #A2DA99.

Opacity

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

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

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

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

This text has shadow with #A2DA99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2DA99.

Preview

Color preview on black background

This text has color #A2DA99 on black background.


Color preview on white background

This text has color #A2DA99 on white background.


Black color preview on #A2DA99 background

This text has black color on #A2DA99 background.


White color preview on #A2DA99 background

This text has white color on #A2DA99 background.


Related colors

Complementary color

Complementary color for #hex is #5D2566.


I love getcolorcode.com

Triadic colors

1 #99A2DA and #DA99A2 with #A2DA99 are triadic colors.

2 #99DAA2 and #DAA299 with #A2DA99 are triadic colors.