COLOR #ACCD4C

HEX: #ACCD4C
RGB: (172,205,76)

Color info

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

RGB color model

#ACCD4C color RGB value is (172,205,76).

  • red value is 172;
  • green value is 205;
  • blue value is 76.
RGB:
(172,205,76)
(67%,80%,30%)

RGB channels and saturation

R 172 of 255 = 67%
G 205 of 255 = 80%
B 76 of 255 = 30%

172
205
76

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

Portions of RGB colors in percentages

R + G + B =
172 + 205 + 76 = 453 (100%)
R 172 of 453 ~ 37.97%
G 205 of 453 ~ 45.25%
B 76 of 453 ~ 16.78%

%37.97
%45.25
%16.78

CMYK color model

#ACCD4C color CMYK value is (16,0,63,20).

  • cyan value is 16.10%
  • magenta value is 0.00%
  • yellow value is 62.93%
  • key color value is 19.61%
CMYK:
(16,0,63,20)
C16M0Y63K20 
(16%,0%,63%,20%)
(0.16/0.00/0.63/0.20)	

CMYK percentages

%16.1
%0
%62.93
%19.61

Codes

Color #ACCD4C in popluar color models

ACCD4C
RGB17220576
HSL75°56.33%55.10%
HSB/HSV75°62.93%80.39%
CMYK16.10%0.00%62.93%
19.61%

Color #ACCD4C in popluar number systems.

HEXACCD4C
Decimal17220576
Binary10101100110011011001100
Octal254315114

Shades and tints

Shades of #ACCD4C

#ACCD4C
(172,205,76)
#9DBB46
(157,187,70)
#8EA940
(142,169,64)
#7F973A
(127,151,58)
#708534
(112,133,52)
#61732E
(97,115,46)
#526128
(82,97,40)
#434F22
(67,79,34)
#343D1C
(52,61,28)
#252B16
(37,43,22)
#161910
(22,25,16)
#000000
(0,0,0)

Tints of #ACCD4C

#ACCD4C
(172,205,76)
#B3D15C
(179,209,92)
#BAD56C
(186,213,108)
#C1D97C
(193,217,124)
#C8DD8C
(200,221,140)
#CFE19C
(207,225,156)
#D6E5AC
(214,229,172)
#DDE9BC
(221,233,188)
#E4EDCC
(228,237,204)
#EBF1DC
(235,241,220)
#F2F5EC
(242,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACCD4C color. Also use rgb(172,205,76) instead hex code.

Text Font Color

.myTextColor { color: #ACCD4C; }

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

This text font color is #ACCD4C.


Background Color

.myBgColor { background-color: #ACCD4C; }

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

This div background color is #ACCD4C.


Border color

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

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

This div border color is #ACCD4C.


Opacity

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

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

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

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

This text has shadow with #ACCD4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACCD4C on black background.


Color preview on white background

This text has color #ACCD4C on white background.



Black color preview on #ACCD4C background

This text has black color on #ACCD4C background.


White color preview on #ACCD4C background

This text has white color on #ACCD4C background.