COLOR #ACC761

HEX: #ACC761 RGB: (172,199,97)

Color info

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

RGB color model

#ACC761 color RGB value is (172,199,97).

RGB: (172,199,97) (67%, 78%, 38%)

RGB channels and saturation

R 172 of 255 = 67%
G 199 of 255 = 78%
B 97 of 255 = 38%

172
199
97

R + G + B ~ 61%. #ACC761 is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 199 + 97 = 468 (100%)
R 172 of 468 ~ 36.75%
G 199 of 468 ~ 42.52%
B 97 of 468 ~ 20.73'%

%36.75
%42.52
%20.73

CMYK color model

#ACC761 color CMYK value is (14,0,51,22).

  • cyan value is 13.57%
  • magenta value is 0.00%
  • yellow value is 51.26%
  • key color value is 21.96%
CMYK: (14,0,51,22) C14M0Y51K22 (14%,0%,51%,22%) (0.14/0.00/0.51/0.22) 

CMYK percentages

%13.57
%0
%51.26
%21.96

Codes

Color #ACC761 in popluar color models

AC C7 61
RGB 172 199 97
HSL 76° 47.66% 58.04%
HSB/HSV 76° 51.26% 78.04%
CMYK 13.57% 0.00% 51.26%
21.96%

Color #ACC761 in popluar number systems.

HEX AC C7 61
Decimal 172 199 97
Binary 10101100 11000111 1100001
Octal 254 307 141

Shades and tints

Shades of #ACC761

#ACC761
(172,199,97)
#9DB559
(157,181,89)
#8EA351
(142,163,81)
#7F9149
(127,145,73)
#707F41
(112,127,65)
#616D39
(97,109,57)
#525B31
(82,91,49)
#434929
(67,73,41)
#343721
(52,55,33)
#252519
(37,37,25)
#161311
(22,19,17)
#000000
(0,0,0)

Tints of #ACC761

#ACC761
(172,199,97)
#B3CC6F
(179,204,111)
#BAD17D
(186,209,125)
#C1D68B
(193,214,139)
#C8DB99
(200,219,153)
#CFE0A7
(207,224,167)
#D6E5B5
(214,229,181)
#DDEAC3
(221,234,195)
#E4EFD1
(228,239,209)
#EBF4DF
(235,244,223)
#F2F9ED
(242,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACC761 color. Also use rgb(172,199,97) instead hex code.

Text Font Color

.myTextColor { color: #ACC761; }

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

This text font color is #ACC761.

Background Color

.myBgColor { background-color: #ACC761; }

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

This div background color is #ACC761.

Border color

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

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

This div border color is #ACC761.

Opacity

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

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

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

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

This text has shadow with #ACC761 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACC761.

Preview

Color preview on black background

This text has color #ACC761 on black background.


Color preview on white background

This text has color #ACC761 on white background.


Black color preview on #ACC761 background

This text has black color on #ACC761 background.


White color preview on #ACC761 background

This text has white color on #ACC761 background.


Related colors

Complementary color

Complementary color for #hex is #53389E.


I love getcolorcode.com

Triadic colors

1 #61ACC7 and #C761AC with #ACC761 are triadic colors.

2 #61C7AC and #C7AC61 with #ACC761 are triadic colors.