COLOR #ACD48F

HEX: #ACD48F
RGB: (172,212,143)

Color info

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

RGB color model

#ACD48F color RGB value is (172,212,143).

  • red value is 172;
  • green value is 212;
  • blue value is 143.
RGB:
(172,212,143)
(67%,83%,56%)

RGB channels and saturation

R 172 of 255 = 67%
G 212 of 255 = 83%
B 143 of 255 = 56%

172
212
143

R + G + B ~ 69%. #ACD48F is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 212 + 143 = 527 (100%)
R 172 of 527 ~ 32.64%
G 212 of 527 ~ 40.23%
B 143 of 527 ~ 27.13%

%32.64
%40.23
%27.13

CMYK color model

#ACD48F color CMYK value is (19,0,33,17).

  • cyan value is 18.87%
  • magenta value is 0.00%
  • yellow value is 32.55%
  • key color value is 16.86%
CMYK:
(19,0,33,17)
C19M0Y33K17 
(19%,0%,33%,17%)
(0.19/0.00/0.33/0.17)	

CMYK percentages

%18.87
%0
%32.55
%16.86

Codes

Color #ACD48F in popluar color models

ACD48F
RGB172212143
HSL95°44.52%69.61%
HSB/HSV95°32.55%83.14%
CMYK18.87%0.00%32.55%
16.86%

Color #ACD48F in popluar number systems.

HEXACD48F
Decimal172212143
Binary101011001101010010001111
Octal254324217

Shades and tints

Shades of #ACD48F

#ACD48F
(172,212,143)
#9DC182
(157,193,130)
#8EAE75
(142,174,117)
#7F9B68
(127,155,104)
#70885B
(112,136,91)
#61754E
(97,117,78)
#526241
(82,98,65)
#434F34
(67,79,52)
#343C27
(52,60,39)
#25291A
(37,41,26)
#16160D
(22,22,13)
#000000
(0,0,0)

Tints of #ACD48F

#ACD48F
(172,212,143)
#B3D799
(179,215,153)
#BADAA3
(186,218,163)
#C1DDAD
(193,221,173)
#C8E0B7
(200,224,183)
#CFE3C1
(207,227,193)
#D6E6CB
(214,230,203)
#DDE9D5
(221,233,213)
#E4ECDF
(228,236,223)
#EBEFE9
(235,239,233)
#F2F2F3
(242,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACD48F color. Also use rgb(172,212,143) instead hex code.

Text Font Color

.myTextColor { color: #ACD48F; }

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

This text font color is #ACD48F.


Background Color

.myBgColor { background-color: #ACD48F; }

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

This div background color is #ACD48F.


Border color

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

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

This div border color is #ACD48F.


Opacity

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

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

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

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

This text has shadow with #ACD48F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACD48F on black background.


Color preview on white background

This text has color #ACD48F on white background.



Black color preview on #ACD48F background

This text has black color on #ACD48F background.


White color preview on #ACD48F background

This text has white color on #ACD48F background.