COLOR #ACD37C

HEX: #ACD37C
RGB: (172,211,124)

Color info

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

RGB color model

#ACD37C color RGB value is (172,211,124).

  • red value is 172;
  • green value is 211;
  • blue value is 124.
RGB:
(172,211,124)
(67%,83%,49%)

RGB channels and saturation

R 172 of 255 = 67%
G 211 of 255 = 83%
B 124 of 255 = 49%

172
211
124

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

Portions of RGB colors in percentages

R + G + B =
172 + 211 + 124 = 507 (100%)
R 172 of 507 ~ 33.93%
G 211 of 507 ~ 41.62%
B 124 of 507 ~ 24.46%

%33.93
%41.62
%24.46

CMYK color model

#ACD37C color CMYK value is (18,0,41,17).

  • cyan value is 18.48%
  • magenta value is 0.00%
  • yellow value is 41.23%
  • key color value is 17.25%
CMYK:
(18,0,41,17)
C18M0Y41K17 
(18%,0%,41%,17%)
(0.18/0.00/0.41/0.17)	

CMYK percentages

%18.48
%0
%41.23
%17.25

Codes

Color #ACD37C in popluar color models

ACD37C
RGB172211124
HSL87°49.71%65.69%
HSB/HSV87°41.23%82.75%
CMYK18.48%0.00%41.23%
17.25%

Color #ACD37C in popluar number systems.

HEXACD37C
Decimal172211124
Binary10101100110100111111100
Octal254323174

Shades and tints

Shades of #ACD37C

#ACD37C
(172,211,124)
#9DC071
(157,192,113)
#8EAD66
(142,173,102)
#7F9A5B
(127,154,91)
#708750
(112,135,80)
#617445
(97,116,69)
#52613A
(82,97,58)
#434E2F
(67,78,47)
#343B24
(52,59,36)
#252819
(37,40,25)
#16150E
(22,21,14)
#000000
(0,0,0)

Tints of #ACD37C

#ACD37C
(172,211,124)
#B3D787
(179,215,135)
#BADB92
(186,219,146)
#C1DF9D
(193,223,157)
#C8E3A8
(200,227,168)
#CFE7B3
(207,231,179)
#D6EBBE
(214,235,190)
#DDEFC9
(221,239,201)
#E4F3D4
(228,243,212)
#EBF7DF
(235,247,223)
#F2FBEA
(242,251,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACD37C color. Also use rgb(172,211,124) instead hex code.

Text Font Color

.myTextColor { color: #ACD37C; }

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

This text font color is #ACD37C.


Background Color

.myBgColor { background-color: #ACD37C; }

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

This div background color is #ACD37C.


Border color

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

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

This div border color is #ACD37C.


Opacity

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

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

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

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

This text has shadow with #ACD37C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACD37C on black background.


Color preview on white background

This text has color #ACD37C on white background.



Black color preview on #ACD37C background

This text has black color on #ACD37C background.


White color preview on #ACD37C background

This text has white color on #ACD37C background.