COLOR #ACD358

HEX: #ACD358
RGB: (172,211,88)

Color info

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

RGB color model

#ACD358 color RGB value is (172,211,88).

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

RGB channels and saturation

R 172 of 255 = 67%
G 211 of 255 = 83%
B 88 of 255 = 35%

172
211
88

R + G + B ~ 62%. #ACD358 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 211 + 88 = 471 (100%)
R 172 of 471 ~ 36.52%
G 211 of 471 ~ 44.8%
B 88 of 471 ~ 18.68%

%36.52
%44.8
%18.68

CMYK color model

#ACD358 color CMYK value is (18,0,58,17).

  • cyan value is 18.48%
  • magenta value is 0.00%
  • yellow value is 58.29%
  • key color value is 17.25%
CMYK:
(18,0,58,17)
C18M0Y58K17 
(18%,0%,58%,17%)
(0.18/0.00/0.58/0.17)	

CMYK percentages

%18.48
%0
%58.29
%17.25

Codes

Color #ACD358 in popluar color models

ACD358
RGB17221188
HSL79°58.29%58.63%
HSB/HSV79°58.29%82.75%
CMYK18.48%0.00%58.29%
17.25%

Color #ACD358 in popluar number systems.

HEXACD358
Decimal17221188
Binary10101100110100111011000
Octal254323130

Shades and tints

Shades of #ACD358

#ACD358
(172,211,88)
#9DC050
(157,192,80)
#8EAD48
(142,173,72)
#7F9A40
(127,154,64)
#708738
(112,135,56)
#617430
(97,116,48)
#526128
(82,97,40)
#434E20
(67,78,32)
#343B18
(52,59,24)
#252810
(37,40,16)
#161508
(22,21,8)
#000000
(0,0,0)

Tints of #ACD358

#ACD358
(172,211,88)
#B3D767
(179,215,103)
#BADB76
(186,219,118)
#C1DF85
(193,223,133)
#C8E394
(200,227,148)
#CFE7A3
(207,231,163)
#D6EBB2
(214,235,178)
#DDEFC1
(221,239,193)
#E4F3D0
(228,243,208)
#EBF7DF
(235,247,223)
#F2FBEE
(242,251,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACD358; }

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

This text font color is #ACD358.


Background Color

.myBgColor { background-color: #ACD358; }

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

This div background color is #ACD358.


Border color

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

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

This div border color is #ACD358.


Opacity

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

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

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

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

This text has shadow with #ACD358 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACD358 on black background.


Color preview on white background

This text has color #ACD358 on white background.



Black color preview on #ACD358 background

This text has black color on #ACD358 background.


White color preview on #ACD358 background

This text has white color on #ACD358 background.