COLOR #A9F401

HEX: #A9F401
RGB: (169,244,1)

Color info

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

RGB color model

#A9F401 color RGB value is (169,244,1).

  • red value is 169;
  • green value is 244;
  • blue value is 1.
RGB:
(169,244,1)
(66%,96%,0%)

RGB channels and saturation

R 169 of 255 = 66%
G 244 of 255 = 96%
B 1 of 255 = 0%

169
244
1

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

Portions of RGB colors in percentages

R + G + B =
169 + 244 + 1 = 414 (100%)
R 169 of 414 ~ 40.82%
G 244 of 414 ~ 58.94%
B 1 of 414 ~ 0.24%

%40.82
%58.94

CMYK color model

#A9F401 color CMYK value is (31,0,100,4).

  • cyan value is 30.74%
  • magenta value is 0.00%
  • yellow value is 99.59%
  • key color value is 4.31%
CMYK:
(31,0,100,4)
C31M0Y100K4 
(31%,0%,100%,4%)
(0.31/0.00/1.00/0.04)	

CMYK percentages

%30.74
%0
%99.59
%4.31

Codes

Color #A9F401 in popluar color models

A9F401
RGB1692441
HSL79°99.18%48.04%
HSB/HSV79°99.59%95.69%
CMYK30.74%0.00%99.59%
4.31%

Color #A9F401 in popluar number systems.

HEXA9F401
Decimal1692441
Binary10101001111101001
Octal2513641

Shades and tints

Shades of #A9F401

#A9F401
(169,244,1)
#9ADE01
(154,222,1)
#8BC801
(139,200,1)
#7CB201
(124,178,1)
#6D9C01
(109,156,1)
#5E8601
(94,134,1)
#4F7001
(79,112,1)
#405A01
(64,90,1)
#314401
(49,68,1)
#222E01
(34,46,1)
#131801
(19,24,1)
#000000
(0,0,0)

Tints of #A9F401

#A9F401
(169,244,1)
#B0F518
(176,245,24)
#B7F62F
(183,246,47)
#BEF746
(190,247,70)
#C5F85D
(197,248,93)
#CCF974
(204,249,116)
#D3FA8B
(211,250,139)
#DAFBA2
(218,251,162)
#E1FCB9
(225,252,185)
#E8FDD0
(232,253,208)
#EFFEE7
(239,254,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9F401 color. Also use rgb(169,244,1) instead hex code.

Text Font Color

.myTextColor { color: #A9F401; }

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

This text font color is #A9F401.


Background Color

.myBgColor { background-color: #A9F401; }

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

This div background color is #A9F401.


Border color

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

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

This div border color is #A9F401.


Opacity

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

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

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

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

This text has shadow with #A9F401 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9F401 on black background.


Color preview on white background

This text has color #A9F401 on white background.



Black color preview on #A9F401 background

This text has black color on #A9F401 background.


White color preview on #A9F401 background

This text has white color on #A9F401 background.