COLOR #A9D35E

HEX: #A9D35E RGB: (169,211,94)

Color info

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

RGB color model

#A9D35E color RGB value is (169,211,94).

RGB: (169,211,94) (66%, 83%, 37%)

RGB channels and saturation

R 169 of 255 = 66%
G 211 of 255 = 83%
B 94 of 255 = 37%

169
211
94

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

Portions of RGB colors in percentages

R + G + B = 169 + 211 + 94 = 474 (100%)
R 169 of 474 ~ 35.65%
G 211 of 474 ~ 44.51%
B 94 of 474 ~ 19.83'%

%35.65
%44.51
%19.83

CMYK color model

#A9D35E color CMYK value is (20,0,55,17).

  • cyan value is 19.91%
  • magenta value is 0.00%
  • yellow value is 55.45%
  • key color value is 17.25%

CMYK: (20,0,55,17)
C20M0Y55K17 (20%, 0%, 55%, 17%)
(0.20 / 0.00 / 0.55 / 0.17)

CMYK percentages

%19.91
%0
%55.45
%17.25

Codes

Color #A9D35E in popluar color models

A9 D3 5E
RGB 169 211 94
HSL 82° 57.07% 59.80%
HSB/HSV 82° 55.45% 82.75%
CMYK 19.91% 0.00% 55.45%
17.25%

Color #A9D35E in popluar number systems.

HEX A9 D3 5E
Decimal 169 211 94
Binary 10101001 11010011 1011110
Octal 251 323 136

Shades and tints

Shades of #A9D35E

#A9D35E
(169,211,94)
#9AC056
(154,192,86)
#8BAD4E
(139,173,78)
#7C9A46
(124,154,70)
#6D873E
(109,135,62)
#5E7436
(94,116,54)
#4F612E
(79,97,46)
#404E26
(64,78,38)
#313B1E
(49,59,30)
#222816
(34,40,22)
#13150E
(19,21,14)
#000000
(0,0,0)

Tints of #A9D35E

#A9D35E
(169,211,94)
#B0D76C
(176,215,108)
#B7DB7A
(183,219,122)
#BEDF88
(190,223,136)
#C5E396
(197,227,150)
#CCE7A4
(204,231,164)
#D3EBB2
(211,235,178)
#DAEFC0
(218,239,192)
#E1F3CE
(225,243,206)
#E8F7DC
(232,247,220)
#EFFBEA
(239,251,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9D35E color. Also use rgb(169,211,94) instead hex code.

Text Font Color

.myTextColor { color: #A9D35E; }

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

This text font color is #A9D35E.

Background Color

.myBgColor { background-color: #A9D35E; }

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

This div background color is #A9D35E.

Border color

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

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

This div border color is #A9D35E.

Opacity

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

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

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

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

This text has shadow with #A9D35E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9D35E.

Preview

Color preview on black background

This text has color #A9D35E on black background.


Color preview on white background

This text has color #A9D35E on white background.


Black color preview on #A9D35E background

This text has black color on #A9D35E background.


White color preview on #A9D35E background

This text has white color on #A9D35E background.


Related colors

Complementary color

Complementary color for #A9D35E is #562CA1.


I love getcolorcode.com

Triadic colors

1 #5EA9D3 and #D35EA9 with #A9D35E are triadic colors.

2 #5ED3A9 and #D3A95E with #A9D35E are triadic colors.