COLOR #A4F18B

HEX: #A4F18B
RGB: (164,241,139)

Color info

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

RGB color model

#A4F18B color RGB value is (164,241,139).

  • red value is 164;
  • green value is 241;
  • blue value is 139.
RGB:
(164,241,139)
(64%,95%,55%)

RGB channels and saturation

R 164 of 255 = 64%
G 241 of 255 = 95%
B 139 of 255 = 55%

164
241
139

R + G + B ~ 71%. #A4F18B is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 241 + 139 = 544 (100%)
R 164 of 544 ~ 30.15%
G 241 of 544 ~ 44.3%
B 139 of 544 ~ 25.55%

%30.15
%44.3
%25.55

CMYK color model

#A4F18B color CMYK value is (32,0,42,5).

  • cyan value is 31.95%
  • magenta value is 0.00%
  • yellow value is 42.32%
  • key color value is 5.49%
CMYK:
(32,0,42,5)
C32M0Y42K5 
(32%,0%,42%,5%)
(0.32/0.00/0.42/0.05)	

CMYK percentages

%31.95
%0
%42.32
%5.49

Codes

Color #A4F18B in popluar color models

A4F18B
RGB164241139
HSL105°78.46%74.51%
HSB/HSV105°42.32%94.51%
CMYK31.95%0.00%42.32%
5.49%

Color #A4F18B in popluar number systems.

HEXA4F18B
Decimal164241139
Binary101001001111000110001011
Octal244361213

Shades and tints

Shades of #A4F18B

#A4F18B
(164,241,139)
#96DC7F
(150,220,127)
#88C773
(136,199,115)
#7AB267
(122,178,103)
#6C9D5B
(108,157,91)
#5E884F
(94,136,79)
#507343
(80,115,67)
#425E37
(66,94,55)
#34492B
(52,73,43)
#26341F
(38,52,31)
#181F13
(24,31,19)
#000000
(0,0,0)

Tints of #A4F18B

#A4F18B
(164,241,139)
#ACF295
(172,242,149)
#B4F39F
(180,243,159)
#BCF4A9
(188,244,169)
#C4F5B3
(196,245,179)
#CCF6BD
(204,246,189)
#D4F7C7
(212,247,199)
#DCF8D1
(220,248,209)
#E4F9DB
(228,249,219)
#ECFAE5
(236,250,229)
#F4FBEF
(244,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4F18B color. Also use rgb(164,241,139) instead hex code.

Text Font Color

.myTextColor { color: #A4F18B; }

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

This text font color is #A4F18B.


Background Color

.myBgColor { background-color: #A4F18B; }

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

This div background color is #A4F18B.


Border color

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

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

This div border color is #A4F18B.


Opacity

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

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

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

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

This text has shadow with #A4F18B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4F18B on black background.


Color preview on white background

This text has color #A4F18B on white background.



Black color preview on #A4F18B background

This text has black color on #A4F18B background.


White color preview on #A4F18B background

This text has white color on #A4F18B background.