COLOR #ACF01A

HEX: #ACF01A
RGB: (172,240,26)

Color info

#ACF01A contains mainly green color. Web safe color of #ACF01A is #99FF00 (or #9F0).

RGB color model

#ACF01A color RGB value is (172,240,26).

  • red value is 172;
  • green value is 240;
  • blue value is 26.
RGB:
(172,240,26)
(67%,94%,10%)

RGB channels and saturation

R 172 of 255 = 67%
G 240 of 255 = 94%
B 26 of 255 = 10%

172
240
26

R + G + B ~ 57%. #ACF01A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
172 + 240 + 26 = 438 (100%)
R 172 of 438 ~ 39.27%
G 240 of 438 ~ 54.79%
B 26 of 438 ~ 5.94%

%39.27
%54.79

CMYK color model

#ACF01A color CMYK value is (28,0,89,6).

  • cyan value is 28.33%
  • magenta value is 0.00%
  • yellow value is 89.17%
  • key color value is 5.88%
CMYK:
(28,0,89,6)
C28M0Y89K6 
(28%,0%,89%,6%)
(0.28/0.00/0.89/0.06)	

CMYK percentages

%28.33
%0
%89.17
%5.88

Codes

Color #ACF01A in popluar color models

ACF01A
RGB17224026
HSL79°87.70%52.16%
HSB/HSV79°89.17%94.12%
CMYK28.33%0.00%89.17%
5.88%

Color #ACF01A in popluar number systems.

HEXACF01A
Decimal17224026
Binary101011001111000011010
Octal25436032

Shades and tints

Shades of #ACF01A

#ACF01A
(172,240,26)
#9DDB18
(157,219,24)
#8EC616
(142,198,22)
#7FB114
(127,177,20)
#709C12
(112,156,18)
#618710
(97,135,16)
#52720E
(82,114,14)
#435D0C
(67,93,12)
#34480A
(52,72,10)
#253308
(37,51,8)
#161E06
(22,30,6)
#000000
(0,0,0)

Tints of #ACF01A

#ACF01A
(172,240,26)
#B3F12E
(179,241,46)
#BAF242
(186,242,66)
#C1F356
(193,243,86)
#C8F46A
(200,244,106)
#CFF57E
(207,245,126)
#D6F692
(214,246,146)
#DDF7A6
(221,247,166)
#E4F8BA
(228,248,186)
#EBF9CE
(235,249,206)
#F2FAE2
(242,250,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACF01A color. Also use rgb(172,240,26) instead hex code.

Text Font Color

.myTextColor { color: #ACF01A; }

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

This text font color is #ACF01A.


Background Color

.myBgColor { background-color: #ACF01A; }

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

This div background color is #ACF01A.


Border color

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

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

This div border color is #ACF01A.


Opacity

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

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

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

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

This text has shadow with #ACF01A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACF01A on black background.


Color preview on white background

This text has color #ACF01A on white background.



Black color preview on #ACF01A background

This text has black color on #ACF01A background.


White color preview on #ACF01A background

This text has white color on #ACF01A background.