COLOR #ACF19B

HEX: #ACF19B
RGB: (172,241,155)

Color info

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

RGB color model

#ACF19B color RGB value is (172,241,155).

  • red value is 172;
  • green value is 241;
  • blue value is 155.
RGB:
(172,241,155)
(67%,95%,61%)

RGB channels and saturation

R 172 of 255 = 67%
G 241 of 255 = 95%
B 155 of 255 = 61%

172
241
155

R + G + B ~ 74%. #ACF19B is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 241 + 155 = 568 (100%)
R 172 of 568 ~ 30.28%
G 241 of 568 ~ 42.43%
B 155 of 568 ~ 27.29%

%30.28
%42.43
%27.29

CMYK color model

#ACF19B color CMYK value is (29,0,36,5).

  • cyan value is 28.63%
  • magenta value is 0.00%
  • yellow value is 35.68%
  • key color value is 5.49%
CMYK:
(29,0,36,5)
C29M0Y36K5 
(29%,0%,36%,5%)
(0.29/0.00/0.36/0.05)	

CMYK percentages

%28.63
%0
%35.68
%5.49

Codes

Color #ACF19B in popluar color models

ACF19B
RGB172241155
HSL108°75.44%77.65%
HSB/HSV108°35.68%94.51%
CMYK28.63%0.00%35.68%
5.49%

Color #ACF19B in popluar number systems.

HEXACF19B
Decimal172241155
Binary101011001111000110011011
Octal254361233

Shades and tints

Shades of #ACF19B

#ACF19B
(172,241,155)
#9DDC8D
(157,220,141)
#8EC77F
(142,199,127)
#7FB271
(127,178,113)
#709D63
(112,157,99)
#618855
(97,136,85)
#527347
(82,115,71)
#435E39
(67,94,57)
#34492B
(52,73,43)
#25341D
(37,52,29)
#161F0F
(22,31,15)
#000000
(0,0,0)

Tints of #ACF19B

#ACF19B
(172,241,155)
#B3F2A4
(179,242,164)
#BAF3AD
(186,243,173)
#C1F4B6
(193,244,182)
#C8F5BF
(200,245,191)
#CFF6C8
(207,246,200)
#D6F7D1
(214,247,209)
#DDF8DA
(221,248,218)
#E4F9E3
(228,249,227)
#EBFAEC
(235,250,236)
#F2FBF5
(242,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACF19B color. Also use rgb(172,241,155) instead hex code.

Text Font Color

.myTextColor { color: #ACF19B; }

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

This text font color is #ACF19B.


Background Color

.myBgColor { background-color: #ACF19B; }

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

This div background color is #ACF19B.


Border color

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

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

This div border color is #ACF19B.


Opacity

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

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

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

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

This text has shadow with #ACF19B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACF19B on black background.


Color preview on white background

This text has color #ACF19B on white background.



Black color preview on #ACF19B background

This text has black color on #ACF19B background.


White color preview on #ACF19B background

This text has white color on #ACF19B background.