COLOR #ACC200

HEX: #ACC200
RGB: (172,194,0)

Color info

#ACC200 contains only red and green colors. Web safe color of #ACC200 is #99CC00 (or #9C0).

RGB color model

#ACC200 color RGB value is (172,194,0).

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

RGB channels and saturation

R 172 of 255 = 67%
G 194 of 255 = 76%
B 0 of 255 = 0%

172
194
0

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

Portions of RGB colors in percentages

R + G + B =
172 + 194 + 0 = 366 (100%)
R 172 of 366 ~ 46.99%
G 194 of 366 ~ 53.01%
B 0 of 366 ~ 0%

%46.99
%53.01

CMYK color model

#ACC200 color CMYK value is (11,0,100,24).

  • cyan value is 11.34%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 23.92%
CMYK:
(11,0,100,24)
C11M0Y100K24 
(11%,0%,100%,24%)
(0.11/0.00/1.00/0.24)	

CMYK percentages

%11.34
%0
%100
%23.92

Codes

Color #ACC200 in popluar color models

ACC200
RGB1721940
HSL67°100.00%38.04%
HSB/HSV67°100.00%76.08%
CMYK11.34%0.00%100.00%
23.92%

Color #ACC200 in popluar number systems.

HEXACC200
Decimal1721940
Binary10101100110000100
Octal2543020

Shades and tints

Shades of #ACC200

#ACC200
(172,194,0)
#9DB100
(157,177,0)
#8EA000
(142,160,0)
#7F8F00
(127,143,0)
#707E00
(112,126,0)
#616D00
(97,109,0)
#525C00
(82,92,0)
#434B00
(67,75,0)
#343A00
(52,58,0)
#252900
(37,41,0)
#161800
(22,24,0)
#000000
(0,0,0)

Tints of #ACC200

#ACC200
(172,194,0)
#B3C717
(179,199,23)
#BACC2E
(186,204,46)
#C1D145
(193,209,69)
#C8D65C
(200,214,92)
#CFDB73
(207,219,115)
#D6E08A
(214,224,138)
#DDE5A1
(221,229,161)
#E4EAB8
(228,234,184)
#EBEFCF
(235,239,207)
#F2F4E6
(242,244,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACC200; }

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

This text font color is #ACC200.


Background Color

.myBgColor { background-color: #ACC200; }

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

This div background color is #ACC200.


Border color

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

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

This div border color is #ACC200.


Opacity

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

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

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

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

This text has shadow with #ACC200 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACC200 on black background.


Color preview on white background

This text has color #ACC200 on white background.



Black color preview on #ACC200 background

This text has black color on #ACC200 background.


White color preview on #ACC200 background

This text has white color on #ACC200 background.