COLOR #A2D073

HEX: #A2D073
RGB: (162,208,115)

Color info

#A2D073 contains mainly red and green colors. Web safe color of #A2D073 is #99CC66 (or #9C6).

RGB color model

#A2D073 color RGB value is (162,208,115).

  • red value is 162;
  • green value is 208;
  • blue value is 115.
RGB:
(162,208,115)
(64%,82%,45%)

RGB channels and saturation

R 162 of 255 = 64%
G 208 of 255 = 82%
B 115 of 255 = 45%

162
208
115

R + G + B ~ 64%. #A2D073 is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 208 + 115 = 485 (100%)
R 162 of 485 ~ 33.4%
G 208 of 485 ~ 42.89%
B 115 of 485 ~ 23.71%

%33.4
%42.89
%23.71

CMYK color model

#A2D073 color CMYK value is (22,0,45,18).

  • cyan value is 22.12%
  • magenta value is 0.00%
  • yellow value is 44.71%
  • key color value is 18.43%
CMYK:
(22,0,45,18)
C22M0Y45K18 
(22%,0%,45%,18%)
(0.22/0.00/0.45/0.18)	

CMYK percentages

%22.12
%0
%44.71
%18.43

Codes

Color #A2D073 in popluar color models

A2D073
RGB162208115
HSL90°49.73%63.33%
HSB/HSV90°44.71%81.57%
CMYK22.12%0.00%44.71%
18.43%

Color #A2D073 in popluar number systems.

HEXA2D073
Decimal162208115
Binary10100010110100001110011
Octal242320163

Shades and tints

Shades of #A2D073

#A2D073
(162,208,115)
#94BE69
(148,190,105)
#86AC5F
(134,172,95)
#789A55
(120,154,85)
#6A884B
(106,136,75)
#5C7641
(92,118,65)
#4E6437
(78,100,55)
#40522D
(64,82,45)
#324023
(50,64,35)
#242E19
(36,46,25)
#161C0F
(22,28,15)
#000000
(0,0,0)

Tints of #A2D073

#A2D073
(162,208,115)
#AAD47F
(170,212,127)
#B2D88B
(178,216,139)
#BADC97
(186,220,151)
#C2E0A3
(194,224,163)
#CAE4AF
(202,228,175)
#D2E8BB
(210,232,187)
#DAECC7
(218,236,199)
#E2F0D3
(226,240,211)
#EAF4DF
(234,244,223)
#F2F8EB
(242,248,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2D073 color. Also use rgb(162,208,115) instead hex code.

Text Font Color

.myTextColor { color: #A2D073; }

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

This text font color is #A2D073.


Background Color

.myBgColor { background-color: #A2D073; }

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

This div background color is #A2D073.


Border color

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

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

This div border color is #A2D073.


Opacity

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

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

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

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

This text has shadow with #A2D073 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2D073 on black background.


Color preview on white background

This text has color #A2D073 on white background.



Black color preview on #A2D073 background

This text has black color on #A2D073 background.


White color preview on #A2D073 background

This text has white color on #A2D073 background.