COLOR #A4F61A

HEX: #A4F61A
RGB: (164,246,26)

Color info

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

RGB color model

#A4F61A color RGB value is (164,246,26).

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

RGB channels and saturation

R 164 of 255 = 64%
G 246 of 255 = 96%
B 26 of 255 = 10%

164
246
26

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

Portions of RGB colors in percentages

R + G + B =
164 + 246 + 26 = 436 (100%)
R 164 of 436 ~ 37.61%
G 246 of 436 ~ 56.42%
B 26 of 436 ~ 5.96%

%37.61
%56.42

CMYK color model

#A4F61A color CMYK value is (33,0,89,4).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 89.43%
  • key color value is 3.53%
CMYK:
(33,0,89,4)
C33M0Y89K4 
(33%,0%,89%,4%)
(0.33/0.00/0.89/0.04)	

CMYK percentages

%33.33
%0
%89.43
%3.53

Codes

Color #A4F61A in popluar color models

A4F61A
RGB16424626
HSL82°92.44%53.33%
HSB/HSV82°89.43%96.47%
CMYK33.33%0.00%89.43%
3.53%

Color #A4F61A in popluar number systems.

HEXA4F61A
Decimal16424626
Binary101001001111011011010
Octal24436632

Shades and tints

Shades of #A4F61A

#A4F61A
(164,246,26)
#96E018
(150,224,24)
#88CA16
(136,202,22)
#7AB414
(122,180,20)
#6C9E12
(108,158,18)
#5E8810
(94,136,16)
#50720E
(80,114,14)
#425C0C
(66,92,12)
#34460A
(52,70,10)
#263008
(38,48,8)
#181A06
(24,26,6)
#000000
(0,0,0)

Tints of #A4F61A

#A4F61A
(164,246,26)
#ACF62E
(172,246,46)
#B4F642
(180,246,66)
#BCF656
(188,246,86)
#C4F66A
(196,246,106)
#CCF67E
(204,246,126)
#D4F692
(212,246,146)
#DCF6A6
(220,246,166)
#E4F6BA
(228,246,186)
#ECF6CE
(236,246,206)
#F4F6E2
(244,246,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4F61A color. Also use rgb(164,246,26) instead hex code.

Text Font Color

.myTextColor { color: #A4F61A; }

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

This text font color is #A4F61A.


Background Color

.myBgColor { background-color: #A4F61A; }

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

This div background color is #A4F61A.


Border color

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

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

This div border color is #A4F61A.


Opacity

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

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

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

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

This text has shadow with #A4F61A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4F61A on black background.


Color preview on white background

This text has color #A4F61A on white background.



Black color preview on #A4F61A background

This text has black color on #A4F61A background.


White color preview on #A4F61A background

This text has white color on #A4F61A background.