COLOR #A9D07A

HEX: #A9D07A
RGB: (169,208,122)

Color info

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

RGB color model

#A9D07A color RGB value is (169,208,122).

  • red value is 169;
  • green value is 208;
  • blue value is 122.
RGB:
(169,208,122)
(66%,82%,48%)

RGB channels and saturation

R 169 of 255 = 66%
G 208 of 255 = 82%
B 122 of 255 = 48%

169
208
122

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

Portions of RGB colors in percentages

R + G + B =
169 + 208 + 122 = 499 (100%)
R 169 of 499 ~ 33.87%
G 208 of 499 ~ 41.68%
B 122 of 499 ~ 24.45%

%33.87
%41.68
%24.45

CMYK color model

#A9D07A color CMYK value is (19,0,41,18).

  • cyan value is 18.75%
  • magenta value is 0.00%
  • yellow value is 41.35%
  • key color value is 18.43%
CMYK:
(19,0,41,18)
C19M0Y41K18 
(19%,0%,41%,18%)
(0.19/0.00/0.41/0.18)	

CMYK percentages

%18.75
%0
%41.35
%18.43

Codes

Color #A9D07A in popluar color models

A9D07A
RGB169208122
HSL87°47.78%64.71%
HSB/HSV87°41.35%81.57%
CMYK18.75%0.00%41.35%
18.43%

Color #A9D07A in popluar number systems.

HEXA9D07A
Decimal169208122
Binary10101001110100001111010
Octal251320172

Shades and tints

Shades of #A9D07A

#A9D07A
(169,208,122)
#9ABE6F
(154,190,111)
#8BAC64
(139,172,100)
#7C9A59
(124,154,89)
#6D884E
(109,136,78)
#5E7643
(94,118,67)
#4F6438
(79,100,56)
#40522D
(64,82,45)
#314022
(49,64,34)
#222E17
(34,46,23)
#131C0C
(19,28,12)
#000000
(0,0,0)

Tints of #A9D07A

#A9D07A
(169,208,122)
#B0D486
(176,212,134)
#B7D892
(183,216,146)
#BEDC9E
(190,220,158)
#C5E0AA
(197,224,170)
#CCE4B6
(204,228,182)
#D3E8C2
(211,232,194)
#DAECCE
(218,236,206)
#E1F0DA
(225,240,218)
#E8F4E6
(232,244,230)
#EFF8F2
(239,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9D07A color. Also use rgb(169,208,122) instead hex code.

Text Font Color

.myTextColor { color: #A9D07A; }

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

This text font color is #A9D07A.


Background Color

.myBgColor { background-color: #A9D07A; }

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

This div background color is #A9D07A.


Border color

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

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

This div border color is #A9D07A.


Opacity

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

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

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

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

This text has shadow with #A9D07A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9D07A on black background.


Color preview on white background

This text has color #A9D07A on white background.



Black color preview on #A9D07A background

This text has black color on #A9D07A background.


White color preview on #A9D07A background

This text has white color on #A9D07A background.