COLOR #ACF2B1

HEX: #ACF2B1 RGB: (172,242,177)

Color info

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

RGB color model

#ACF2B1 color RGB value is (172,242,177).

RGB: (172,242,177) (67%, 95%, 69%)

RGB channels and saturation

R 172 of 255 = 67%
G 242 of 255 = 95%
B 177 of 255 = 69%

172
242
177

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

Portions of RGB colors in percentages

R + G + B = 172 + 242 + 177 = 591 (100%)
R 172 of 591 ~ 29.1%
G 242 of 591 ~ 40.95%
B 177 of 591 ~ 29.95'%

%29.1
%40.95
%29.95

CMYK color model

#ACF2B1 color CMYK value is (29,0,27,5).

  • cyan value is 28.93%
  • magenta value is 0.00%
  • yellow value is 26.86%
  • key color value is 5.10%

CMYK: (29,0,27,5)
C29M0Y27K5 (29%, 0%, 27%, 5%)
(0.29 / 0.00 / 0.27 / 0.05)

CMYK percentages

%28.93
%0
%26.86
%5.1

Codes

Color #ACF2B1 in popluar color models

AC F2 B1
RGB 172 242 177
HSL 124° 72.92% 81.18%
HSB/HSV 124° 28.93% 94.90%
CMYK 28.93% 0.00% 26.86%
5.10%

Color #ACF2B1 in popluar number systems.

HEX AC F2 B1
Decimal 172 242 177
Binary 10101100 11110010 10110001
Octal 254 362 261

Shades and tints

Shades of #ACF2B1

#ACF2B1
(172,242,177)
#9DDCA1
(157,220,161)
#8EC691
(142,198,145)
#7FB081
(127,176,129)
#709A71
(112,154,113)
#618461
(97,132,97)
#526E51
(82,110,81)
#435841
(67,88,65)
#344231
(52,66,49)
#252C21
(37,44,33)
#161611
(22,22,17)
#000000
(0,0,0)

Tints of #ACF2B1

#ACF2B1
(172,242,177)
#B3F3B8
(179,243,184)
#BAF4BF
(186,244,191)
#C1F5C6
(193,245,198)
#C8F6CD
(200,246,205)
#CFF7D4
(207,247,212)
#D6F8DB
(214,248,219)
#DDF9E2
(221,249,226)
#E4FAE9
(228,250,233)
#EBFBF0
(235,251,240)
#F2FCF7
(242,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACF2B1 color. Also use rgb(172,242,177) instead hex code.

Text Font Color

.myTextColor { color: #ACF2B1; }

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

This text font color is #ACF2B1.

Background Color

.myBgColor { background-color: #ACF2B1; }

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

This div background color is #ACF2B1.

Border color

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

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

This div border color is #ACF2B1.

Opacity

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

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

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

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

This text has shadow with #ACF2B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACF2B1.

Preview

Color preview on black background

This text has color #ACF2B1 on black background.


Color preview on white background

This text has color #ACF2B1 on white background.


Black color preview on #ACF2B1 background

This text has black color on #ACF2B1 background.


White color preview on #ACF2B1 background

This text has white color on #ACF2B1 background.


Related colors

Complementary color

Complementary color for #hex is #530D4E.


I love getcolorcode.com

Triadic colors

1 #B1ACF2 and #F2B1AC with #ACF2B1 are triadic colors.

2 #B1F2AC and #F2ACB1 with #ACF2B1 are triadic colors.