COLOR #ACF565

HEX: #ACF565
RGB: (172,245,101)

Color info

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

RGB color model

#ACF565 color RGB value is (172,245,101).

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

RGB channels and saturation

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

172
245
101

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

Portions of RGB colors in percentages

R + G + B =
172 + 245 + 101 = 518 (100%)
R 172 of 518 ~ 33.2%
G 245 of 518 ~ 47.3%
B 101 of 518 ~ 19.5%

%33.2
%47.3
%19.5

CMYK color model

#ACF565 color CMYK value is (30,0,59,4).

  • cyan value is 29.80%
  • magenta value is 0.00%
  • yellow value is 58.78%
  • key color value is 3.92%
CMYK:
(30,0,59,4)
C30M0Y59K4 
(30%,0%,59%,4%)
(0.30/0.00/0.59/0.04)	

CMYK percentages

%29.8
%0
%58.78
%3.92

Codes

Color #ACF565 in popluar color models

ACF565
RGB172245101
HSL90°87.80%67.84%
HSB/HSV90°58.78%96.08%
CMYK29.80%0.00%58.78%
3.92%

Color #ACF565 in popluar number systems.

HEXACF565
Decimal172245101
Binary10101100111101011100101
Octal254365145

Shades and tints

Shades of #ACF565

#ACF565
(172,245,101)
#9DDF5C
(157,223,92)
#8EC953
(142,201,83)
#7FB34A
(127,179,74)
#709D41
(112,157,65)
#618738
(97,135,56)
#52712F
(82,113,47)
#435B26
(67,91,38)
#34451D
(52,69,29)
#252F14
(37,47,20)
#16190B
(22,25,11)
#000000
(0,0,0)

Tints of #ACF565

#ACF565
(172,245,101)
#B3F573
(179,245,115)
#BAF581
(186,245,129)
#C1F58F
(193,245,143)
#C8F59D
(200,245,157)
#CFF5AB
(207,245,171)
#D6F5B9
(214,245,185)
#DDF5C7
(221,245,199)
#E4F5D5
(228,245,213)
#EBF5E3
(235,245,227)
#F2F5F1
(242,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACF565; }

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

This text font color is #ACF565.


Background Color

.myBgColor { background-color: #ACF565; }

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

This div background color is #ACF565.


Border color

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

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

This div border color is #ACF565.


Opacity

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

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

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

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

This text has shadow with #ACF565 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACF565 on black background.


Color preview on white background

This text has color #ACF565 on white background.



Black color preview on #ACF565 background

This text has black color on #ACF565 background.


White color preview on #ACF565 background

This text has white color on #ACF565 background.