COLOR #ACCE74

HEX: #ACCE74
RGB: (172,206,116)

Color info

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

RGB color model

#ACCE74 color RGB value is (172,206,116).

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

RGB channels and saturation

R 172 of 255 = 67%
G 206 of 255 = 81%
B 116 of 255 = 45%

172
206
116

R + G + B ~ 64%. #ACCE74 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 206 + 116 = 494 (100%)
R 172 of 494 ~ 34.82%
G 206 of 494 ~ 41.7%
B 116 of 494 ~ 23.48%

%34.82
%41.7
%23.48

CMYK color model

#ACCE74 color CMYK value is (17,0,44,19).

  • cyan value is 16.50%
  • magenta value is 0.00%
  • yellow value is 43.69%
  • key color value is 19.22%
CMYK:
(17,0,44,19)
C17M0Y44K19 
(17%,0%,44%,19%)
(0.17/0.00/0.44/0.19)	

CMYK percentages

%16.5
%0
%43.69
%19.22

Codes

Color #ACCE74 in popluar color models

ACCE74
RGB172206116
HSL83°47.87%63.14%
HSB/HSV83°43.69%80.78%
CMYK16.50%0.00%43.69%
19.22%

Color #ACCE74 in popluar number systems.

HEXACCE74
Decimal172206116
Binary10101100110011101110100
Octal254316164

Shades and tints

Shades of #ACCE74

#ACCE74
(172,206,116)
#9DBC6A
(157,188,106)
#8EAA60
(142,170,96)
#7F9856
(127,152,86)
#70864C
(112,134,76)
#617442
(97,116,66)
#526238
(82,98,56)
#43502E
(67,80,46)
#343E24
(52,62,36)
#252C1A
(37,44,26)
#161A10
(22,26,16)
#000000
(0,0,0)

Tints of #ACCE74

#ACCE74
(172,206,116)
#B3D280
(179,210,128)
#BAD68C
(186,214,140)
#C1DA98
(193,218,152)
#C8DEA4
(200,222,164)
#CFE2B0
(207,226,176)
#D6E6BC
(214,230,188)
#DDEAC8
(221,234,200)
#E4EED4
(228,238,212)
#EBF2E0
(235,242,224)
#F2F6EC
(242,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACCE74; }

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

This text font color is #ACCE74.


Background Color

.myBgColor { background-color: #ACCE74; }

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

This div background color is #ACCE74.


Border color

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

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

This div border color is #ACCE74.


Opacity

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

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

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

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

This text has shadow with #ACCE74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACCE74 on black background.


Color preview on white background

This text has color #ACCE74 on white background.



Black color preview on #ACCE74 background

This text has black color on #ACCE74 background.


White color preview on #ACCE74 background

This text has white color on #ACCE74 background.