COLOR #ACC37A

HEX: #ACC37A
RGB: (172,195,122)

Color info

#ACC37A contains mainly red and green colors. Web safe color of #ACC37A is #99CC66 (or #9C6).

RGB color model

#ACC37A color RGB value is (172,195,122).

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

RGB channels and saturation

R 172 of 255 = 67%
G 195 of 255 = 76%
B 122 of 255 = 48%

172
195
122

R + G + B ~ 64%. #ACC37A is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 195 + 122 = 489 (100%)
R 172 of 489 ~ 35.17%
G 195 of 489 ~ 39.88%
B 122 of 489 ~ 24.95%

%35.17
%39.88
%24.95

CMYK color model

#ACC37A color CMYK value is (12,0,37,24).

  • cyan value is 11.79%
  • magenta value is 0.00%
  • yellow value is 37.44%
  • key color value is 23.53%
CMYK:
(12,0,37,24)
C12M0Y37K24 
(12%,0%,37%,24%)
(0.12/0.00/0.37/0.24)	

CMYK percentages

%11.79
%0
%37.44
%23.53

Codes

Color #ACC37A in popluar color models

ACC37A
RGB172195122
HSL79°37.82%62.16%
HSB/HSV79°37.44%76.47%
CMYK11.79%0.00%37.44%
23.53%

Color #ACC37A in popluar number systems.

HEXACC37A
Decimal172195122
Binary10101100110000111111010
Octal254303172

Shades and tints

Shades of #ACC37A

#ACC37A
(172,195,122)
#9DB26F
(157,178,111)
#8EA164
(142,161,100)
#7F9059
(127,144,89)
#707F4E
(112,127,78)
#616E43
(97,110,67)
#525D38
(82,93,56)
#434C2D
(67,76,45)
#343B22
(52,59,34)
#252A17
(37,42,23)
#16190C
(22,25,12)
#000000
(0,0,0)

Tints of #ACC37A

#ACC37A
(172,195,122)
#B3C886
(179,200,134)
#BACD92
(186,205,146)
#C1D29E
(193,210,158)
#C8D7AA
(200,215,170)
#CFDCB6
(207,220,182)
#D6E1C2
(214,225,194)
#DDE6CE
(221,230,206)
#E4EBDA
(228,235,218)
#EBF0E6
(235,240,230)
#F2F5F2
(242,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACC37A; }

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

This text font color is #ACC37A.


Background Color

.myBgColor { background-color: #ACC37A; }

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

This div background color is #ACC37A.


Border color

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

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

This div border color is #ACC37A.


Opacity

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

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

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

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

This text has shadow with #ACC37A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACC37A on black background.


Color preview on white background

This text has color #ACC37A on white background.



Black color preview on #ACC37A background

This text has black color on #ACC37A background.


White color preview on #ACC37A background

This text has white color on #ACC37A background.