COLOR #A9FD2B

HEX: #A9FD2B
RGB: (169,253,43)

Color info

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

RGB color model

#A9FD2B color RGB value is (169,253,43).

  • red value is 169;
  • green value is 253;
  • blue value is 43.
RGB:
(169,253,43)
(66%,99%,17%)

RGB channels and saturation

R 169 of 255 = 66%
G 253 of 255 = 99%
B 43 of 255 = 17%

169
253
43

R + G + B ~ 61%. #A9FD2B is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 253 + 43 = 465 (100%)
R 169 of 465 ~ 36.34%
G 253 of 465 ~ 54.41%
B 43 of 465 ~ 9.25%

%36.34
%54.41

CMYK color model

#A9FD2B color CMYK value is (33,0,83,1).

  • cyan value is 33.20%
  • magenta value is 0.00%
  • yellow value is 83.00%
  • key color value is 0.78%
CMYK:
(33,0,83,1)
C33M0Y83K1 
(33%,0%,83%,1%)
(0.33/0.00/0.83/0.01)	

CMYK percentages

%33.2
%0
%83
%0.78

Codes

Color #A9FD2B in popluar color models

A9FD2B
RGB16925343
HSL84°98.13%58.04%
HSB/HSV84°83.00%99.22%
CMYK33.20%0.00%83.00%
0.78%

Color #A9FD2B in popluar number systems.

HEXA9FD2B
Decimal16925343
Binary1010100111111101101011
Octal25137553

Shades and tints

Shades of #A9FD2B

#A9FD2B
(169,253,43)
#9AE628
(154,230,40)
#8BCF25
(139,207,37)
#7CB822
(124,184,34)
#6DA11F
(109,161,31)
#5E8A1C
(94,138,28)
#4F7319
(79,115,25)
#405C16
(64,92,22)
#314513
(49,69,19)
#222E10
(34,46,16)
#13170D
(19,23,13)
#000000
(0,0,0)

Tints of #A9FD2B

#A9FD2B
(169,253,43)
#B0FD3E
(176,253,62)
#B7FD51
(183,253,81)
#BEFD64
(190,253,100)
#C5FD77
(197,253,119)
#CCFD8A
(204,253,138)
#D3FD9D
(211,253,157)
#DAFDB0
(218,253,176)
#E1FDC3
(225,253,195)
#E8FDD6
(232,253,214)
#EFFDE9
(239,253,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9FD2B color. Also use rgb(169,253,43) instead hex code.

Text Font Color

.myTextColor { color: #A9FD2B; }

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

This text font color is #A9FD2B.


Background Color

.myBgColor { background-color: #A9FD2B; }

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

This div background color is #A9FD2B.


Border color

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

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

This div border color is #A9FD2B.


Opacity

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

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

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

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

This text has shadow with #A9FD2B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9FD2B on black background.


Color preview on white background

This text has color #A9FD2B on white background.



Black color preview on #A9FD2B background

This text has black color on #A9FD2B background.


White color preview on #A9FD2B background

This text has white color on #A9FD2B background.