COLOR #A2D478

HEX: #A2D478
RGB: (162,212,120)

Color info

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

RGB color model

#A2D478 color RGB value is (162,212,120).

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

RGB channels and saturation

R 162 of 255 = 64%
G 212 of 255 = 83%
B 120 of 255 = 47%

162
212
120

R + G + B ~ 65%. #A2D478 is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 212 + 120 = 494 (100%)
R 162 of 494 ~ 32.79%
G 212 of 494 ~ 42.91%
B 120 of 494 ~ 24.29%

%32.79
%42.91
%24.29

CMYK color model

#A2D478 color CMYK value is (24,0,43,17).

  • cyan value is 23.58%
  • magenta value is 0.00%
  • yellow value is 43.40%
  • key color value is 16.86%
CMYK:
(24,0,43,17)
C24M0Y43K17 
(24%,0%,43%,17%)
(0.24/0.00/0.43/0.17)	

CMYK percentages

%23.58
%0
%43.4
%16.86

Codes

Color #A2D478 in popluar color models

A2D478
RGB162212120
HSL93°51.69%65.10%
HSB/HSV93°43.40%83.14%
CMYK23.58%0.00%43.40%
16.86%

Color #A2D478 in popluar number systems.

HEXA2D478
Decimal162212120
Binary10100010110101001111000
Octal242324170

Shades and tints

Shades of #A2D478

#A2D478
(162,212,120)
#94C16E
(148,193,110)
#86AE64
(134,174,100)
#789B5A
(120,155,90)
#6A8850
(106,136,80)
#5C7546
(92,117,70)
#4E623C
(78,98,60)
#404F32
(64,79,50)
#323C28
(50,60,40)
#24291E
(36,41,30)
#161614
(22,22,20)
#000000
(0,0,0)

Tints of #A2D478

#A2D478
(162,212,120)
#AAD784
(170,215,132)
#B2DA90
(178,218,144)
#BADD9C
(186,221,156)
#C2E0A8
(194,224,168)
#CAE3B4
(202,227,180)
#D2E6C0
(210,230,192)
#DAE9CC
(218,233,204)
#E2ECD8
(226,236,216)
#EAEFE4
(234,239,228)
#F2F2F0
(242,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2D478; }

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

This text font color is #A2D478.


Background Color

.myBgColor { background-color: #A2D478; }

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

This div background color is #A2D478.


Border color

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

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

This div border color is #A2D478.


Opacity

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

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

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

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

This text has shadow with #A2D478 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2D478 on black background.


Color preview on white background

This text has color #A2D478 on white background.



Black color preview on #A2D478 background

This text has black color on #A2D478 background.


White color preview on #A2D478 background

This text has white color on #A2D478 background.