COLOR #ACD375

HEX: #ACD375
RGB: (172,211,117)

Color info

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

RGB color model

#ACD375 color RGB value is (172,211,117).

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

RGB channels and saturation

R 172 of 255 = 67%
G 211 of 255 = 83%
B 117 of 255 = 46%

172
211
117

R + G + B ~ 65%. #ACD375 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 211 + 117 = 500 (100%)
R 172 of 500 ~ 34.4%
G 211 of 500 ~ 42.2%
B 117 of 500 ~ 23.4%

%34.4
%42.2
%23.4

CMYK color model

#ACD375 color CMYK value is (18,0,45,17).

  • cyan value is 18.48%
  • magenta value is 0.00%
  • yellow value is 44.55%
  • key color value is 17.25%
CMYK:
(18,0,45,17)
C18M0Y45K17 
(18%,0%,45%,17%)
(0.18/0.00/0.45/0.17)	

CMYK percentages

%18.48
%0
%44.55
%17.25

Codes

Color #ACD375 in popluar color models

ACD375
RGB172211117
HSL85°51.65%64.31%
HSB/HSV85°44.55%82.75%
CMYK18.48%0.00%44.55%
17.25%

Color #ACD375 in popluar number systems.

HEXACD375
Decimal172211117
Binary10101100110100111110101
Octal254323165

Shades and tints

Shades of #ACD375

#ACD375
(172,211,117)
#9DC06B
(157,192,107)
#8EAD61
(142,173,97)
#7F9A57
(127,154,87)
#70874D
(112,135,77)
#617443
(97,116,67)
#526139
(82,97,57)
#434E2F
(67,78,47)
#343B25
(52,59,37)
#25281B
(37,40,27)
#161511
(22,21,17)
#000000
(0,0,0)

Tints of #ACD375

#ACD375
(172,211,117)
#B3D781
(179,215,129)
#BADB8D
(186,219,141)
#C1DF99
(193,223,153)
#C8E3A5
(200,227,165)
#CFE7B1
(207,231,177)
#D6EBBD
(214,235,189)
#DDEFC9
(221,239,201)
#E4F3D5
(228,243,213)
#EBF7E1
(235,247,225)
#F2FBED
(242,251,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACD375; }

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

This text font color is #ACD375.


Background Color

.myBgColor { background-color: #ACD375; }

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

This div background color is #ACD375.


Border color

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

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

This div border color is #ACD375.


Opacity

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

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

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

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

This text has shadow with #ACD375 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACD375 on black background.


Color preview on white background

This text has color #ACD375 on white background.



Black color preview on #ACD375 background

This text has black color on #ACD375 background.


White color preview on #ACD375 background

This text has white color on #ACD375 background.