COLOR #ACC082

HEX: #ACC082 RGB: (172,192,130)

Color info

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

RGB color model

#ACC082 color RGB value is (172,192,130).

RGB: (172,192,130) (67%, 75%, 51%)

RGB channels and saturation

R 172 of 255 = 67%
G 192 of 255 = 75%
B 130 of 255 = 51%

172
192
130

R + G + B ~ 64%. #ACC082 is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 192 + 130 = 494 (100%)
R 172 of 494 ~ 34.82%
G 192 of 494 ~ 38.87%
B 130 of 494 ~ 26.32'%

%34.82
%38.87
%26.32

CMYK color model

#ACC082 color CMYK value is (10,0,32,25).

  • cyan value is 10.42%
  • magenta value is 0.00%
  • yellow value is 32.29%
  • key color value is 24.71%

CMYK: (10,0,32,25)
C10M0Y32K25 (10%, 0%, 32%, 25%)
(0.10 / 0.00 / 0.32 / 0.25)

CMYK percentages

%10.42
%0
%32.29
%24.71

Codes

Color #ACC082 in popluar color models

AC C0 82
RGB 172 192 130
HSL 79° 32.98% 63.14%
HSB/HSV 79° 32.29% 75.29%
CMYK 10.42% 0.00% 32.29%
24.71%

Color #ACC082 in popluar number systems.

HEX AC C0 82
Decimal 172 192 130
Binary 10101100 11000000 10000010
Octal 254 300 202

Shades and tints

Shades of #ACC082

#ACC082
(172,192,130)
#9DAF77
(157,175,119)
#8E9E6C
(142,158,108)
#7F8D61
(127,141,97)
#707C56
(112,124,86)
#616B4B
(97,107,75)
#525A40
(82,90,64)
#434935
(67,73,53)
#34382A
(52,56,42)
#25271F
(37,39,31)
#161614
(22,22,20)
#000000
(0,0,0)

Tints of #ACC082

#ACC082
(172,192,130)
#B3C58D
(179,197,141)
#BACA98
(186,202,152)
#C1CFA3
(193,207,163)
#C8D4AE
(200,212,174)
#CFD9B9
(207,217,185)
#D6DEC4
(214,222,196)
#DDE3CF
(221,227,207)
#E4E8DA
(228,232,218)
#EBEDE5
(235,237,229)
#F2F2F0
(242,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACC082 color. Also use rgb(172,192,130) instead hex code.

Text Font Color

.myTextColor { color: #ACC082; }

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

This text font color is #ACC082.

Background Color

.myBgColor { background-color: #ACC082; }

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

This div background color is #ACC082.

Border color

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

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

This div border color is #ACC082.

Opacity

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

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

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

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

This text has shadow with #ACC082 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACC082.

Preview

Color preview on black background

This text has color #ACC082 on black background.


Color preview on white background

This text has color #ACC082 on white background.


Black color preview on #ACC082 background

This text has black color on #ACC082 background.


White color preview on #ACC082 background

This text has white color on #ACC082 background.


Related colors

Complementary color

Complementary color for #hex is #533F7D.


I love getcolorcode.com

Triadic colors

1 #82ACC0 and #C082AC with #ACC082 are triadic colors.

2 #82C0AC and #C0AC82 with #ACC082 are triadic colors.