COLOR #ACC261

HEX: #ACC261
RGB: (172,194,97)

Color info

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

RGB color model

#ACC261 color RGB value is (172,194,97).

  • red value is 172;
  • green value is 194;
  • blue value is 97.
RGB:
(172,194,97)
(67%,76%,38%)

RGB channels and saturation

R 172 of 255 = 67%
G 194 of 255 = 76%
B 97 of 255 = 38%

172
194
97

R + G + B ~ 60%. #ACC261 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
172 + 194 + 97 = 463 (100%)
R 172 of 463 ~ 37.15%
G 194 of 463 ~ 41.9%
B 97 of 463 ~ 20.95%

%37.15
%41.9
%20.95

CMYK color model

#ACC261 color CMYK value is (11,0,50,24).

  • cyan value is 11.34%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 23.92%
CMYK:
(11,0,50,24)
C11M0Y50K24 
(11%,0%,50%,24%)
(0.11/0.00/0.50/0.24)	

CMYK percentages

%11.34
%0
%50
%23.92

Codes

Color #ACC261 in popluar color models

ACC261
RGB17219497
HSL74°44.29%57.06%
HSB/HSV74°50.00%76.08%
CMYK11.34%0.00%50.00%
23.92%

Color #ACC261 in popluar number systems.

HEXACC261
Decimal17219497
Binary10101100110000101100001
Octal254302141

Shades and tints

Shades of #ACC261

#ACC261
(172,194,97)
#9DB159
(157,177,89)
#8EA051
(142,160,81)
#7F8F49
(127,143,73)
#707E41
(112,126,65)
#616D39
(97,109,57)
#525C31
(82,92,49)
#434B29
(67,75,41)
#343A21
(52,58,33)
#252919
(37,41,25)
#161811
(22,24,17)
#000000
(0,0,0)

Tints of #ACC261

#ACC261
(172,194,97)
#B3C76F
(179,199,111)
#BACC7D
(186,204,125)
#C1D18B
(193,209,139)
#C8D699
(200,214,153)
#CFDBA7
(207,219,167)
#D6E0B5
(214,224,181)
#DDE5C3
(221,229,195)
#E4EAD1
(228,234,209)
#EBEFDF
(235,239,223)
#F2F4ED
(242,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACC261; }

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

This text font color is #ACC261.


Background Color

.myBgColor { background-color: #ACC261; }

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

This div background color is #ACC261.


Border color

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

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

This div border color is #ACC261.


Opacity

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

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

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

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

This text has shadow with #ACC261 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACC261 on black background.


Color preview on white background

This text has color #ACC261 on white background.



Black color preview on #ACC261 background

This text has black color on #ACC261 background.


White color preview on #ACC261 background

This text has white color on #ACC261 background.