COLOR #ACDC98

HEX: #ACDC98 RGB: (172,220,152)

Color info

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

RGB color model

#ACDC98 color RGB value is (172,220,152).

RGB: (172,220,152) (67%, 86%, 60%)

RGB channels and saturation

R 172 of 255 = 67%
G 220 of 255 = 86%
B 152 of 255 = 60%

172
220
152

R + G + B ~ 71%. #ACDC98 is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 220 + 152 = 544 (100%)
R 172 of 544 ~ 31.62%
G 220 of 544 ~ 40.44%
B 152 of 544 ~ 27.94'%

%31.62
%40.44
%27.94

CMYK color model

#ACDC98 color CMYK value is (22,0,31,14).

  • cyan value is 21.82%
  • magenta value is 0.00%
  • yellow value is 30.91%
  • key color value is 13.73%

CMYK: (22,0,31,14)
C22M0Y31K14 (22%, 0%, 31%, 14%)
(0.22 / 0.00 / 0.31 / 0.14)

CMYK percentages

%21.82
%0
%30.91
%13.73

Codes

Color #ACDC98 in popluar color models

AC DC 98
RGB 172 220 152
HSL 102° 49.28% 72.94%
HSB/HSV 102° 30.91% 86.27%
CMYK 21.82% 0.00% 30.91%
13.73%

Color #ACDC98 in popluar number systems.

HEX AC DC 98
Decimal 172 220 152
Binary 10101100 11011100 10011000
Octal 254 334 230

Shades and tints

Shades of #ACDC98

#ACDC98
(172,220,152)
#9DC88B
(157,200,139)
#8EB47E
(142,180,126)
#7FA071
(127,160,113)
#708C64
(112,140,100)
#617857
(97,120,87)
#52644A
(82,100,74)
#43503D
(67,80,61)
#343C30
(52,60,48)
#252823
(37,40,35)
#161416
(22,20,22)
#000000
(0,0,0)

Tints of #ACDC98

#ACDC98
(172,220,152)
#B3DFA1
(179,223,161)
#BAE2AA
(186,226,170)
#C1E5B3
(193,229,179)
#C8E8BC
(200,232,188)
#CFEBC5
(207,235,197)
#D6EECE
(214,238,206)
#DDF1D7
(221,241,215)
#E4F4E0
(228,244,224)
#EBF7E9
(235,247,233)
#F2FAF2
(242,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACDC98; }

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

This text font color is #ACDC98.

Background Color

.myBgColor { background-color: #ACDC98; }

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

This div background color is #ACDC98.

Border color

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

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

This div border color is #ACDC98.

Opacity

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

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

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

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

This text has shadow with #ACDC98 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACDC98.

Preview

Color preview on black background

This text has color #ACDC98 on black background.


Color preview on white background

This text has color #ACDC98 on white background.


Black color preview on #ACDC98 background

This text has black color on #ACDC98 background.


White color preview on #ACDC98 background

This text has white color on #ACDC98 background.


Related colors

Complementary color

Complementary color for #hex is #532367.


I love getcolorcode.com

Triadic colors

1 #98ACDC and #DC98AC with #ACDC98 are triadic colors.

2 #98DCAC and #DCAC98 with #ACDC98 are triadic colors.