COLOR #A9D470

HEX: #A9D470
RGB: (169,212,112)

Color info

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

RGB color model

#A9D470 color RGB value is (169,212,112).

  • red value is 169;
  • green value is 212;
  • blue value is 112.
RGB:
(169,212,112)
(66%,83%,44%)

RGB channels and saturation

R 169 of 255 = 66%
G 212 of 255 = 83%
B 112 of 255 = 44%

169
212
112

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

Portions of RGB colors in percentages

R + G + B =
169 + 212 + 112 = 493 (100%)
R 169 of 493 ~ 34.28%
G 212 of 493 ~ 43%
B 112 of 493 ~ 22.72%

%34.28
%43
%22.72

CMYK color model

#A9D470 color CMYK value is (20,0,47,17).

  • cyan value is 20.28%
  • magenta value is 0.00%
  • yellow value is 47.17%
  • key color value is 16.86%
CMYK:
(20,0,47,17)
C20M0Y47K17 
(20%,0%,47%,17%)
(0.20/0.00/0.47/0.17)	

CMYK percentages

%20.28
%0
%47.17
%16.86

Codes

Color #A9D470 in popluar color models

A9D470
RGB169212112
HSL86°53.76%63.53%
HSB/HSV86°47.17%83.14%
CMYK20.28%0.00%47.17%
16.86%

Color #A9D470 in popluar number systems.

HEXA9D470
Decimal169212112
Binary10101001110101001110000
Octal251324160

Shades and tints

Shades of #A9D470

#A9D470
(169,212,112)
#9AC166
(154,193,102)
#8BAE5C
(139,174,92)
#7C9B52
(124,155,82)
#6D8848
(109,136,72)
#5E753E
(94,117,62)
#4F6234
(79,98,52)
#404F2A
(64,79,42)
#313C20
(49,60,32)
#222916
(34,41,22)
#13160C
(19,22,12)
#000000
(0,0,0)

Tints of #A9D470

#A9D470
(169,212,112)
#B0D77D
(176,215,125)
#B7DA8A
(183,218,138)
#BEDD97
(190,221,151)
#C5E0A4
(197,224,164)
#CCE3B1
(204,227,177)
#D3E6BE
(211,230,190)
#DAE9CB
(218,233,203)
#E1ECD8
(225,236,216)
#E8EFE5
(232,239,229)
#EFF2F2
(239,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9D470 color. Also use rgb(169,212,112) instead hex code.

Text Font Color

.myTextColor { color: #A9D470; }

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

This text font color is #A9D470.


Background Color

.myBgColor { background-color: #A9D470; }

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

This div background color is #A9D470.


Border color

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

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

This div border color is #A9D470.


Opacity

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

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

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

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

This text has shadow with #A9D470 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9D470 on black background.


Color preview on white background

This text has color #A9D470 on white background.



Black color preview on #A9D470 background

This text has black color on #A9D470 background.


White color preview on #A9D470 background

This text has white color on #A9D470 background.