COLOR #ACCE13

HEX: #ACCE13
RGB: (172,206,19)

Color info

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

RGB color model

#ACCE13 color RGB value is (172,206,19).

  • red value is 172;
  • green value is 206;
  • blue value is 19.
RGB:
(172,206,19)
(67%,81%,7%)

RGB channels and saturation

R 172 of 255 = 67%
G 206 of 255 = 81%
B 19 of 255 = 7%

172
206
19

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

Portions of RGB colors in percentages

R + G + B =
172 + 206 + 19 = 397 (100%)
R 172 of 397 ~ 43.32%
G 206 of 397 ~ 51.89%
B 19 of 397 ~ 4.79%

%43.32
%51.89

CMYK color model

#ACCE13 color CMYK value is (17,0,91,19).

  • cyan value is 16.50%
  • magenta value is 0.00%
  • yellow value is 90.78%
  • key color value is 19.22%
CMYK:
(17,0,91,19)
C17M0Y91K19 
(17%,0%,91%,19%)
(0.17/0.00/0.91/0.19)	

CMYK percentages

%16.5
%0
%90.78
%19.22

Codes

Color #ACCE13 in popluar color models

ACCE13
RGB17220619
HSL71°83.11%44.12%
HSB/HSV71°90.78%80.78%
CMYK16.50%0.00%90.78%
19.22%

Color #ACCE13 in popluar number systems.

HEXACCE13
Decimal17220619
Binary101011001100111010011
Octal25431623

Shades and tints

Shades of #ACCE13

#ACCE13
(172,206,19)
#9DBC12
(157,188,18)
#8EAA11
(142,170,17)
#7F9810
(127,152,16)
#70860F
(112,134,15)
#61740E
(97,116,14)
#52620D
(82,98,13)
#43500C
(67,80,12)
#343E0B
(52,62,11)
#252C0A
(37,44,10)
#161A09
(22,26,9)
#000000
(0,0,0)

Tints of #ACCE13

#ACCE13
(172,206,19)
#B3D228
(179,210,40)
#BAD63D
(186,214,61)
#C1DA52
(193,218,82)
#C8DE67
(200,222,103)
#CFE27C
(207,226,124)
#D6E691
(214,230,145)
#DDEAA6
(221,234,166)
#E4EEBB
(228,238,187)
#EBF2D0
(235,242,208)
#F2F6E5
(242,246,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACCE13 color. Also use rgb(172,206,19) instead hex code.

Text Font Color

.myTextColor { color: #ACCE13; }

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

This text font color is #ACCE13.


Background Color

.myBgColor { background-color: #ACCE13; }

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

This div background color is #ACCE13.


Border color

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

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

This div border color is #ACCE13.


Opacity

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

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

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

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

This text has shadow with #ACCE13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACCE13 on black background.


Color preview on white background

This text has color #ACCE13 on white background.



Black color preview on #ACCE13 background

This text has black color on #ACCE13 background.


White color preview on #ACCE13 background

This text has white color on #ACCE13 background.