COLOR #A0CC89

HEX: #A0CC89 RGB: (160,204,137)

Color info

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

RGB color model

#A0CC89 color RGB value is (160,204,137).

RGB: (160,204,137) (63%, 80%, 54%)

RGB channels and saturation

R 160 of 255 = 63%
G 204 of 255 = 80%
B 137 of 255 = 54%

160
204
137

R + G + B ~ 66%. #A0CC89 is quite light color.

Portions of RGB colors in percentages

R + G + B = 160 + 204 + 137 = 501 (100%)
R 160 of 501 ~ 31.94%
G 204 of 501 ~ 40.72%
B 137 of 501 ~ 27.35'%

%31.94
%40.72
%27.35

CMYK color model

#A0CC89 color CMYK value is (22,0,33,20).

  • cyan value is 21.57%
  • magenta value is 0.00%
  • yellow value is 32.84%
  • key color value is 20.00%

CMYK: (22,0,33,20)
C22M0Y33K20 (22%, 0%, 33%, 20%)
(0.22 / 0.00 / 0.33 / 0.20)

CMYK percentages

%21.57
%0
%32.84
%20

Codes

Color #A0CC89 in popluar color models

A0 CC 89
RGB 160 204 137
HSL 99° 39.64% 66.86%
HSB/HSV 99° 32.84% 80.00%
CMYK 21.57% 0.00% 32.84%
20.00%

Color #A0CC89 in popluar number systems.

HEX A0 CC 89
Decimal 160 204 137
Binary 10100000 11001100 10001001
Octal 240 314 211

Shades and tints

Shades of #A0CC89

#A0CC89
(160,204,137)
#92BA7D
(146,186,125)
#84A871
(132,168,113)
#769665
(118,150,101)
#688459
(104,132,89)
#5A724D
(90,114,77)
#4C6041
(76,96,65)
#3E4E35
(62,78,53)
#303C29
(48,60,41)
#222A1D
(34,42,29)
#141811
(20,24,17)
#000000
(0,0,0)

Tints of #A0CC89

#A0CC89
(160,204,137)
#A8D093
(168,208,147)
#B0D49D
(176,212,157)
#B8D8A7
(184,216,167)
#C0DCB1
(192,220,177)
#C8E0BB
(200,224,187)
#D0E4C5
(208,228,197)
#D8E8CF
(216,232,207)
#E0ECD9
(224,236,217)
#E8F0E3
(232,240,227)
#F0F4ED
(240,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0CC89 color. Also use rgb(160,204,137) instead hex code.

Text Font Color

.myTextColor { color: #A0CC89; }

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

This text font color is #A0CC89.

Background Color

.myBgColor { background-color: #A0CC89; }

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

This div background color is #A0CC89.

Border color

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

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

This div border color is #A0CC89.

Opacity

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

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

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

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

This text has shadow with #A0CC89 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0CC89.

Preview

Color preview on black background

This text has color #A0CC89 on black background.


Color preview on white background

This text has color #A0CC89 on white background.


Black color preview on #A0CC89 background

This text has black color on #A0CC89 background.


White color preview on #A0CC89 background

This text has white color on #A0CC89 background.


Related colors

Complementary color

Complementary color for #hex is #5F3376.


I love getcolorcode.com

Triadic colors

1 #89A0CC and #CC89A0 with #A0CC89 are triadic colors.

2 #89CCA0 and #CCA089 with #A0CC89 are triadic colors.