COLOR #ACF271

HEX: #ACF271
RGB: (172,242,113)

Color info

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

RGB color model

#ACF271 color RGB value is (172,242,113).

  • red value is 172;
  • green value is 242;
  • blue value is 113.
RGB:
(172,242,113)
(67%,95%,44%)

RGB channels and saturation

R 172 of 255 = 67%
G 242 of 255 = 95%
B 113 of 255 = 44%

172
242
113

R + G + B ~ 69%. #ACF271 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 242 + 113 = 527 (100%)
R 172 of 527 ~ 32.64%
G 242 of 527 ~ 45.92%
B 113 of 527 ~ 21.44%

%32.64
%45.92
%21.44

CMYK color model

#ACF271 color CMYK value is (29,0,53,5).

  • cyan value is 28.93%
  • magenta value is 0.00%
  • yellow value is 53.31%
  • key color value is 5.10%
CMYK:
(29,0,53,5)
C29M0Y53K5 
(29%,0%,53%,5%)
(0.29/0.00/0.53/0.05)	

CMYK percentages

%28.93
%0
%53.31
%5.1

Codes

Color #ACF271 in popluar color models

ACF271
RGB172242113
HSL93°83.23%69.61%
HSB/HSV93°53.31%94.90%
CMYK28.93%0.00%53.31%
5.10%

Color #ACF271 in popluar number systems.

HEXACF271
Decimal172242113
Binary10101100111100101110001
Octal254362161

Shades and tints

Shades of #ACF271

#ACF271
(172,242,113)
#9DDC67
(157,220,103)
#8EC65D
(142,198,93)
#7FB053
(127,176,83)
#709A49
(112,154,73)
#61843F
(97,132,63)
#526E35
(82,110,53)
#43582B
(67,88,43)
#344221
(52,66,33)
#252C17
(37,44,23)
#16160D
(22,22,13)
#000000
(0,0,0)

Tints of #ACF271

#ACF271
(172,242,113)
#B3F37D
(179,243,125)
#BAF489
(186,244,137)
#C1F595
(193,245,149)
#C8F6A1
(200,246,161)
#CFF7AD
(207,247,173)
#D6F8B9
(214,248,185)
#DDF9C5
(221,249,197)
#E4FAD1
(228,250,209)
#EBFBDD
(235,251,221)
#F2FCE9
(242,252,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACF271; }

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

This text font color is #ACF271.


Background Color

.myBgColor { background-color: #ACF271; }

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

This div background color is #ACF271.


Border color

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

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

This div border color is #ACF271.


Opacity

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

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

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

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

This text has shadow with #ACF271 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACF271 on black background.


Color preview on white background

This text has color #ACF271 on white background.



Black color preview on #ACF271 background

This text has black color on #ACF271 background.


White color preview on #ACF271 background

This text has white color on #ACF271 background.