COLOR #ACCD7F

HEX: #ACCD7F RGB: (172,205,127)

Color info

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

RGB color model

#ACCD7F color RGB value is (172,205,127).

RGB: (172,205,127) (67%, 80%, 50%)

RGB channels and saturation

R 172 of 255 = 67%
G 205 of 255 = 80%
B 127 of 255 = 50%

172
205
127

R + G + B ~ 66%. #ACCD7F is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 205 + 127 = 504 (100%)
R 172 of 504 ~ 34.13%
G 205 of 504 ~ 40.67%
B 127 of 504 ~ 25.2'%

%34.13
%40.67
%25.2

CMYK color model

#ACCD7F color CMYK value is (16,0,38,20).

  • cyan value is 16.10%
  • magenta value is 0.00%
  • yellow value is 38.05%
  • key color value is 19.61%
CMYK: (16,0,38,20) C16M0Y38K20 (16%,0%,38%,20%) (0.16/0.00/0.38/0.20) 

CMYK percentages

%16.1
%0
%38.05
%19.61

Codes

Color #ACCD7F in popluar color models

AC CD 7F
RGB 172 205 127
HSL 85° 43.82% 65.10%
HSB/HSV 85° 38.05% 80.39%
CMYK 16.10% 0.00% 38.05%
19.61%

Color #ACCD7F in popluar number systems.

HEX AC CD 7F
Decimal 172 205 127
Binary 10101100 11001101 1111111
Octal 254 315 177

Shades and tints

Shades of #ACCD7F

#ACCD7F
(172,205,127)
#9DBB74
(157,187,116)
#8EA969
(142,169,105)
#7F975E
(127,151,94)
#708553
(112,133,83)
#617348
(97,115,72)
#52613D
(82,97,61)
#434F32
(67,79,50)
#343D27
(52,61,39)
#252B1C
(37,43,28)
#161911
(22,25,17)
#000000
(0,0,0)

Tints of #ACCD7F

#ACCD7F
(172,205,127)
#B3D18A
(179,209,138)
#BAD595
(186,213,149)
#C1D9A0
(193,217,160)
#C8DDAB
(200,221,171)
#CFE1B6
(207,225,182)
#D6E5C1
(214,229,193)
#DDE9CC
(221,233,204)
#E4EDD7
(228,237,215)
#EBF1E2
(235,241,226)
#F2F5ED
(242,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACCD7F; }

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

This text font color is #ACCD7F.

Background Color

.myBgColor { background-color: #ACCD7F; }

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

This div background color is #ACCD7F.

Border color

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

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

This div border color is #ACCD7F.

Opacity

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

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

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

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

This text has shadow with #ACCD7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACCD7F.

Preview

Color preview on black background

This text has color #ACCD7F on black background.


Color preview on white background

This text has color #ACCD7F on white background.


Black color preview on #ACCD7F background

This text has black color on #ACCD7F background.


White color preview on #ACCD7F background

This text has white color on #ACCD7F background.


Related colors

Complementary color

Complementary color for #hex is #533280.


I love getcolorcode.com

Triadic colors

1 #7FACCD and #CD7FAC with #ACCD7F are triadic colors.

2 #7FCDAC and #CDAC7F with #ACCD7F are triadic colors.