COLOR #ACFAA7

HEX: #ACFAA7 RGB: (172,250,167)

Color info

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

RGB color model

#ACFAA7 color RGB value is (172,250,167).

RGB: (172,250,167) (67%, 98%, 65%)

RGB channels and saturation

R 172 of 255 = 67%
G 250 of 255 = 98%
B 167 of 255 = 65%

172
250
167

R + G + B ~ 77%. #ACFAA7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 250 + 167 = 589 (100%)
R 172 of 589 ~ 29.2%
G 250 of 589 ~ 42.44%
B 167 of 589 ~ 28.35'%

%29.2
%42.44
%28.35

CMYK color model

#ACFAA7 color CMYK value is (31,0,33,2).

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

CMYK: (31,0,33,2)
C31M0Y33K2 (31%, 0%, 33%, 2%)
(0.31 / 0.00 / 0.33 / 0.02)

CMYK percentages

%31.2
%0
%33.2
%1.96

Codes

Color #ACFAA7 in popluar color models

AC FA A7
RGB 172 250 167
HSL 116° 89.25% 81.76%
HSB/HSV 116° 33.20% 98.04%
CMYK 31.20% 0.00% 33.20%
1.96%

Color #ACFAA7 in popluar number systems.

HEX AC FA A7
Decimal 172 250 167
Binary 10101100 11111010 10100111
Octal 254 372 247

Shades and tints

Shades of #ACFAA7

#ACFAA7
(172,250,167)
#9DE498
(157,228,152)
#8ECE89
(142,206,137)
#7FB87A
(127,184,122)
#70A26B
(112,162,107)
#618C5C
(97,140,92)
#52764D
(82,118,77)
#43603E
(67,96,62)
#344A2F
(52,74,47)
#253420
(37,52,32)
#161E11
(22,30,17)
#000000
(0,0,0)

Tints of #ACFAA7

#ACFAA7
(172,250,167)
#B3FAAF
(179,250,175)
#BAFAB7
(186,250,183)
#C1FABF
(193,250,191)
#C8FAC7
(200,250,199)
#CFFACF
(207,250,207)
#D6FAD7
(214,250,215)
#DDFADF
(221,250,223)
#E4FAE7
(228,250,231)
#EBFAEF
(235,250,239)
#F2FAF7
(242,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACFAA7; }

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

This text font color is #ACFAA7.

Background Color

.myBgColor { background-color: #ACFAA7; }

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

This div background color is #ACFAA7.

Border color

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

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

This div border color is #ACFAA7.

Opacity

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

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

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

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

This text has shadow with #ACFAA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACFAA7.

Preview

Color preview on black background

This text has color #ACFAA7 on black background.


Color preview on white background

This text has color #ACFAA7 on white background.


Black color preview on #ACFAA7 background

This text has black color on #ACFAA7 background.


White color preview on #ACFAA7 background

This text has white color on #ACFAA7 background.


Related colors

Complementary color

Complementary color for #hex is #530558.


I love getcolorcode.com

Triadic colors

1 #A7ACFA and #FAA7AC with #ACFAA7 are triadic colors.

2 #A7FAAC and #FAACA7 with #ACFAA7 are triadic colors.