COLOR #ACFB44

HEX: #ACFB44
RGB: (172,251,68)

Color info

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

RGB color model

#ACFB44 color RGB value is (172,251,68).

  • red value is 172;
  • green value is 251;
  • blue value is 68.
RGB:
(172,251,68)
(67%,98%,27%)

RGB channels and saturation

R 172 of 255 = 67%
G 251 of 255 = 98%
B 68 of 255 = 27%

172
251
68

R + G + B ~ 64%. #ACFB44 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 251 + 68 = 491 (100%)
R 172 of 491 ~ 35.03%
G 251 of 491 ~ 51.12%
B 68 of 491 ~ 13.85%

%35.03
%51.12
%13.85

CMYK color model

#ACFB44 color CMYK value is (31,0,73,2).

  • cyan value is 31.47%
  • magenta value is 0.00%
  • yellow value is 72.91%
  • key color value is 1.57%
CMYK:
(31,0,73,2)
C31M0Y73K2 
(31%,0%,73%,2%)
(0.31/0.00/0.73/0.02)	

CMYK percentages

%31.47
%0
%72.91
%1.57

Codes

Color #ACFB44 in popluar color models

ACFB44
RGB17225168
HSL86°95.81%62.55%
HSB/HSV86°72.91%98.43%
CMYK31.47%0.00%72.91%
1.57%

Color #ACFB44 in popluar number systems.

HEXACFB44
Decimal17225168
Binary10101100111110111000100
Octal254373104

Shades and tints

Shades of #ACFB44

#ACFB44
(172,251,68)
#9DE53E
(157,229,62)
#8ECF38
(142,207,56)
#7FB932
(127,185,50)
#70A32C
(112,163,44)
#618D26
(97,141,38)
#527720
(82,119,32)
#43611A
(67,97,26)
#344B14
(52,75,20)
#25350E
(37,53,14)
#161F08
(22,31,8)
#000000
(0,0,0)

Tints of #ACFB44

#ACFB44
(172,251,68)
#B3FB55
(179,251,85)
#BAFB66
(186,251,102)
#C1FB77
(193,251,119)
#C8FB88
(200,251,136)
#CFFB99
(207,251,153)
#D6FBAA
(214,251,170)
#DDFBBB
(221,251,187)
#E4FBCC
(228,251,204)
#EBFBDD
(235,251,221)
#F2FBEE
(242,251,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACFB44 color. Also use rgb(172,251,68) instead hex code.

Text Font Color

.myTextColor { color: #ACFB44; }

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

This text font color is #ACFB44.


Background Color

.myBgColor { background-color: #ACFB44; }

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

This div background color is #ACFB44.


Border color

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

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

This div border color is #ACFB44.


Opacity

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

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

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

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

This text has shadow with #ACFB44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACFB44 on black background.


Color preview on white background

This text has color #ACFB44 on white background.



Black color preview on #ACFB44 background

This text has black color on #ACFB44 background.


White color preview on #ACFB44 background

This text has white color on #ACFB44 background.