COLOR #ACD79A

HEX: #ACD79A
RGB: (172,215,154)

Color info

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

RGB color model

#ACD79A color RGB value is (172,215,154).

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

RGB channels and saturation

R 172 of 255 = 67%
G 215 of 255 = 84%
B 154 of 255 = 60%

172
215
154

R + G + B ~ 70%. #ACD79A is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 215 + 154 = 541 (100%)
R 172 of 541 ~ 31.79%
G 215 of 541 ~ 39.74%
B 154 of 541 ~ 28.47%

%31.79
%39.74
%28.47

CMYK color model

#ACD79A color CMYK value is (20,0,28,16).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 28.37%
  • key color value is 15.69%
CMYK:
(20,0,28,16)
C20M0Y28K16 
(20%,0%,28%,16%)
(0.20/0.00/0.28/0.16)	

CMYK percentages

%20
%0
%28.37
%15.69

Codes

Color #ACD79A in popluar color models

ACD79A
RGB172215154
HSL102°43.26%72.35%
HSB/HSV102°28.37%84.31%
CMYK20.00%0.00%28.37%
15.69%

Color #ACD79A in popluar number systems.

HEXACD79A
Decimal172215154
Binary101011001101011110011010
Octal254327232

Shades and tints

Shades of #ACD79A

#ACD79A
(172,215,154)
#9DC48C
(157,196,140)
#8EB17E
(142,177,126)
#7F9E70
(127,158,112)
#708B62
(112,139,98)
#617854
(97,120,84)
#526546
(82,101,70)
#435238
(67,82,56)
#343F2A
(52,63,42)
#252C1C
(37,44,28)
#16190E
(22,25,14)
#000000
(0,0,0)

Tints of #ACD79A

#ACD79A
(172,215,154)
#B3DAA3
(179,218,163)
#BADDAC
(186,221,172)
#C1E0B5
(193,224,181)
#C8E3BE
(200,227,190)
#CFE6C7
(207,230,199)
#D6E9D0
(214,233,208)
#DDECD9
(221,236,217)
#E4EFE2
(228,239,226)
#EBF2EB
(235,242,235)
#F2F5F4
(242,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACD79A; }

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

This text font color is #ACD79A.


Background Color

.myBgColor { background-color: #ACD79A; }

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

This div background color is #ACD79A.


Border color

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

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

This div border color is #ACD79A.


Opacity

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

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

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

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

This text has shadow with #ACD79A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACD79A on black background.


Color preview on white background

This text has color #ACD79A on white background.



Black color preview on #ACD79A background

This text has black color on #ACD79A background.


White color preview on #ACD79A background

This text has white color on #ACD79A background.