COLOR #A9C46A

HEX: #A9C46A
RGB: (169,196,106)

Color info

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

RGB color model

#A9C46A color RGB value is (169,196,106).

  • red value is 169;
  • green value is 196;
  • blue value is 106.
RGB:
(169,196,106)
(66%,77%,42%)

RGB channels and saturation

R 169 of 255 = 66%
G 196 of 255 = 77%
B 106 of 255 = 42%

169
196
106

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

Portions of RGB colors in percentages

R + G + B =
169 + 196 + 106 = 471 (100%)
R 169 of 471 ~ 35.88%
G 196 of 471 ~ 41.61%
B 106 of 471 ~ 22.51%

%35.88
%41.61
%22.51

CMYK color model

#A9C46A color CMYK value is (14,0,46,23).

  • cyan value is 13.78%
  • magenta value is 0.00%
  • yellow value is 45.92%
  • key color value is 23.14%
CMYK:
(14,0,46,23)
C14M0Y46K23 
(14%,0%,46%,23%)
(0.14/0.00/0.46/0.23)	

CMYK percentages

%13.78
%0
%45.92
%23.14

Codes

Color #A9C46A in popluar color models

A9C46A
RGB169196106
HSL78°43.27%59.22%
HSB/HSV78°45.92%76.86%
CMYK13.78%0.00%45.92%
23.14%

Color #A9C46A in popluar number systems.

HEXA9C46A
Decimal169196106
Binary10101001110001001101010
Octal251304152

Shades and tints

Shades of #A9C46A

#A9C46A
(169,196,106)
#9AB361
(154,179,97)
#8BA258
(139,162,88)
#7C914F
(124,145,79)
#6D8046
(109,128,70)
#5E6F3D
(94,111,61)
#4F5E34
(79,94,52)
#404D2B
(64,77,43)
#313C22
(49,60,34)
#222B19
(34,43,25)
#131A10
(19,26,16)
#000000
(0,0,0)

Tints of #A9C46A

#A9C46A
(169,196,106)
#B0C977
(176,201,119)
#B7CE84
(183,206,132)
#BED391
(190,211,145)
#C5D89E
(197,216,158)
#CCDDAB
(204,221,171)
#D3E2B8
(211,226,184)
#DAE7C5
(218,231,197)
#E1ECD2
(225,236,210)
#E8F1DF
(232,241,223)
#EFF6EC
(239,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9C46A color. Also use rgb(169,196,106) instead hex code.

Text Font Color

.myTextColor { color: #A9C46A; }

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

This text font color is #A9C46A.


Background Color

.myBgColor { background-color: #A9C46A; }

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

This div background color is #A9C46A.


Border color

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

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

This div border color is #A9C46A.


Opacity

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

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

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

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

This text has shadow with #A9C46A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9C46A on black background.


Color preview on white background

This text has color #A9C46A on white background.



Black color preview on #A9C46A background

This text has black color on #A9C46A background.


White color preview on #A9C46A background

This text has white color on #A9C46A background.