COLOR #ACD390

HEX: #ACD390
RGB: (172,211,144)

Color info

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

RGB color model

#ACD390 color RGB value is (172,211,144).

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

RGB channels and saturation

R 172 of 255 = 67%
G 211 of 255 = 83%
B 144 of 255 = 56%

172
211
144

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

Portions of RGB colors in percentages

R + G + B =
172 + 211 + 144 = 527 (100%)
R 172 of 527 ~ 32.64%
G 211 of 527 ~ 40.04%
B 144 of 527 ~ 27.32%

%32.64
%40.04
%27.32

CMYK color model

#ACD390 color CMYK value is (18,0,32,17).

  • cyan value is 18.48%
  • magenta value is 0.00%
  • yellow value is 31.75%
  • key color value is 17.25%
CMYK:
(18,0,32,17)
C18M0Y32K17 
(18%,0%,32%,17%)
(0.18/0.00/0.32/0.17)	

CMYK percentages

%18.48
%0
%31.75
%17.25

Codes

Color #ACD390 in popluar color models

ACD390
RGB172211144
HSL95°43.23%69.61%
HSB/HSV95°31.75%82.75%
CMYK18.48%0.00%31.75%
17.25%

Color #ACD390 in popluar number systems.

HEXACD390
Decimal172211144
Binary101011001101001110010000
Octal254323220

Shades and tints

Shades of #ACD390

#ACD390
(172,211,144)
#9DC083
(157,192,131)
#8EAD76
(142,173,118)
#7F9A69
(127,154,105)
#70875C
(112,135,92)
#61744F
(97,116,79)
#526142
(82,97,66)
#434E35
(67,78,53)
#343B28
(52,59,40)
#25281B
(37,40,27)
#16150E
(22,21,14)
#000000
(0,0,0)

Tints of #ACD390

#ACD390
(172,211,144)
#B3D79A
(179,215,154)
#BADBA4
(186,219,164)
#C1DFAE
(193,223,174)
#C8E3B8
(200,227,184)
#CFE7C2
(207,231,194)
#D6EBCC
(214,235,204)
#DDEFD6
(221,239,214)
#E4F3E0
(228,243,224)
#EBF7EA
(235,247,234)
#F2FBF4
(242,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACD390; }

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

This text font color is #ACD390.


Background Color

.myBgColor { background-color: #ACD390; }

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

This div background color is #ACD390.


Border color

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

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

This div border color is #ACD390.


Opacity

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

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

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

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

This text has shadow with #ACD390 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACD390 on black background.


Color preview on white background

This text has color #ACD390 on white background.



Black color preview on #ACD390 background

This text has black color on #ACD390 background.


White color preview on #ACD390 background

This text has white color on #ACD390 background.