COLOR #A4F519

HEX: #A4F519
RGB: (164,245,25)

Color info

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

RGB color model

#A4F519 color RGB value is (164,245,25).

  • red value is 164;
  • green value is 245;
  • blue value is 25.
RGB:
(164,245,25)
(64%,96%,10%)

RGB channels and saturation

R 164 of 255 = 64%
G 245 of 255 = 96%
B 25 of 255 = 10%

164
245
25

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

Portions of RGB colors in percentages

R + G + B =
164 + 245 + 25 = 434 (100%)
R 164 of 434 ~ 37.79%
G 245 of 434 ~ 56.45%
B 25 of 434 ~ 5.76%

%37.79
%56.45

CMYK color model

#A4F519 color CMYK value is (33,0,90,4).

  • cyan value is 33.06%
  • magenta value is 0.00%
  • yellow value is 89.80%
  • key color value is 3.92%
CMYK:
(33,0,90,4)
C33M0Y90K4 
(33%,0%,90%,4%)
(0.33/0.00/0.90/0.04)	

CMYK percentages

%33.06
%0
%89.8
%3.92

Codes

Color #A4F519 in popluar color models

A4F519
RGB16424525
HSL82°91.67%52.94%
HSB/HSV82°89.80%96.08%
CMYK33.06%0.00%89.80%
3.92%

Color #A4F519 in popluar number systems.

HEXA4F519
Decimal16424525
Binary101001001111010111001
Octal24436531

Shades and tints

Shades of #A4F519

#A4F519
(164,245,25)
#96DF17
(150,223,23)
#88C915
(136,201,21)
#7AB313
(122,179,19)
#6C9D11
(108,157,17)
#5E870F
(94,135,15)
#50710D
(80,113,13)
#425B0B
(66,91,11)
#344509
(52,69,9)
#262F07
(38,47,7)
#181905
(24,25,5)
#000000
(0,0,0)

Tints of #A4F519

#A4F519
(164,245,25)
#ACF52D
(172,245,45)
#B4F541
(180,245,65)
#BCF555
(188,245,85)
#C4F569
(196,245,105)
#CCF57D
(204,245,125)
#D4F591
(212,245,145)
#DCF5A5
(220,245,165)
#E4F5B9
(228,245,185)
#ECF5CD
(236,245,205)
#F4F5E1
(244,245,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4F519 color. Also use rgb(164,245,25) instead hex code.

Text Font Color

.myTextColor { color: #A4F519; }

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

This text font color is #A4F519.


Background Color

.myBgColor { background-color: #A4F519; }

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

This div background color is #A4F519.


Border color

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

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

This div border color is #A4F519.


Opacity

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

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

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

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

This text has shadow with #A4F519 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4F519 on black background.


Color preview on white background

This text has color #A4F519 on white background.



Black color preview on #A4F519 background

This text has black color on #A4F519 background.


White color preview on #A4F519 background

This text has white color on #A4F519 background.