COLOR #ACFA8C

HEX: #ACFA8C RGB: (172,250,140)

Color info

#ACFA8C contains mainly green color. Web safe color of #ACFA8C is #99FF99 (or #9F9).

RGB color model

#ACFA8C color RGB value is (172,250,140).

RGB: (172,250,140) (67%, 98%, 55%)

RGB channels and saturation

R 172 of 255 = 67%
G 250 of 255 = 98%
B 140 of 255 = 55%

172
250
140

R + G + B ~ 73%. #ACFA8C is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 250 + 140 = 562 (100%)
R 172 of 562 ~ 30.6%
G 250 of 562 ~ 44.48%
B 140 of 562 ~ 24.91'%

%30.6
%44.48
%24.91

CMYK color model

#ACFA8C color CMYK value is (31,0,44,2).

  • cyan value is 31.20%
  • magenta value is 0.00%
  • yellow value is 44.00%
  • key color value is 1.96%

CMYK: (31,0,44,2)
C31M0Y44K2 (31%, 0%, 44%, 2%)
(0.31 / 0.00 / 0.44 / 0.02)

CMYK percentages

%31.2
%0
%44
%1.96

Codes

Color #ACFA8C in popluar color models

AC FA 8C
RGB 172 250 140
HSL 103° 91.67% 76.47%
HSB/HSV 103° 44.00% 98.04%
CMYK 31.20% 0.00% 44.00%
1.96%

Color #ACFA8C in popluar number systems.

HEX AC FA 8C
Decimal 172 250 140
Binary 10101100 11111010 10001100
Octal 254 372 214

Shades and tints

Shades of #ACFA8C

#ACFA8C
(172,250,140)
#9DE480
(157,228,128)
#8ECE74
(142,206,116)
#7FB868
(127,184,104)
#70A25C
(112,162,92)
#618C50
(97,140,80)
#527644
(82,118,68)
#436038
(67,96,56)
#344A2C
(52,74,44)
#253420
(37,52,32)
#161E14
(22,30,20)
#000000
(0,0,0)

Tints of #ACFA8C

#ACFA8C
(172,250,140)
#B3FA96
(179,250,150)
#BAFAA0
(186,250,160)
#C1FAAA
(193,250,170)
#C8FAB4
(200,250,180)
#CFFABE
(207,250,190)
#D6FAC8
(214,250,200)
#DDFAD2
(221,250,210)
#E4FADC
(228,250,220)
#EBFAE6
(235,250,230)
#F2FAF0
(242,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACFA8C color. Also use rgb(172,250,140) instead hex code.

Text Font Color

.myTextColor { color: #ACFA8C; }

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

This text font color is #ACFA8C.

Background Color

.myBgColor { background-color: #ACFA8C; }

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

This div background color is #ACFA8C.

Border color

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

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

This div border color is #ACFA8C.

Opacity

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

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

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

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

This text has shadow with #ACFA8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACFA8C.

Preview

Color preview on black background

This text has color #ACFA8C on black background.


Color preview on white background

This text has color #ACFA8C on white background.


Black color preview on #ACFA8C background

This text has black color on #ACFA8C background.


White color preview on #ACFA8C background

This text has white color on #ACFA8C background.


Related colors

Complementary color

Complementary color for #hex is #530573.


I love getcolorcode.com

Triadic colors

1 #8CACFA and #FA8CAC with #ACFA8C are triadic colors.

2 #8CFAAC and #FAAC8C with #ACFA8C are triadic colors.