COLOR #ACD498

HEX: #ACD498 RGB: (172,212,152)

Color info

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

RGB color model

#ACD498 color RGB value is (172,212,152).

RGB: (172,212,152) (67%, 83%, 60%)

RGB channels and saturation

R 172 of 255 = 67%
G 212 of 255 = 83%
B 152 of 255 = 60%

172
212
152

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

Portions of RGB colors in percentages

R + G + B = 172 + 212 + 152 = 536 (100%)
R 172 of 536 ~ 32.09%
G 212 of 536 ~ 39.55%
B 152 of 536 ~ 28.36'%

%32.09
%39.55
%28.36

CMYK color model

#ACD498 color CMYK value is (19,0,28,17).

  • cyan value is 18.87%
  • magenta value is 0.00%
  • yellow value is 28.30%
  • key color value is 16.86%

CMYK: (19,0,28,17)
C19M0Y28K17 (19%, 0%, 28%, 17%)
(0.19 / 0.00 / 0.28 / 0.17)

CMYK percentages

%18.87
%0
%28.3
%16.86

Codes

Color #ACD498 in popluar color models

AC D4 98
RGB 172 212 152
HSL 100° 41.10% 71.37%
HSB/HSV 100° 28.30% 83.14%
CMYK 18.87% 0.00% 28.30%
16.86%

Color #ACD498 in popluar number systems.

HEX AC D4 98
Decimal 172 212 152
Binary 10101100 11010100 10011000
Octal 254 324 230

Shades and tints

Shades of #ACD498

#ACD498
(172,212,152)
#9DC18B
(157,193,139)
#8EAE7E
(142,174,126)
#7F9B71
(127,155,113)
#708864
(112,136,100)
#617557
(97,117,87)
#52624A
(82,98,74)
#434F3D
(67,79,61)
#343C30
(52,60,48)
#252923
(37,41,35)
#161616
(22,22,22)
#000000
(0,0,0)

Tints of #ACD498

#ACD498
(172,212,152)
#B3D7A1
(179,215,161)
#BADAAA
(186,218,170)
#C1DDB3
(193,221,179)
#C8E0BC
(200,224,188)
#CFE3C5
(207,227,197)
#D6E6CE
(214,230,206)
#DDE9D7
(221,233,215)
#E4ECE0
(228,236,224)
#EBEFE9
(235,239,233)
#F2F2F2
(242,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACD498 color. Also use rgb(172,212,152) instead hex code.

Text Font Color

.myTextColor { color: #ACD498; }

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

This text font color is #ACD498.

Background Color

.myBgColor { background-color: #ACD498; }

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

This div background color is #ACD498.

Border color

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

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

This div border color is #ACD498.

Opacity

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

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

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

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

This text has shadow with #ACD498 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACD498.

Preview

Color preview on black background

This text has color #ACD498 on black background.


Color preview on white background

This text has color #ACD498 on white background.


Black color preview on #ACD498 background

This text has black color on #ACD498 background.


White color preview on #ACD498 background

This text has white color on #ACD498 background.


Related colors

Complementary color

Complementary color for #hex is #532B67.


I love getcolorcode.com

Triadic colors

1 #98ACD4 and #D498AC with #ACD498 are triadic colors.

2 #98D4AC and #D4AC98 with #ACD498 are triadic colors.