COLOR #ACF566

HEX: #ACF566
RGB: (172,245,102)

Color info

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

RGB color model

#ACF566 color RGB value is (172,245,102).

  • red value is 172;
  • green value is 245;
  • blue value is 102.
RGB:
(172,245,102)
(67%,96%,40%)

RGB channels and saturation

R 172 of 255 = 67%
G 245 of 255 = 96%
B 102 of 255 = 40%

172
245
102

R + G + B ~ 68%. #ACF566 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 245 + 102 = 519 (100%)
R 172 of 519 ~ 33.14%
G 245 of 519 ~ 47.21%
B 102 of 519 ~ 19.65%

%33.14
%47.21
%19.65

CMYK color model

#ACF566 color CMYK value is (30,0,58,4).

  • cyan value is 29.80%
  • magenta value is 0.00%
  • yellow value is 58.37%
  • key color value is 3.92%
CMYK:
(30,0,58,4)
C30M0Y58K4 
(30%,0%,58%,4%)
(0.30/0.00/0.58/0.04)	

CMYK percentages

%29.8
%0
%58.37
%3.92

Codes

Color #ACF566 in popluar color models

ACF566
RGB172245102
HSL91°87.73%68.04%
HSB/HSV91°58.37%96.08%
CMYK29.80%0.00%58.37%
3.92%

Color #ACF566 in popluar number systems.

HEXACF566
Decimal172245102
Binary10101100111101011100110
Octal254365146

Shades and tints

Shades of #ACF566

#ACF566
(172,245,102)
#9DDF5D
(157,223,93)
#8EC954
(142,201,84)
#7FB34B
(127,179,75)
#709D42
(112,157,66)
#618739
(97,135,57)
#527130
(82,113,48)
#435B27
(67,91,39)
#34451E
(52,69,30)
#252F15
(37,47,21)
#16190C
(22,25,12)
#000000
(0,0,0)

Tints of #ACF566

#ACF566
(172,245,102)
#B3F573
(179,245,115)
#BAF580
(186,245,128)
#C1F58D
(193,245,141)
#C8F59A
(200,245,154)
#CFF5A7
(207,245,167)
#D6F5B4
(214,245,180)
#DDF5C1
(221,245,193)
#E4F5CE
(228,245,206)
#EBF5DB
(235,245,219)
#F2F5E8
(242,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACF566 color. Also use rgb(172,245,102) instead hex code.

Text Font Color

.myTextColor { color: #ACF566; }

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

This text font color is #ACF566.


Background Color

.myBgColor { background-color: #ACF566; }

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

This div background color is #ACF566.


Border color

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

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

This div border color is #ACF566.


Opacity

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

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

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

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

This text has shadow with #ACF566 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACF566 on black background.


Color preview on white background

This text has color #ACF566 on white background.



Black color preview on #ACF566 background

This text has black color on #ACF566 background.


White color preview on #ACF566 background

This text has white color on #ACF566 background.