COLOR #ACC224

HEX: #ACC224
RGB: (172,194,36)

Color info

#ACC224 contains mainly red and green colors. Web safe color of #ACC224 is #99CC33 (or #9C3).

RGB color model

#ACC224 color RGB value is (172,194,36).

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

RGB channels and saturation

R 172 of 255 = 67%
G 194 of 255 = 76%
B 36 of 255 = 14%

172
194
36

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

Portions of RGB colors in percentages

R + G + B =
172 + 194 + 36 = 402 (100%)
R 172 of 402 ~ 42.79%
G 194 of 402 ~ 48.26%
B 36 of 402 ~ 8.96%

%42.79
%48.26

CMYK color model

#ACC224 color CMYK value is (11,0,81,24).

  • cyan value is 11.34%
  • magenta value is 0.00%
  • yellow value is 81.44%
  • key color value is 23.92%
CMYK:
(11,0,81,24)
C11M0Y81K24 
(11%,0%,81%,24%)
(0.11/0.00/0.81/0.24)	

CMYK percentages

%11.34
%0
%81.44
%23.92

Codes

Color #ACC224 in popluar color models

ACC224
RGB17219436
HSL68°68.70%45.10%
HSB/HSV68°81.44%76.08%
CMYK11.34%0.00%81.44%
23.92%

Color #ACC224 in popluar number systems.

HEXACC224
Decimal17219436
Binary1010110011000010100100
Octal25430244

Shades and tints

Shades of #ACC224

#ACC224
(172,194,36)
#9DB121
(157,177,33)
#8EA01E
(142,160,30)
#7F8F1B
(127,143,27)
#707E18
(112,126,24)
#616D15
(97,109,21)
#525C12
(82,92,18)
#434B0F
(67,75,15)
#343A0C
(52,58,12)
#252909
(37,41,9)
#161806
(22,24,6)
#000000
(0,0,0)

Tints of #ACC224

#ACC224
(172,194,36)
#B3C737
(179,199,55)
#BACC4A
(186,204,74)
#C1D15D
(193,209,93)
#C8D670
(200,214,112)
#CFDB83
(207,219,131)
#D6E096
(214,224,150)
#DDE5A9
(221,229,169)
#E4EABC
(228,234,188)
#EBEFCF
(235,239,207)
#F2F4E2
(242,244,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACC224; }

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

This text font color is #ACC224.


Background Color

.myBgColor { background-color: #ACC224; }

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

This div background color is #ACC224.


Border color

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

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

This div border color is #ACC224.


Opacity

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

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

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

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

This text has shadow with #ACC224 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACC224 on black background.


Color preview on white background

This text has color #ACC224 on white background.



Black color preview on #ACC224 background

This text has black color on #ACC224 background.


White color preview on #ACC224 background

This text has white color on #ACC224 background.