COLOR #ACC669

HEX: #ACC669 RGB: (172,198,105)

Color info

#ACC669 contains mainly red and green colors. Web safe color of #ACC669 is #99CC66 (or #9C6).

RGB color model

#ACC669 color RGB value is (172,198,105).

RGB: (172,198,105) (67%, 78%, 41%)

RGB channels and saturation

R 172 of 255 = 67%
G 198 of 255 = 78%
B 105 of 255 = 41%

172
198
105

R + G + B ~ 62%. #ACC669 is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 198 + 105 = 475 (100%)
R 172 of 475 ~ 36.21%
G 198 of 475 ~ 41.68%
B 105 of 475 ~ 22.11'%

%36.21
%41.68
%22.11

CMYK color model

#ACC669 color CMYK value is (13,0,47,22).

  • cyan value is 13.13%
  • magenta value is 0.00%
  • yellow value is 46.97%
  • key color value is 22.35%

CMYK: (13,0,47,22)
C13M0Y47K22 (13%, 0%, 47%, 22%)
(0.13 / 0.00 / 0.47 / 0.22)

CMYK percentages

%13.13
%0
%46.97
%22.35

Codes

Color #ACC669 in popluar color models

AC C6 69
RGB 172 198 105
HSL 77° 44.93% 59.41%
HSB/HSV 77° 46.97% 77.65%
CMYK 13.13% 0.00% 46.97%
22.35%

Color #ACC669 in popluar number systems.

HEX AC C6 69
Decimal 172 198 105
Binary 10101100 11000110 1101001
Octal 254 306 151

Shades and tints

Shades of #ACC669

#ACC669
(172,198,105)
#9DB460
(157,180,96)
#8EA257
(142,162,87)
#7F904E
(127,144,78)
#707E45
(112,126,69)
#616C3C
(97,108,60)
#525A33
(82,90,51)
#43482A
(67,72,42)
#343621
(52,54,33)
#252418
(37,36,24)
#16120F
(22,18,15)
#000000
(0,0,0)

Tints of #ACC669

#ACC669
(172,198,105)
#B3CB76
(179,203,118)
#BAD083
(186,208,131)
#C1D590
(193,213,144)
#C8DA9D
(200,218,157)
#CFDFAA
(207,223,170)
#D6E4B7
(214,228,183)
#DDE9C4
(221,233,196)
#E4EED1
(228,238,209)
#EBF3DE
(235,243,222)
#F2F8EB
(242,248,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACC669 color. Also use rgb(172,198,105) instead hex code.

Text Font Color

.myTextColor { color: #ACC669; }

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

This text font color is #ACC669.

Background Color

.myBgColor { background-color: #ACC669; }

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

This div background color is #ACC669.

Border color

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

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

This div border color is #ACC669.

Opacity

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

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

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

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

This text has shadow with #ACC669 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACC669.

Preview

Color preview on black background

This text has color #ACC669 on black background.


Color preview on white background

This text has color #ACC669 on white background.


Black color preview on #ACC669 background

This text has black color on #ACC669 background.


White color preview on #ACC669 background

This text has white color on #ACC669 background.


Related colors

Complementary color

Complementary color for #hex is #533996.


I love getcolorcode.com

Triadic colors

1 #69ACC6 and #C669AC with #ACC669 are triadic colors.

2 #69C6AC and #C6AC69 with #ACC669 are triadic colors.