COLOR #ACF27C

HEX: #ACF27C RGB: (172,242,124)

Color info

#ACF27C contains mainly green color. Web safe color of #ACF27C is #99FF66 (or #9F6).

RGB color model

#ACF27C color RGB value is (172,242,124).

RGB: (172,242,124) (67%, 95%, 49%)

RGB channels and saturation

R 172 of 255 = 67%
G 242 of 255 = 95%
B 124 of 255 = 49%

172
242
124

R + G + B ~ 70%. #ACF27C is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 242 + 124 = 538 (100%)
R 172 of 538 ~ 31.97%
G 242 of 538 ~ 44.98%
B 124 of 538 ~ 23.05'%

%31.97
%44.98
%23.05

CMYK color model

#ACF27C color CMYK value is (29,0,49,5).

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

CMYK: (29,0,49,5)
C29M0Y49K5 (29%, 0%, 49%, 5%)
(0.29 / 0.00 / 0.49 / 0.05)

CMYK percentages

%28.93
%0
%48.76
%5.1

Codes

Color #ACF27C in popluar color models

AC F2 7C
RGB 172 242 124
HSL 96° 81.94% 71.76%
HSB/HSV 96° 48.76% 94.90%
CMYK 28.93% 0.00% 48.76%
5.10%

Color #ACF27C in popluar number systems.

HEX AC F2 7C
Decimal 172 242 124
Binary 10101100 11110010 1111100
Octal 254 362 174

Shades and tints

Shades of #ACF27C

#ACF27C
(172,242,124)
#9DDC71
(157,220,113)
#8EC666
(142,198,102)
#7FB05B
(127,176,91)
#709A50
(112,154,80)
#618445
(97,132,69)
#526E3A
(82,110,58)
#43582F
(67,88,47)
#344224
(52,66,36)
#252C19
(37,44,25)
#16160E
(22,22,14)
#000000
(0,0,0)

Tints of #ACF27C

#ACF27C
(172,242,124)
#B3F387
(179,243,135)
#BAF492
(186,244,146)
#C1F59D
(193,245,157)
#C8F6A8
(200,246,168)
#CFF7B3
(207,247,179)
#D6F8BE
(214,248,190)
#DDF9C9
(221,249,201)
#E4FAD4
(228,250,212)
#EBFBDF
(235,251,223)
#F2FCEA
(242,252,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACF27C; }

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

This text font color is #ACF27C.

Background Color

.myBgColor { background-color: #ACF27C; }

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

This div background color is #ACF27C.

Border color

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

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

This div border color is #ACF27C.

Opacity

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

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

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

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

This text has shadow with #ACF27C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACF27C.

Preview

Color preview on black background

This text has color #ACF27C on black background.


Color preview on white background

This text has color #ACF27C on white background.


Black color preview on #ACF27C background

This text has black color on #ACF27C background.


White color preview on #ACF27C background

This text has white color on #ACF27C background.


Related colors

Complementary color

Complementary color for #hex is #530D83.


I love getcolorcode.com

Triadic colors

1 #7CACF2 and #F27CAC with #ACF27C are triadic colors.

2 #7CF2AC and #F2AC7C with #ACF27C are triadic colors.