COLOR #ACDA96

HEX: #ACDA96 RGB: (172,218,150)

Color info

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

RGB color model

#ACDA96 color RGB value is (172,218,150).

RGB: (172,218,150) (67%, 85%, 59%)

RGB channels and saturation

R 172 of 255 = 67%
G 218 of 255 = 85%
B 150 of 255 = 59%

172
218
150

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

Portions of RGB colors in percentages

R + G + B = 172 + 218 + 150 = 540 (100%)
R 172 of 540 ~ 31.85%
G 218 of 540 ~ 40.37%
B 150 of 540 ~ 27.78'%

%31.85
%40.37
%27.78

CMYK color model

#ACDA96 color CMYK value is (21,0,31,15).

  • cyan value is 21.10%
  • magenta value is 0.00%
  • yellow value is 31.19%
  • key color value is 14.51%

CMYK: (21,0,31,15)
C21M0Y31K15 (21%, 0%, 31%, 15%)
(0.21 / 0.00 / 0.31 / 0.15)

CMYK percentages

%21.1
%0
%31.19
%14.51

Codes

Color #ACDA96 in popluar color models

AC DA 96
RGB 172 218 150
HSL 101° 47.89% 72.16%
HSB/HSV 101° 31.19% 85.49%
CMYK 21.10% 0.00% 31.19%
14.51%

Color #ACDA96 in popluar number systems.

HEX AC DA 96
Decimal 172 218 150
Binary 10101100 11011010 10010110
Octal 254 332 226

Shades and tints

Shades of #ACDA96

#ACDA96
(172,218,150)
#9DC789
(157,199,137)
#8EB47C
(142,180,124)
#7FA16F
(127,161,111)
#708E62
(112,142,98)
#617B55
(97,123,85)
#526848
(82,104,72)
#43553B
(67,85,59)
#34422E
(52,66,46)
#252F21
(37,47,33)
#161C14
(22,28,20)
#000000
(0,0,0)

Tints of #ACDA96

#ACDA96
(172,218,150)
#B3DD9F
(179,221,159)
#BAE0A8
(186,224,168)
#C1E3B1
(193,227,177)
#C8E6BA
(200,230,186)
#CFE9C3
(207,233,195)
#D6ECCC
(214,236,204)
#DDEFD5
(221,239,213)
#E4F2DE
(228,242,222)
#EBF5E7
(235,245,231)
#F2F8F0
(242,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACDA96 color. Also use rgb(172,218,150) instead hex code.

Text Font Color

.myTextColor { color: #ACDA96; }

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

This text font color is #ACDA96.

Background Color

.myBgColor { background-color: #ACDA96; }

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

This div background color is #ACDA96.

Border color

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

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

This div border color is #ACDA96.

Opacity

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

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

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

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

This text has shadow with #ACDA96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACDA96.

Preview

Color preview on black background

This text has color #ACDA96 on black background.


Color preview on white background

This text has color #ACDA96 on white background.


Black color preview on #ACDA96 background

This text has black color on #ACDA96 background.


White color preview on #ACDA96 background

This text has white color on #ACDA96 background.


Related colors

Complementary color

Complementary color for #hex is #532569.


I love getcolorcode.com

Triadic colors

1 #96ACDA and #DA96AC with #ACDA96 are triadic colors.

2 #96DAAC and #DAAC96 with #ACDA96 are triadic colors.