COLOR #A9C288

HEX: #A9C288 RGB: (169,194,136)

Color info

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

RGB color model

#A9C288 color RGB value is (169,194,136).

RGB: (169,194,136) (66%, 76%, 53%)

RGB channels and saturation

R 169 of 255 = 66%
G 194 of 255 = 76%
B 136 of 255 = 53%

169
194
136

R + G + B ~ 65%. #A9C288 is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 194 + 136 = 499 (100%)
R 169 of 499 ~ 33.87%
G 194 of 499 ~ 38.88%
B 136 of 499 ~ 27.25'%

%33.87
%38.88
%27.25

CMYK color model

#A9C288 color CMYK value is (13,0,30,24).

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

CMYK: (13,0,30,24)
C13M0Y30K24 (13%, 0%, 30%, 24%)
(0.13 / 0.00 / 0.30 / 0.24)

CMYK percentages

%12.89
%0
%29.9
%23.92

Codes

Color #A9C288 in popluar color models

A9 C2 88
RGB 169 194 136
HSL 86° 32.22% 64.71%
HSB/HSV 86° 29.90% 76.08%
CMYK 12.89% 0.00% 29.90%
23.92%

Color #A9C288 in popluar number systems.

HEX A9 C2 88
Decimal 169 194 136
Binary 10101001 11000010 10001000
Octal 251 302 210

Shades and tints

Shades of #A9C288

#A9C288
(169,194,136)
#9AB17C
(154,177,124)
#8BA070
(139,160,112)
#7C8F64
(124,143,100)
#6D7E58
(109,126,88)
#5E6D4C
(94,109,76)
#4F5C40
(79,92,64)
#404B34
(64,75,52)
#313A28
(49,58,40)
#22291C
(34,41,28)
#131810
(19,24,16)
#000000
(0,0,0)

Tints of #A9C288

#A9C288
(169,194,136)
#B0C792
(176,199,146)
#B7CC9C
(183,204,156)
#BED1A6
(190,209,166)
#C5D6B0
(197,214,176)
#CCDBBA
(204,219,186)
#D3E0C4
(211,224,196)
#DAE5CE
(218,229,206)
#E1EAD8
(225,234,216)
#E8EFE2
(232,239,226)
#EFF4EC
(239,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9C288; }

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

This text font color is #A9C288.

Background Color

.myBgColor { background-color: #A9C288; }

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

This div background color is #A9C288.

Border color

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

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

This div border color is #A9C288.

Opacity

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

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

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

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

This text has shadow with #A9C288 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9C288.

Preview

Color preview on black background

This text has color #A9C288 on black background.


Color preview on white background

This text has color #A9C288 on white background.


Black color preview on #A9C288 background

This text has black color on #A9C288 background.


White color preview on #A9C288 background

This text has white color on #A9C288 background.


Related colors

Complementary color

Complementary color for #hex is #563D77.


I love getcolorcode.com

Triadic colors

1 #88A9C2 and #C288A9 with #A9C288 are triadic colors.

2 #88C2A9 and #C2A988 with #A9C288 are triadic colors.