COLOR #ACF82F

HEX: #ACF82F
RGB: (172,248,47)

Color info

#ACF82F contains mainly green color. Web safe color of #ACF82F is #99FF33 (or #9F3).

RGB color model

#ACF82F color RGB value is (172,248,47).

  • red value is 172;
  • green value is 248;
  • blue value is 47.
RGB:
(172,248,47)
(67%,97%,18%)

RGB channels and saturation

R 172 of 255 = 67%
G 248 of 255 = 97%
B 47 of 255 = 18%

172
248
47

R + G + B ~ 61%. #ACF82F is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 248 + 47 = 467 (100%)
R 172 of 467 ~ 36.83%
G 248 of 467 ~ 53.1%
B 47 of 467 ~ 10.06%

%36.83
%53.1
%10.06

CMYK color model

#ACF82F color CMYK value is (31,0,81,3).

  • cyan value is 30.65%
  • magenta value is 0.00%
  • yellow value is 81.05%
  • key color value is 2.75%
CMYK:
(31,0,81,3)
C31M0Y81K3 
(31%,0%,81%,3%)
(0.31/0.00/0.81/0.03)	

CMYK percentages

%30.65
%0
%81.05
%2.75

Codes

Color #ACF82F in popluar color models

ACF82F
RGB17224847
HSL83°93.49%57.84%
HSB/HSV83°81.05%97.25%
CMYK30.65%0.00%81.05%
2.75%

Color #ACF82F in popluar number systems.

HEXACF82F
Decimal17224847
Binary1010110011111000101111
Octal25437057

Shades and tints

Shades of #ACF82F

#ACF82F
(172,248,47)
#9DE22B
(157,226,43)
#8ECC27
(142,204,39)
#7FB623
(127,182,35)
#70A01F
(112,160,31)
#618A1B
(97,138,27)
#527417
(82,116,23)
#435E13
(67,94,19)
#34480F
(52,72,15)
#25320B
(37,50,11)
#161C07
(22,28,7)
#000000
(0,0,0)

Tints of #ACF82F

#ACF82F
(172,248,47)
#B3F841
(179,248,65)
#BAF853
(186,248,83)
#C1F865
(193,248,101)
#C8F877
(200,248,119)
#CFF889
(207,248,137)
#D6F89B
(214,248,155)
#DDF8AD
(221,248,173)
#E4F8BF
(228,248,191)
#EBF8D1
(235,248,209)
#F2F8E3
(242,248,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACF82F color. Also use rgb(172,248,47) instead hex code.

Text Font Color

.myTextColor { color: #ACF82F; }

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

This text font color is #ACF82F.


Background Color

.myBgColor { background-color: #ACF82F; }

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

This div background color is #ACF82F.


Border color

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

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

This div border color is #ACF82F.


Opacity

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

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

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

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

This text has shadow with #ACF82F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACF82F on black background.


Color preview on white background

This text has color #ACF82F on white background.



Black color preview on #ACF82F background

This text has black color on #ACF82F background.


White color preview on #ACF82F background

This text has white color on #ACF82F background.