COLOR #A9C498

HEX: #A9C498 RGB: (169,196,152)

Color info

#A9C498 contains red, green and blue colors in about the same proportion. Web safe color of #A9C498 is #99CC99 (or #9C9).

RGB color model

#A9C498 color RGB value is (169,196,152).

RGB: (169,196,152) (66%, 77%, 60%)

RGB channels and saturation

R 169 of 255 = 66%
G 196 of 255 = 77%
B 152 of 255 = 60%

169
196
152

R + G + B ~ 68%. #A9C498 is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 196 + 152 = 517 (100%)
R 169 of 517 ~ 32.69%
G 196 of 517 ~ 37.91%
B 152 of 517 ~ 29.4'%

%32.69
%37.91
%29.4

CMYK color model

#A9C498 color CMYK value is (14,0,22,23).

  • cyan value is 13.78%
  • magenta value is 0.00%
  • yellow value is 22.45%
  • key color value is 23.14%

CMYK: (14,0,22,23)
C14M0Y22K23 (14%, 0%, 22%, 23%)
(0.14 / 0.00 / 0.22 / 0.23)

CMYK percentages

%13.78
%0
%22.45
%23.14

Codes

Color #A9C498 in popluar color models

A9 C4 98
RGB 169 196 152
HSL 97° 27.16% 68.24%
HSB/HSV 97° 22.45% 76.86%
CMYK 13.78% 0.00% 22.45%
23.14%

Color #A9C498 in popluar number systems.

HEX A9 C4 98
Decimal 169 196 152
Binary 10101001 11000100 10011000
Octal 251 304 230

Shades and tints

Shades of #A9C498

#A9C498
(169,196,152)
#9AB38B
(154,179,139)
#8BA27E
(139,162,126)
#7C9171
(124,145,113)
#6D8064
(109,128,100)
#5E6F57
(94,111,87)
#4F5E4A
(79,94,74)
#404D3D
(64,77,61)
#313C30
(49,60,48)
#222B23
(34,43,35)
#131A16
(19,26,22)
#000000
(0,0,0)

Tints of #A9C498

#A9C498
(169,196,152)
#B0C9A1
(176,201,161)
#B7CEAA
(183,206,170)
#BED3B3
(190,211,179)
#C5D8BC
(197,216,188)
#CCDDC5
(204,221,197)
#D3E2CE
(211,226,206)
#DAE7D7
(218,231,215)
#E1ECE0
(225,236,224)
#E8F1E9
(232,241,233)
#EFF6F2
(239,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9C498; }

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

This text font color is #A9C498.

Background Color

.myBgColor { background-color: #A9C498; }

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

This div background color is #A9C498.

Border color

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

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

This div border color is #A9C498.

Opacity

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

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

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

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

This text has shadow with #A9C498 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9C498.

Preview

Color preview on black background

This text has color #A9C498 on black background.


Color preview on white background

This text has color #A9C498 on white background.


Black color preview on #A9C498 background

This text has black color on #A9C498 background.


White color preview on #A9C498 background

This text has white color on #A9C498 background.


Related colors

Complementary color

Complementary color for #hex is #563B67.


I love getcolorcode.com

Triadic colors

1 #98A9C4 and #C498A9 with #A9C498 are triadic colors.

2 #98C4A9 and #C4A998 with #A9C498 are triadic colors.