COLOR #ACC27E

HEX: #ACC27E RGB: (172,194,126)

Color info

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

RGB color model

#ACC27E color RGB value is (172,194,126).

RGB: (172,194,126) (67%, 76%, 49%)

RGB channels and saturation

R 172 of 255 = 67%
G 194 of 255 = 76%
B 126 of 255 = 49%

172
194
126

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

Portions of RGB colors in percentages

R + G + B = 172 + 194 + 126 = 492 (100%)
R 172 of 492 ~ 34.96%
G 194 of 492 ~ 39.43%
B 126 of 492 ~ 25.61'%

%34.96
%39.43
%25.61

CMYK color model

#ACC27E color CMYK value is (11,0,35,24).

  • cyan value is 11.34%
  • magenta value is 0.00%
  • yellow value is 35.05%
  • key color value is 23.92%

CMYK: (11,0,35,24)
C11M0Y35K24 (11%, 0%, 35%, 24%)
(0.11 / 0.00 / 0.35 / 0.24)

CMYK percentages

%11.34
%0
%35.05
%23.92

Codes

Color #ACC27E in popluar color models

AC C2 7E
RGB 172 194 126
HSL 79° 35.79% 62.75%
HSB/HSV 79° 35.05% 76.08%
CMYK 11.34% 0.00% 35.05%
23.92%

Color #ACC27E in popluar number systems.

HEX AC C2 7E
Decimal 172 194 126
Binary 10101100 11000010 1111110
Octal 254 302 176

Shades and tints

Shades of #ACC27E

#ACC27E
(172,194,126)
#9DB173
(157,177,115)
#8EA068
(142,160,104)
#7F8F5D
(127,143,93)
#707E52
(112,126,82)
#616D47
(97,109,71)
#525C3C
(82,92,60)
#434B31
(67,75,49)
#343A26
(52,58,38)
#25291B
(37,41,27)
#161810
(22,24,16)
#000000
(0,0,0)

Tints of #ACC27E

#ACC27E
(172,194,126)
#B3C789
(179,199,137)
#BACC94
(186,204,148)
#C1D19F
(193,209,159)
#C8D6AA
(200,214,170)
#CFDBB5
(207,219,181)
#D6E0C0
(214,224,192)
#DDE5CB
(221,229,203)
#E4EAD6
(228,234,214)
#EBEFE1
(235,239,225)
#F2F4EC
(242,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACC27E color. Also use rgb(172,194,126) instead hex code.

Text Font Color

.myTextColor { color: #ACC27E; }

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

This text font color is #ACC27E.

Background Color

.myBgColor { background-color: #ACC27E; }

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

This div background color is #ACC27E.

Border color

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

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

This div border color is #ACC27E.

Opacity

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

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

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

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

This text has shadow with #ACC27E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACC27E.

Preview

Color preview on black background

This text has color #ACC27E on black background.


Color preview on white background

This text has color #ACC27E on white background.


Black color preview on #ACC27E background

This text has black color on #ACC27E background.


White color preview on #ACC27E background

This text has white color on #ACC27E background.


Related colors

Complementary color

Complementary color for #hex is #533D81.


I love getcolorcode.com

Triadic colors

1 #7EACC2 and #C27EAC with #ACC27E are triadic colors.

2 #7EC2AC and #C2AC7E with #ACC27E are triadic colors.