COLOR #ACC89A

HEX: #ACC89A
RGB: (172,200,154)

Color info

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

RGB color model

#ACC89A color RGB value is (172,200,154).

  • red value is 172;
  • green value is 200;
  • blue value is 154.
RGB:
(172,200,154)
(67%,78%,60%)

RGB channels and saturation

R 172 of 255 = 67%
G 200 of 255 = 78%
B 154 of 255 = 60%

172
200
154

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

Portions of RGB colors in percentages

R + G + B =
172 + 200 + 154 = 526 (100%)
R 172 of 526 ~ 32.7%
G 200 of 526 ~ 38.02%
B 154 of 526 ~ 29.28%

%32.7
%38.02
%29.28

CMYK color model

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

  • cyan value is 14.00%
  • magenta value is 0.00%
  • yellow value is 23.00%
  • key color value is 21.57%
CMYK:
(14,0,23,22)
C14M0Y23K22 
(14%,0%,23%,22%)
(0.14/0.00/0.23/0.22)	

CMYK percentages

%14
%0
%23
%21.57

Codes

Color #ACC89A in popluar color models

ACC89A
RGB172200154
HSL97°29.49%69.41%
HSB/HSV97°23.00%78.43%
CMYK14.00%0.00%23.00%
21.57%

Color #ACC89A in popluar number systems.

HEXACC89A
Decimal172200154
Binary101011001100100010011010
Octal254310232

Shades and tints

Shades of #ACC89A

#ACC89A
(172,200,154)
#9DB68C
(157,182,140)
#8EA47E
(142,164,126)
#7F9270
(127,146,112)
#708062
(112,128,98)
#616E54
(97,110,84)
#525C46
(82,92,70)
#434A38
(67,74,56)
#34382A
(52,56,42)
#25261C
(37,38,28)
#16140E
(22,20,14)
#000000
(0,0,0)

Tints of #ACC89A

#ACC89A
(172,200,154)
#B3CDA3
(179,205,163)
#BAD2AC
(186,210,172)
#C1D7B5
(193,215,181)
#C8DCBE
(200,220,190)
#CFE1C7
(207,225,199)
#D6E6D0
(214,230,208)
#DDEBD9
(221,235,217)
#E4F0E2
(228,240,226)
#EBF5EB
(235,245,235)
#F2FAF4
(242,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACC89A color. Also use rgb(172,200,154) instead hex code.

Text Font Color

.myTextColor { color: #ACC89A; }

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

This text font color is #ACC89A.


Background Color

.myBgColor { background-color: #ACC89A; }

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

This div background color is #ACC89A.


Border color

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

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

This div border color is #ACC89A.


Opacity

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

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

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

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

This text has shadow with #ACC89A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACC89A on black background.


Color preview on white background

This text has color #ACC89A on white background.



Black color preview on #ACC89A background

This text has black color on #ACC89A background.


White color preview on #ACC89A background

This text has white color on #ACC89A background.