COLOR #A9D386

HEX: #A9D386
RGB: (169,211,134)

Color info

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

RGB color model

#A9D386 color RGB value is (169,211,134).

  • red value is 169;
  • green value is 211;
  • blue value is 134.
RGB:
(169,211,134)
(66%,83%,53%)

RGB channels and saturation

R 169 of 255 = 66%
G 211 of 255 = 83%
B 134 of 255 = 53%

169
211
134

R + G + B ~ 67%. #A9D386 is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 211 + 134 = 514 (100%)
R 169 of 514 ~ 32.88%
G 211 of 514 ~ 41.05%
B 134 of 514 ~ 26.07%

%32.88
%41.05
%26.07

CMYK color model

#A9D386 color CMYK value is (20,0,36,17).

  • cyan value is 19.91%
  • magenta value is 0.00%
  • yellow value is 36.49%
  • key color value is 17.25%
CMYK:
(20,0,36,17)
C20M0Y36K17 
(20%,0%,36%,17%)
(0.20/0.00/0.36/0.17)	

CMYK percentages

%19.91
%0
%36.49
%17.25

Codes

Color #A9D386 in popluar color models

A9D386
RGB169211134
HSL93°46.67%67.65%
HSB/HSV93°36.49%82.75%
CMYK19.91%0.00%36.49%
17.25%

Color #A9D386 in popluar number systems.

HEXA9D386
Decimal169211134
Binary101010011101001110000110
Octal251323206

Shades and tints

Shades of #A9D386

#A9D386
(169,211,134)
#9AC07A
(154,192,122)
#8BAD6E
(139,173,110)
#7C9A62
(124,154,98)
#6D8756
(109,135,86)
#5E744A
(94,116,74)
#4F613E
(79,97,62)
#404E32
(64,78,50)
#313B26
(49,59,38)
#22281A
(34,40,26)
#13150E
(19,21,14)
#000000
(0,0,0)

Tints of #A9D386

#A9D386
(169,211,134)
#B0D791
(176,215,145)
#B7DB9C
(183,219,156)
#BEDFA7
(190,223,167)
#C5E3B2
(197,227,178)
#CCE7BD
(204,231,189)
#D3EBC8
(211,235,200)
#DAEFD3
(218,239,211)
#E1F3DE
(225,243,222)
#E8F7E9
(232,247,233)
#EFFBF4
(239,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9D386 color. Also use rgb(169,211,134) instead hex code.

Text Font Color

.myTextColor { color: #A9D386; }

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

This text font color is #A9D386.


Background Color

.myBgColor { background-color: #A9D386; }

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

This div background color is #A9D386.


Border color

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

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

This div border color is #A9D386.


Opacity

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

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

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

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

This text has shadow with #A9D386 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9D386 on black background.


Color preview on white background

This text has color #A9D386 on white background.



Black color preview on #A9D386 background

This text has black color on #A9D386 background.


White color preview on #A9D386 background

This text has white color on #A9D386 background.