COLOR #ACD595

HEX: #ACD595 RGB: (172,213,149)

Color info

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

RGB color model

#ACD595 color RGB value is (172,213,149).

RGB: (172,213,149) (67%, 84%, 58%)

RGB channels and saturation

R 172 of 255 = 67%
G 213 of 255 = 84%
B 149 of 255 = 58%

172
213
149

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

Portions of RGB colors in percentages

R + G + B = 172 + 213 + 149 = 534 (100%)
R 172 of 534 ~ 32.21%
G 213 of 534 ~ 39.89%
B 149 of 534 ~ 27.9'%

%32.21
%39.89
%27.9

CMYK color model

#ACD595 color CMYK value is (19,0,30,16).

  • cyan value is 19.25%
  • magenta value is 0.00%
  • yellow value is 30.05%
  • key color value is 16.47%

CMYK: (19,0,30,16)
C19M0Y30K16 (19%, 0%, 30%, 16%)
(0.19 / 0.00 / 0.30 / 0.16)

CMYK percentages

%19.25
%0
%30.05
%16.47

Codes

Color #ACD595 in popluar color models

AC D5 95
RGB 172 213 149
HSL 98° 43.24% 70.98%
HSB/HSV 98° 30.05% 83.53%
CMYK 19.25% 0.00% 30.05%
16.47%

Color #ACD595 in popluar number systems.

HEX AC D5 95
Decimal 172 213 149
Binary 10101100 11010101 10010101
Octal 254 325 225

Shades and tints

Shades of #ACD595

#ACD595
(172,213,149)
#9DC288
(157,194,136)
#8EAF7B
(142,175,123)
#7F9C6E
(127,156,110)
#708961
(112,137,97)
#617654
(97,118,84)
#526347
(82,99,71)
#43503A
(67,80,58)
#343D2D
(52,61,45)
#252A20
(37,42,32)
#161713
(22,23,19)
#000000
(0,0,0)

Tints of #ACD595

#ACD595
(172,213,149)
#B3D89E
(179,216,158)
#BADBA7
(186,219,167)
#C1DEB0
(193,222,176)
#C8E1B9
(200,225,185)
#CFE4C2
(207,228,194)
#D6E7CB
(214,231,203)
#DDEAD4
(221,234,212)
#E4EDDD
(228,237,221)
#EBF0E6
(235,240,230)
#F2F3EF
(242,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACD595 color. Also use rgb(172,213,149) instead hex code.

Text Font Color

.myTextColor { color: #ACD595; }

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

This text font color is #ACD595.

Background Color

.myBgColor { background-color: #ACD595; }

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

This div background color is #ACD595.

Border color

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

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

This div border color is #ACD595.

Opacity

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

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

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

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

This text has shadow with #ACD595 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACD595.

Preview

Color preview on black background

This text has color #ACD595 on black background.


Color preview on white background

This text has color #ACD595 on white background.


Black color preview on #ACD595 background

This text has black color on #ACD595 background.


White color preview on #ACD595 background

This text has white color on #ACD595 background.


Related colors

Complementary color

Complementary color for #hex is #532A6A.


I love getcolorcode.com

Triadic colors

1 #95ACD5 and #D595AC with #ACD595 are triadic colors.

2 #95D5AC and #D5AC95 with #ACD595 are triadic colors.