COLOR #A4F811

HEX: #A4F811
RGB: (164,248,17)

Color info

#A4F811 contains mainly green color. Web safe color of #A4F811 is #99FF00 (or #9F0).

RGB color model

#A4F811 color RGB value is (164,248,17).

  • red value is 164;
  • green value is 248;
  • blue value is 17.
RGB:
(164,248,17)
(64%,97%,7%)

RGB channels and saturation

R 164 of 255 = 64%
G 248 of 255 = 97%
B 17 of 255 = 7%

164
248
17

R + G + B ~ 56%. #A4F811 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
164 + 248 + 17 = 429 (100%)
R 164 of 429 ~ 38.23%
G 248 of 429 ~ 57.81%
B 17 of 429 ~ 3.96%

%38.23
%57.81

CMYK color model

#A4F811 color CMYK value is (34,0,93,3).

  • cyan value is 33.87%
  • magenta value is 0.00%
  • yellow value is 93.15%
  • key color value is 2.75%
CMYK:
(34,0,93,3)
C34M0Y93K3 
(34%,0%,93%,3%)
(0.34/0.00/0.93/0.03)	

CMYK percentages

%33.87
%0
%93.15
%2.75

Codes

Color #A4F811 in popluar color models

A4F811
RGB16424817
HSL82°94.29%51.96%
HSB/HSV82°93.15%97.25%
CMYK33.87%0.00%93.15%
2.75%

Color #A4F811 in popluar number systems.

HEXA4F811
Decimal16424817
Binary101001001111100010001
Octal24437021

Shades and tints

Shades of #A4F811

#A4F811
(164,248,17)
#96E210
(150,226,16)
#88CC0F
(136,204,15)
#7AB60E
(122,182,14)
#6CA00D
(108,160,13)
#5E8A0C
(94,138,12)
#50740B
(80,116,11)
#425E0A
(66,94,10)
#344809
(52,72,9)
#263208
(38,50,8)
#181C07
(24,28,7)
#000000
(0,0,0)

Tints of #A4F811

#A4F811
(164,248,17)
#ACF826
(172,248,38)
#B4F83B
(180,248,59)
#BCF850
(188,248,80)
#C4F865
(196,248,101)
#CCF87A
(204,248,122)
#D4F88F
(212,248,143)
#DCF8A4
(220,248,164)
#E4F8B9
(228,248,185)
#ECF8CE
(236,248,206)
#F4F8E3
(244,248,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4F811 color. Also use rgb(164,248,17) instead hex code.

Text Font Color

.myTextColor { color: #A4F811; }

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

This text font color is #A4F811.


Background Color

.myBgColor { background-color: #A4F811; }

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

This div background color is #A4F811.


Border color

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

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

This div border color is #A4F811.


Opacity

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

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

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

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

This text has shadow with #A4F811 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4F811 on black background.


Color preview on white background

This text has color #A4F811 on white background.



Black color preview on #A4F811 background

This text has black color on #A4F811 background.


White color preview on #A4F811 background

This text has white color on #A4F811 background.