COLOR #A9D45D

HEX: #A9D45D
RGB: (169,212,93)

Color info

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

RGB color model

#A9D45D color RGB value is (169,212,93).

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

RGB channels and saturation

R 169 of 255 = 66%
G 212 of 255 = 83%
B 93 of 255 = 36%

169
212
93

R + G + B ~ 62%. #A9D45D is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 212 + 93 = 474 (100%)
R 169 of 474 ~ 35.65%
G 212 of 474 ~ 44.73%
B 93 of 474 ~ 19.62%

%35.65
%44.73
%19.62

CMYK color model

#A9D45D color CMYK value is (20,0,56,17).

  • cyan value is 20.28%
  • magenta value is 0.00%
  • yellow value is 56.13%
  • key color value is 16.86%
CMYK:
(20,0,56,17)
C20M0Y56K17 
(20%,0%,56%,17%)
(0.20/0.00/0.56/0.17)	

CMYK percentages

%20.28
%0
%56.13
%16.86

Codes

Color #A9D45D in popluar color models

A9D45D
RGB16921293
HSL82°58.05%59.80%
HSB/HSV82°56.13%83.14%
CMYK20.28%0.00%56.13%
16.86%

Color #A9D45D in popluar number systems.

HEXA9D45D
Decimal16921293
Binary10101001110101001011101
Octal251324135

Shades and tints

Shades of #A9D45D

#A9D45D
(169,212,93)
#9AC155
(154,193,85)
#8BAE4D
(139,174,77)
#7C9B45
(124,155,69)
#6D883D
(109,136,61)
#5E7535
(94,117,53)
#4F622D
(79,98,45)
#404F25
(64,79,37)
#313C1D
(49,60,29)
#222915
(34,41,21)
#13160D
(19,22,13)
#000000
(0,0,0)

Tints of #A9D45D

#A9D45D
(169,212,93)
#B0D76B
(176,215,107)
#B7DA79
(183,218,121)
#BEDD87
(190,221,135)
#C5E095
(197,224,149)
#CCE3A3
(204,227,163)
#D3E6B1
(211,230,177)
#DAE9BF
(218,233,191)
#E1ECCD
(225,236,205)
#E8EFDB
(232,239,219)
#EFF2E9
(239,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9D45D; }

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

This text font color is #A9D45D.


Background Color

.myBgColor { background-color: #A9D45D; }

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

This div background color is #A9D45D.


Border color

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

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

This div border color is #A9D45D.


Opacity

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

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

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

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

This text has shadow with #A9D45D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9D45D on black background.


Color preview on white background

This text has color #A9D45D on white background.



Black color preview on #A9D45D background

This text has black color on #A9D45D background.


White color preview on #A9D45D background

This text has white color on #A9D45D background.