COLOR #ACF48D

HEX: #ACF48D
RGB: (172,244,141)

Color info

#ACF48D contains mainly green color. Web safe color of #ACF48D is #99FF99 (or #9F9).

RGB color model

#ACF48D color RGB value is (172,244,141).

  • red value is 172;
  • green value is 244;
  • blue value is 141.
RGB:
(172,244,141)
(67%,96%,55%)

RGB channels and saturation

R 172 of 255 = 67%
G 244 of 255 = 96%
B 141 of 255 = 55%

172
244
141

R + G + B ~ 73%. #ACF48D is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 244 + 141 = 557 (100%)
R 172 of 557 ~ 30.88%
G 244 of 557 ~ 43.81%
B 141 of 557 ~ 25.31%

%30.88
%43.81
%25.31

CMYK color model

#ACF48D color CMYK value is (30,0,42,4).

  • cyan value is 29.51%
  • magenta value is 0.00%
  • yellow value is 42.21%
  • key color value is 4.31%
CMYK:
(30,0,42,4)
C30M0Y42K4 
(30%,0%,42%,4%)
(0.30/0.00/0.42/0.04)	

CMYK percentages

%29.51
%0
%42.21
%4.31

Codes

Color #ACF48D in popluar color models

ACF48D
RGB172244141
HSL102°82.40%75.49%
HSB/HSV102°42.21%95.69%
CMYK29.51%0.00%42.21%
4.31%

Color #ACF48D in popluar number systems.

HEXACF48D
Decimal172244141
Binary101011001111010010001101
Octal254364215

Shades and tints

Shades of #ACF48D

#ACF48D
(172,244,141)
#9DDE81
(157,222,129)
#8EC875
(142,200,117)
#7FB269
(127,178,105)
#709C5D
(112,156,93)
#618651
(97,134,81)
#527045
(82,112,69)
#435A39
(67,90,57)
#34442D
(52,68,45)
#252E21
(37,46,33)
#161815
(22,24,21)
#000000
(0,0,0)

Tints of #ACF48D

#ACF48D
(172,244,141)
#B3F597
(179,245,151)
#BAF6A1
(186,246,161)
#C1F7AB
(193,247,171)
#C8F8B5
(200,248,181)
#CFF9BF
(207,249,191)
#D6FAC9
(214,250,201)
#DDFBD3
(221,251,211)
#E4FCDD
(228,252,221)
#EBFDE7
(235,253,231)
#F2FEF1
(242,254,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACF48D color. Also use rgb(172,244,141) instead hex code.

Text Font Color

.myTextColor { color: #ACF48D; }

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

This text font color is #ACF48D.


Background Color

.myBgColor { background-color: #ACF48D; }

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

This div background color is #ACF48D.


Border color

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

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

This div border color is #ACF48D.


Opacity

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

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

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

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

This text has shadow with #ACF48D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACF48D on black background.


Color preview on white background

This text has color #ACF48D on white background.



Black color preview on #ACF48D background

This text has black color on #ACF48D background.


White color preview on #ACF48D background

This text has white color on #ACF48D background.