COLOR #A9C22A

HEX: #A9C22A RGB: (169,194,42)

Color info

#A9C22A contains mainly red and green colors. Web safe color of #A9C22A is #99CC33 (or #9C3).

RGB color model

#A9C22A color RGB value is (169,194,42).

RGB: (169,194,42) (66%, 76%, 16%)

RGB channels and saturation

R 169 of 255 = 66%
G 194 of 255 = 76%
B 42 of 255 = 16%

169
194
42

R + G + B ~ 53%. #A9C22A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 169 + 194 + 42 = 405 (100%)
R 169 of 405 ~ 41.73%
G 194 of 405 ~ 47.9%
B 42 of 405 ~ 10.37'%

%41.73
%47.9

CMYK color model

#A9C22A color CMYK value is (13,0,78,24).

  • cyan value is 12.89%
  • magenta value is 0.00%
  • yellow value is 78.35%
  • key color value is 23.92%

CMYK: (13,0,78,24)
C13M0Y78K24 (13%, 0%, 78%, 24%)
(0.13 / 0.00 / 0.78 / 0.24)

CMYK percentages

%12.89
%0
%78.35
%23.92

Codes

Color #A9C22A in popluar color models

A9 C2 2A
RGB 169 194 42
HSL 70° 64.41% 46.27%
HSB/HSV 70° 78.35% 76.08%
CMYK 12.89% 0.00% 78.35%
23.92%

Color #A9C22A in popluar number systems.

HEX A9 C2 2A
Decimal 169 194 42
Binary 10101001 11000010 101010
Octal 251 302 52

Shades and tints

Shades of #A9C22A

#A9C22A
(169,194,42)
#9AB127
(154,177,39)
#8BA024
(139,160,36)
#7C8F21
(124,143,33)
#6D7E1E
(109,126,30)
#5E6D1B
(94,109,27)
#4F5C18
(79,92,24)
#404B15
(64,75,21)
#313A12
(49,58,18)
#22290F
(34,41,15)
#13180C
(19,24,12)
#000000
(0,0,0)

Tints of #A9C22A

#A9C22A
(169,194,42)
#B0C73D
(176,199,61)
#B7CC50
(183,204,80)
#BED163
(190,209,99)
#C5D676
(197,214,118)
#CCDB89
(204,219,137)
#D3E09C
(211,224,156)
#DAE5AF
(218,229,175)
#E1EAC2
(225,234,194)
#E8EFD5
(232,239,213)
#EFF4E8
(239,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9C22A color. Also use rgb(169,194,42) instead hex code.

Text Font Color

.myTextColor { color: #A9C22A; }

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

This text font color is #A9C22A.

Background Color

.myBgColor { background-color: #A9C22A; }

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

This div background color is #A9C22A.

Border color

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

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

This div border color is #A9C22A.

Opacity

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

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

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

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

This text has shadow with #A9C22A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9C22A.

Preview

Color preview on black background

This text has color #A9C22A on black background.


Color preview on white background

This text has color #A9C22A on white background.


Black color preview on #A9C22A background

This text has black color on #A9C22A background.


White color preview on #A9C22A background

This text has white color on #A9C22A background.


Related colors

Complementary color

Complementary color for #hex is #563DD5.


I love getcolorcode.com

Triadic colors

1 #2AA9C2 and #C22AA9 with #A9C22A are triadic colors.

2 #2AC2A9 and #C2A92A with #A9C22A are triadic colors.