COLOR #A9D27C

HEX: #A9D27C
RGB: (169,210,124)

Color info

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

RGB color model

#A9D27C color RGB value is (169,210,124).

  • red value is 169;
  • green value is 210;
  • blue value is 124.
RGB:
(169,210,124)
(66%,82%,49%)

RGB channels and saturation

R 169 of 255 = 66%
G 210 of 255 = 82%
B 124 of 255 = 49%

169
210
124

R + G + B ~ 66%. #A9D27C is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 210 + 124 = 503 (100%)
R 169 of 503 ~ 33.6%
G 210 of 503 ~ 41.75%
B 124 of 503 ~ 24.65%

%33.6
%41.75
%24.65

CMYK color model

#A9D27C color CMYK value is (20,0,41,18).

  • cyan value is 19.52%
  • magenta value is 0.00%
  • yellow value is 40.95%
  • key color value is 17.65%
CMYK:
(20,0,41,18)
C20M0Y41K18 
(20%,0%,41%,18%)
(0.20/0.00/0.41/0.18)	

CMYK percentages

%19.52
%0
%40.95
%17.65

Codes

Color #A9D27C in popluar color models

A9D27C
RGB169210124
HSL89°48.86%65.49%
HSB/HSV89°40.95%82.35%
CMYK19.52%0.00%40.95%
17.65%

Color #A9D27C in popluar number systems.

HEXA9D27C
Decimal169210124
Binary10101001110100101111100
Octal251322174

Shades and tints

Shades of #A9D27C

#A9D27C
(169,210,124)
#9ABF71
(154,191,113)
#8BAC66
(139,172,102)
#7C995B
(124,153,91)
#6D8650
(109,134,80)
#5E7345
(94,115,69)
#4F603A
(79,96,58)
#404D2F
(64,77,47)
#313A24
(49,58,36)
#222719
(34,39,25)
#13140E
(19,20,14)
#000000
(0,0,0)

Tints of #A9D27C

#A9D27C
(169,210,124)
#B0D687
(176,214,135)
#B7DA92
(183,218,146)
#BEDE9D
(190,222,157)
#C5E2A8
(197,226,168)
#CCE6B3
(204,230,179)
#D3EABE
(211,234,190)
#DAEEC9
(218,238,201)
#E1F2D4
(225,242,212)
#E8F6DF
(232,246,223)
#EFFAEA
(239,250,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9D27C color. Also use rgb(169,210,124) instead hex code.

Text Font Color

.myTextColor { color: #A9D27C; }

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

This text font color is #A9D27C.


Background Color

.myBgColor { background-color: #A9D27C; }

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

This div background color is #A9D27C.


Border color

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

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

This div border color is #A9D27C.


Opacity

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

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

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

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

This text has shadow with #A9D27C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9D27C on black background.


Color preview on white background

This text has color #A9D27C on white background.



Black color preview on #A9D27C background

This text has black color on #A9D27C background.


White color preview on #A9D27C background

This text has white color on #A9D27C background.