COLOR #A9DC6F

HEX: #A9DC6F
RGB: (169,220,111)

Color info

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

RGB color model

#A9DC6F color RGB value is (169,220,111).

  • red value is 169;
  • green value is 220;
  • blue value is 111.
RGB:
(169,220,111)
(66%,86%,44%)

RGB channels and saturation

R 169 of 255 = 66%
G 220 of 255 = 86%
B 111 of 255 = 44%

169
220
111

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

Portions of RGB colors in percentages

R + G + B =
169 + 220 + 111 = 500 (100%)
R 169 of 500 ~ 33.8%
G 220 of 500 ~ 44%
B 111 of 500 ~ 22.2%

%33.8
%44
%22.2

CMYK color model

#A9DC6F color CMYK value is (23,0,50,14).

  • cyan value is 23.18%
  • magenta value is 0.00%
  • yellow value is 49.55%
  • key color value is 13.73%
CMYK:
(23,0,50,14)
C23M0Y50K14 
(23%,0%,50%,14%)
(0.23/0.00/0.50/0.14)	

CMYK percentages

%23.18
%0
%49.55
%13.73

Codes

Color #A9DC6F in popluar color models

A9DC6F
RGB169220111
HSL88°60.89%64.90%
HSB/HSV88°49.55%86.27%
CMYK23.18%0.00%49.55%
13.73%

Color #A9DC6F in popluar number systems.

HEXA9DC6F
Decimal169220111
Binary10101001110111001101111
Octal251334157

Shades and tints

Shades of #A9DC6F

#A9DC6F
(169,220,111)
#9AC865
(154,200,101)
#8BB45B
(139,180,91)
#7CA051
(124,160,81)
#6D8C47
(109,140,71)
#5E783D
(94,120,61)
#4F6433
(79,100,51)
#405029
(64,80,41)
#313C1F
(49,60,31)
#222815
(34,40,21)
#13140B
(19,20,11)
#000000
(0,0,0)

Tints of #A9DC6F

#A9DC6F
(169,220,111)
#B0DF7C
(176,223,124)
#B7E289
(183,226,137)
#BEE596
(190,229,150)
#C5E8A3
(197,232,163)
#CCEBB0
(204,235,176)
#D3EEBD
(211,238,189)
#DAF1CA
(218,241,202)
#E1F4D7
(225,244,215)
#E8F7E4
(232,247,228)
#EFFAF1
(239,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9DC6F color. Also use rgb(169,220,111) instead hex code.

Text Font Color

.myTextColor { color: #A9DC6F; }

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

This text font color is #A9DC6F.


Background Color

.myBgColor { background-color: #A9DC6F; }

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

This div background color is #A9DC6F.


Border color

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

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

This div border color is #A9DC6F.


Opacity

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

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

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

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

This text has shadow with #A9DC6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9DC6F on black background.


Color preview on white background

This text has color #A9DC6F on white background.



Black color preview on #A9DC6F background

This text has black color on #A9DC6F background.


White color preview on #A9DC6F background

This text has white color on #A9DC6F background.