COLOR #A9E499

HEX: #A9E499 RGB: (169,228,153)

Color info

#A9E499 contains mainly red and green colors. Web safe color of #A9E499 is #99CC99 (or #9C9).

RGB color model

#A9E499 color RGB value is (169,228,153).

RGB: (169,228,153) (66%, 89%, 60%)

RGB channels and saturation

R 169 of 255 = 66%
G 228 of 255 = 89%
B 153 of 255 = 60%

169
228
153

R + G + B ~ 72%. #A9E499 is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 228 + 153 = 550 (100%)
R 169 of 550 ~ 30.73%
G 228 of 550 ~ 41.45%
B 153 of 550 ~ 27.82'%

%30.73
%41.45
%27.82

CMYK color model

#A9E499 color CMYK value is (26,0,33,11).

  • cyan value is 25.88%
  • magenta value is 0.00%
  • yellow value is 32.89%
  • key color value is 10.59%

CMYK: (26,0,33,11)
C26M0Y33K11 (26%, 0%, 33%, 11%)
(0.26 / 0.00 / 0.33 / 0.11)

CMYK percentages

%25.88
%0
%32.89
%10.59

Codes

Color #A9E499 in popluar color models

A9 E4 99
RGB 169 228 153
HSL 107° 58.14% 74.71%
HSB/HSV 107° 32.89% 89.41%
CMYK 25.88% 0.00% 32.89%
10.59%

Color #A9E499 in popluar number systems.

HEX A9 E4 99
Decimal 169 228 153
Binary 10101001 11100100 10011001
Octal 251 344 231

Shades and tints

Shades of #A9E499

#A9E499
(169,228,153)
#9AD08C
(154,208,140)
#8BBC7F
(139,188,127)
#7CA872
(124,168,114)
#6D9465
(109,148,101)
#5E8058
(94,128,88)
#4F6C4B
(79,108,75)
#40583E
(64,88,62)
#314431
(49,68,49)
#223024
(34,48,36)
#131C17
(19,28,23)
#000000
(0,0,0)

Tints of #A9E499

#A9E499
(169,228,153)
#B0E6A2
(176,230,162)
#B7E8AB
(183,232,171)
#BEEAB4
(190,234,180)
#C5ECBD
(197,236,189)
#CCEEC6
(204,238,198)
#D3F0CF
(211,240,207)
#DAF2D8
(218,242,216)
#E1F4E1
(225,244,225)
#E8F6EA
(232,246,234)
#EFF8F3
(239,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9E499 color. Also use rgb(169,228,153) instead hex code.

Text Font Color

.myTextColor { color: #A9E499; }

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

This text font color is #A9E499.

Background Color

.myBgColor { background-color: #A9E499; }

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

This div background color is #A9E499.

Border color

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

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

This div border color is #A9E499.

Opacity

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

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

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

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

This text has shadow with #A9E499 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9E499.

Preview

Color preview on black background

This text has color #A9E499 on black background.


Color preview on white background

This text has color #A9E499 on white background.


Black color preview on #A9E499 background

This text has black color on #A9E499 background.


White color preview on #A9E499 background

This text has white color on #A9E499 background.


Related colors

Complementary color

Complementary color for #hex is #561B66.


I love getcolorcode.com

Triadic colors

1 #99A9E4 and #E499A9 with #A9E499 are triadic colors.

2 #99E4A9 and #E4A999 with #A9E499 are triadic colors.