COLOR #A9FA2C

HEX: #A9FA2C
RGB: (169,250,44)

Color info

#A9FA2C contains mainly green color. Web safe color of #A9FA2C is #99FF33 (or #9F3).

RGB color model

#A9FA2C color RGB value is (169,250,44).

  • red value is 169;
  • green value is 250;
  • blue value is 44.
RGB:
(169,250,44)
(66%,98%,17%)

RGB channels and saturation

R 169 of 255 = 66%
G 250 of 255 = 98%
B 44 of 255 = 17%

169
250
44

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

Portions of RGB colors in percentages

R + G + B =
169 + 250 + 44 = 463 (100%)
R 169 of 463 ~ 36.5%
G 250 of 463 ~ 54%
B 44 of 463 ~ 9.5%

%36.5
%54
%9.5

CMYK color model

#A9FA2C color CMYK value is (32,0,82,2).

  • cyan value is 32.40%
  • magenta value is 0.00%
  • yellow value is 82.40%
  • key color value is 1.96%
CMYK:
(32,0,82,2)
C32M0Y82K2 
(32%,0%,82%,2%)
(0.32/0.00/0.82/0.02)	

CMYK percentages

%32.4
%0
%82.4
%1.96

Codes

Color #A9FA2C in popluar color models

A9FA2C
RGB16925044
HSL84°95.37%57.65%
HSB/HSV84°82.40%98.04%
CMYK32.40%0.00%82.40%
1.96%

Color #A9FA2C in popluar number systems.

HEXA9FA2C
Decimal16925044
Binary1010100111111010101100
Octal25137254

Shades and tints

Shades of #A9FA2C

#A9FA2C
(169,250,44)
#9AE428
(154,228,40)
#8BCE24
(139,206,36)
#7CB820
(124,184,32)
#6DA21C
(109,162,28)
#5E8C18
(94,140,24)
#4F7614
(79,118,20)
#406010
(64,96,16)
#314A0C
(49,74,12)
#223408
(34,52,8)
#131E04
(19,30,4)
#000000
(0,0,0)

Tints of #A9FA2C

#A9FA2C
(169,250,44)
#B0FA3F
(176,250,63)
#B7FA52
(183,250,82)
#BEFA65
(190,250,101)
#C5FA78
(197,250,120)
#CCFA8B
(204,250,139)
#D3FA9E
(211,250,158)
#DAFAB1
(218,250,177)
#E1FAC4
(225,250,196)
#E8FAD7
(232,250,215)
#EFFAEA
(239,250,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9FA2C color. Also use rgb(169,250,44) instead hex code.

Text Font Color

.myTextColor { color: #A9FA2C; }

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

This text font color is #A9FA2C.


Background Color

.myBgColor { background-color: #A9FA2C; }

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

This div background color is #A9FA2C.


Border color

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

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

This div border color is #A9FA2C.


Opacity

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

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

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

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

This text has shadow with #A9FA2C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9FA2C on black background.


Color preview on white background

This text has color #A9FA2C on white background.



Black color preview on #A9FA2C background

This text has black color on #A9FA2C background.


White color preview on #A9FA2C background

This text has white color on #A9FA2C background.