COLOR #ACF905

HEX: #ACF905
RGB: (172,249,5)

Color info

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

RGB color model

#ACF905 color RGB value is (172,249,5).

  • red value is 172;
  • green value is 249;
  • blue value is 5.
RGB:
(172,249,5)
(67%,98%,2%)

RGB channels and saturation

R 172 of 255 = 67%
G 249 of 255 = 98%
B 5 of 255 = 2%

172
249
5

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

Portions of RGB colors in percentages

R + G + B =
172 + 249 + 5 = 426 (100%)
R 172 of 426 ~ 40.38%
G 249 of 426 ~ 58.45%
B 5 of 426 ~ 1.17%

%40.38
%58.45

CMYK color model

#ACF905 color CMYK value is (31,0,98,2).

  • cyan value is 30.92%
  • magenta value is 0.00%
  • yellow value is 97.99%
  • key color value is 2.35%
CMYK:
(31,0,98,2)
C31M0Y98K2 
(31%,0%,98%,2%)
(0.31/0.00/0.98/0.02)	

CMYK percentages

%30.92
%0
%97.99
%2.35

Codes

Color #ACF905 in popluar color models

ACF905
RGB1722495
HSL79°96.06%49.80%
HSB/HSV79°97.99%97.65%
CMYK30.92%0.00%97.99%
2.35%

Color #ACF905 in popluar number systems.

HEXACF905
Decimal1722495
Binary1010110011111001101
Octal2543715

Shades and tints

Shades of #ACF905

#ACF905
(172,249,5)
#9DE305
(157,227,5)
#8ECD05
(142,205,5)
#7FB705
(127,183,5)
#70A105
(112,161,5)
#618B05
(97,139,5)
#527505
(82,117,5)
#435F05
(67,95,5)
#344905
(52,73,5)
#253305
(37,51,5)
#161D05
(22,29,5)
#000000
(0,0,0)

Tints of #ACF905

#ACF905
(172,249,5)
#B3F91B
(179,249,27)
#BAF931
(186,249,49)
#C1F947
(193,249,71)
#C8F95D
(200,249,93)
#CFF973
(207,249,115)
#D6F989
(214,249,137)
#DDF99F
(221,249,159)
#E4F9B5
(228,249,181)
#EBF9CB
(235,249,203)
#F2F9E1
(242,249,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACF905 color. Also use rgb(172,249,5) instead hex code.

Text Font Color

.myTextColor { color: #ACF905; }

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

This text font color is #ACF905.


Background Color

.myBgColor { background-color: #ACF905; }

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

This div background color is #ACF905.


Border color

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

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

This div border color is #ACF905.


Opacity

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

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

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

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

This text has shadow with #ACF905 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACF905 on black background.


Color preview on white background

This text has color #ACF905 on white background.



Black color preview on #ACF905 background

This text has black color on #ACF905 background.


White color preview on #ACF905 background

This text has white color on #ACF905 background.