COLOR #ACC38A

HEX: #ACC38A
RGB: (172,195,138)

Color info

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

RGB color model

#ACC38A color RGB value is (172,195,138).

  • red value is 172;
  • green value is 195;
  • blue value is 138.
RGB:
(172,195,138)
(67%,76%,54%)

RGB channels and saturation

R 172 of 255 = 67%
G 195 of 255 = 76%
B 138 of 255 = 54%

172
195
138

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

Portions of RGB colors in percentages

R + G + B =
172 + 195 + 138 = 505 (100%)
R 172 of 505 ~ 34.06%
G 195 of 505 ~ 38.61%
B 138 of 505 ~ 27.33%

%34.06
%38.61
%27.33

CMYK color model

#ACC38A color CMYK value is (12,0,29,24).

  • cyan value is 11.79%
  • magenta value is 0.00%
  • yellow value is 29.23%
  • key color value is 23.53%
CMYK:
(12,0,29,24)
C12M0Y29K24 
(12%,0%,29%,24%)
(0.12/0.00/0.29/0.24)	

CMYK percentages

%11.79
%0
%29.23
%23.53

Codes

Color #ACC38A in popluar color models

ACC38A
RGB172195138
HSL84°32.20%65.29%
HSB/HSV84°29.23%76.47%
CMYK11.79%0.00%29.23%
23.53%

Color #ACC38A in popluar number systems.

HEXACC38A
Decimal172195138
Binary101011001100001110001010
Octal254303212

Shades and tints

Shades of #ACC38A

#ACC38A
(172,195,138)
#9DB27E
(157,178,126)
#8EA172
(142,161,114)
#7F9066
(127,144,102)
#707F5A
(112,127,90)
#616E4E
(97,110,78)
#525D42
(82,93,66)
#434C36
(67,76,54)
#343B2A
(52,59,42)
#252A1E
(37,42,30)
#161912
(22,25,18)
#000000
(0,0,0)

Tints of #ACC38A

#ACC38A
(172,195,138)
#B3C894
(179,200,148)
#BACD9E
(186,205,158)
#C1D2A8
(193,210,168)
#C8D7B2
(200,215,178)
#CFDCBC
(207,220,188)
#D6E1C6
(214,225,198)
#DDE6D0
(221,230,208)
#E4EBDA
(228,235,218)
#EBF0E4
(235,240,228)
#F2F5EE
(242,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACC38A color. Also use rgb(172,195,138) instead hex code.

Text Font Color

.myTextColor { color: #ACC38A; }

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

This text font color is #ACC38A.


Background Color

.myBgColor { background-color: #ACC38A; }

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

This div background color is #ACC38A.


Border color

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

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

This div border color is #ACC38A.


Opacity

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

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

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

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

This text has shadow with #ACC38A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACC38A on black background.


Color preview on white background

This text has color #ACC38A on white background.



Black color preview on #ACC38A background

This text has black color on #ACC38A background.


White color preview on #ACC38A background

This text has white color on #ACC38A background.