COLOR #ACCD7C

HEX: #ACCD7C
RGB: (172,205,124)

Color info

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

RGB color model

#ACCD7C color RGB value is (172,205,124).

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

RGB channels and saturation

R 172 of 255 = 67%
G 205 of 255 = 80%
B 124 of 255 = 49%

172
205
124

R + G + B ~ 65%. #ACCD7C is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 205 + 124 = 501 (100%)
R 172 of 501 ~ 34.33%
G 205 of 501 ~ 40.92%
B 124 of 501 ~ 24.75%

%34.33
%40.92
%24.75

CMYK color model

#ACCD7C color CMYK value is (16,0,40,20).

  • cyan value is 16.10%
  • magenta value is 0.00%
  • yellow value is 39.51%
  • key color value is 19.61%
CMYK:
(16,0,40,20)
C16M0Y40K20 
(16%,0%,40%,20%)
(0.16/0.00/0.40/0.20)	

CMYK percentages

%16.1
%0
%39.51
%19.61

Codes

Color #ACCD7C in popluar color models

ACCD7C
RGB172205124
HSL84°44.75%64.51%
HSB/HSV84°39.51%80.39%
CMYK16.10%0.00%39.51%
19.61%

Color #ACCD7C in popluar number systems.

HEXACCD7C
Decimal172205124
Binary10101100110011011111100
Octal254315174

Shades and tints

Shades of #ACCD7C

#ACCD7C
(172,205,124)
#9DBB71
(157,187,113)
#8EA966
(142,169,102)
#7F975B
(127,151,91)
#708550
(112,133,80)
#617345
(97,115,69)
#52613A
(82,97,58)
#434F2F
(67,79,47)
#343D24
(52,61,36)
#252B19
(37,43,25)
#16190E
(22,25,14)
#000000
(0,0,0)

Tints of #ACCD7C

#ACCD7C
(172,205,124)
#B3D187
(179,209,135)
#BAD592
(186,213,146)
#C1D99D
(193,217,157)
#C8DDA8
(200,221,168)
#CFE1B3
(207,225,179)
#D6E5BE
(214,229,190)
#DDE9C9
(221,233,201)
#E4EDD4
(228,237,212)
#EBF1DF
(235,241,223)
#F2F5EA
(242,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACCD7C; }

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

This text font color is #ACCD7C.


Background Color

.myBgColor { background-color: #ACCD7C; }

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

This div background color is #ACCD7C.


Border color

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

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

This div border color is #ACCD7C.


Opacity

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

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

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

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

This text has shadow with #ACCD7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACCD7C on black background.


Color preview on white background

This text has color #ACCD7C on white background.



Black color preview on #ACCD7C background

This text has black color on #ACCD7C background.


White color preview on #ACCD7C background

This text has white color on #ACCD7C background.