COLOR #ACD298

HEX: #ACD298 RGB: (172,210,152)

Color info

#ACD298 contains red, green and blue colors in about the same proportion. Web safe color of #ACD298 is #99CC99 (or #9C9).

RGB color model

#ACD298 color RGB value is (172,210,152).

RGB: (172,210,152) (67%, 82%, 60%)

RGB channels and saturation

R 172 of 255 = 67%
G 210 of 255 = 82%
B 152 of 255 = 60%

172
210
152

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

Portions of RGB colors in percentages

R + G + B = 172 + 210 + 152 = 534 (100%)
R 172 of 534 ~ 32.21%
G 210 of 534 ~ 39.33%
B 152 of 534 ~ 28.46'%

%32.21
%39.33
%28.46

CMYK color model

#ACD298 color CMYK value is (18,0,28,18).

  • cyan value is 18.10%
  • magenta value is 0.00%
  • yellow value is 27.62%
  • key color value is 17.65%

CMYK: (18,0,28,18)
C18M0Y28K18 (18%, 0%, 28%, 18%)
(0.18 / 0.00 / 0.28 / 0.18)

CMYK percentages

%18.1
%0
%27.62
%17.65

Codes

Color #ACD298 in popluar color models

AC D2 98
RGB 172 210 152
HSL 99° 39.19% 70.98%
HSB/HSV 99° 27.62% 82.35%
CMYK 18.10% 0.00% 27.62%
17.65%

Color #ACD298 in popluar number systems.

HEX AC D2 98
Decimal 172 210 152
Binary 10101100 11010010 10011000
Octal 254 322 230

Shades and tints

Shades of #ACD298

#ACD298
(172,210,152)
#9DBF8B
(157,191,139)
#8EAC7E
(142,172,126)
#7F9971
(127,153,113)
#708664
(112,134,100)
#617357
(97,115,87)
#52604A
(82,96,74)
#434D3D
(67,77,61)
#343A30
(52,58,48)
#252723
(37,39,35)
#161416
(22,20,22)
#000000
(0,0,0)

Tints of #ACD298

#ACD298
(172,210,152)
#B3D6A1
(179,214,161)
#BADAAA
(186,218,170)
#C1DEB3
(193,222,179)
#C8E2BC
(200,226,188)
#CFE6C5
(207,230,197)
#D6EACE
(214,234,206)
#DDEED7
(221,238,215)
#E4F2E0
(228,242,224)
#EBF6E9
(235,246,233)
#F2FAF2
(242,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACD298; }

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

This text font color is #ACD298.

Background Color

.myBgColor { background-color: #ACD298; }

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

This div background color is #ACD298.

Border color

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

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

This div border color is #ACD298.

Opacity

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

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

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

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

This text has shadow with #ACD298 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACD298.

Preview

Color preview on black background

This text has color #ACD298 on black background.


Color preview on white background

This text has color #ACD298 on white background.


Black color preview on #ACD298 background

This text has black color on #ACD298 background.


White color preview on #ACD298 background

This text has white color on #ACD298 background.


Related colors

Complementary color

Complementary color for #hex is #532D67.


I love getcolorcode.com

Triadic colors

1 #98ACD2 and #D298AC with #ACD298 are triadic colors.

2 #98D2AC and #D2AC98 with #ACD298 are triadic colors.