COLOR #ACCD91

HEX: #ACCD91 RGB: (172,205,145)

Color info

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

RGB color model

#ACCD91 color RGB value is (172,205,145).

RGB: (172,205,145) (67%, 80%, 57%)

RGB channels and saturation

R 172 of 255 = 67%
G 205 of 255 = 80%
B 145 of 255 = 57%

172
205
145

R + G + B ~ 68%. #ACCD91 is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 205 + 145 = 522 (100%)
R 172 of 522 ~ 32.95%
G 205 of 522 ~ 39.27%
B 145 of 522 ~ 27.78'%

%32.95
%39.27
%27.78

CMYK color model

#ACCD91 color CMYK value is (16,0,29,20).

  • cyan value is 16.10%
  • magenta value is 0.00%
  • yellow value is 29.27%
  • key color value is 19.61%
CMYK: (16,0,29,20) C16M0Y29K20 (16%,0%,29%,20%) (0.16/0.00/0.29/0.20) 

CMYK percentages

%16.1
%0
%29.27
%19.61

Codes

Color #ACCD91 in popluar color models

AC CD 91
RGB 172 205 145
HSL 93° 37.50% 68.63%
HSB/HSV 93° 29.27% 80.39%
CMYK 16.10% 0.00% 29.27%
19.61%

Color #ACCD91 in popluar number systems.

HEX AC CD 91
Decimal 172 205 145
Binary 10101100 11001101 10010001
Octal 254 315 221

Shades and tints

Shades of #ACCD91

#ACCD91
(172,205,145)
#9DBB84
(157,187,132)
#8EA977
(142,169,119)
#7F976A
(127,151,106)
#70855D
(112,133,93)
#617350
(97,115,80)
#526143
(82,97,67)
#434F36
(67,79,54)
#343D29
(52,61,41)
#252B1C
(37,43,28)
#16190F
(22,25,15)
#000000
(0,0,0)

Tints of #ACCD91

#ACCD91
(172,205,145)
#B3D19B
(179,209,155)
#BAD5A5
(186,213,165)
#C1D9AF
(193,217,175)
#C8DDB9
(200,221,185)
#CFE1C3
(207,225,195)
#D6E5CD
(214,229,205)
#DDE9D7
(221,233,215)
#E4EDE1
(228,237,225)
#EBF1EB
(235,241,235)
#F2F5F5
(242,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACCD91 color. Also use rgb(172,205,145) instead hex code.

Text Font Color

.myTextColor { color: #ACCD91; }

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

This text font color is #ACCD91.

Background Color

.myBgColor { background-color: #ACCD91; }

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

This div background color is #ACCD91.

Border color

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

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

This div border color is #ACCD91.

Opacity

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

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

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

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

This text has shadow with #ACCD91 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACCD91.

Preview

Color preview on black background

This text has color #ACCD91 on black background.


Color preview on white background

This text has color #ACCD91 on white background.


Black color preview on #ACCD91 background

This text has black color on #ACCD91 background.


White color preview on #ACCD91 background

This text has white color on #ACCD91 background.


Related colors

Complementary color

Complementary color for #hex is #53326E.


I love getcolorcode.com

Triadic colors

1 #91ACCD and #CD91AC with #ACCD91 are triadic colors.

2 #91CDAC and #CDAC91 with #ACCD91 are triadic colors.