COLOR #ACC45F

HEX: #ACC45F RGB: (172,196,95)

Color info

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

RGB color model

#ACC45F color RGB value is (172,196,95).

RGB: (172,196,95) (67%, 77%, 37%)

RGB channels and saturation

R 172 of 255 = 67%
G 196 of 255 = 77%
B 95 of 255 = 37%

172
196
95

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

Portions of RGB colors in percentages

R + G + B = 172 + 196 + 95 = 463 (100%)
R 172 of 463 ~ 37.15%
G 196 of 463 ~ 42.33%
B 95 of 463 ~ 20.52'%

%37.15
%42.33
%20.52

CMYK color model

#ACC45F color CMYK value is (12,0,52,23).

  • cyan value is 12.24%
  • magenta value is 0.00%
  • yellow value is 51.53%
  • key color value is 23.14%

CMYK: (12,0,52,23)
C12M0Y52K23 (12%, 0%, 52%, 23%)
(0.12 / 0.00 / 0.52 / 0.23)

CMYK percentages

%12.24
%0
%51.53
%23.14

Codes

Color #ACC45F in popluar color models

AC C4 5F
RGB 172 196 95
HSL 74° 46.12% 57.06%
HSB/HSV 74° 51.53% 76.86%
CMYK 12.24% 0.00% 51.53%
23.14%

Color #ACC45F in popluar number systems.

HEX AC C4 5F
Decimal 172 196 95
Binary 10101100 11000100 1011111
Octal 254 304 137

Shades and tints

Shades of #ACC45F

#ACC45F
(172,196,95)
#9DB357
(157,179,87)
#8EA24F
(142,162,79)
#7F9147
(127,145,71)
#70803F
(112,128,63)
#616F37
(97,111,55)
#525E2F
(82,94,47)
#434D27
(67,77,39)
#343C1F
(52,60,31)
#252B17
(37,43,23)
#161A0F
(22,26,15)
#000000
(0,0,0)

Tints of #ACC45F

#ACC45F
(172,196,95)
#B3C96D
(179,201,109)
#BACE7B
(186,206,123)
#C1D389
(193,211,137)
#C8D897
(200,216,151)
#CFDDA5
(207,221,165)
#D6E2B3
(214,226,179)
#DDE7C1
(221,231,193)
#E4ECCF
(228,236,207)
#EBF1DD
(235,241,221)
#F2F6EB
(242,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACC45F color. Also use rgb(172,196,95) instead hex code.

Text Font Color

.myTextColor { color: #ACC45F; }

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

This text font color is #ACC45F.

Background Color

.myBgColor { background-color: #ACC45F; }

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

This div background color is #ACC45F.

Border color

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

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

This div border color is #ACC45F.

Opacity

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

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

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

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

This text has shadow with #ACC45F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACC45F.

Preview

Color preview on black background

This text has color #ACC45F on black background.


Color preview on white background

This text has color #ACC45F on white background.


Black color preview on #ACC45F background

This text has black color on #ACC45F background.


White color preview on #ACC45F background

This text has white color on #ACC45F background.


Related colors

Complementary color

Complementary color for #hex is #533BA0.


I love getcolorcode.com

Triadic colors

1 #5FACC4 and #C45FAC with #ACC45F are triadic colors.

2 #5FC4AC and #C4AC5F with #ACC45F are triadic colors.