COLOR #A9F97F

HEX: #A9F97F
RGB: (169,249,127)

Color info

#A9F97F contains mainly green color. Web safe color of #A9F97F is #99FF66 (or #9F6).

RGB color model

#A9F97F color RGB value is (169,249,127).

  • red value is 169;
  • green value is 249;
  • blue value is 127.
RGB:
(169,249,127)
(66%,98%,50%)

RGB channels and saturation

R 169 of 255 = 66%
G 249 of 255 = 98%
B 127 of 255 = 50%

169
249
127

R + G + B ~ 71%. #A9F97F is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 249 + 127 = 545 (100%)
R 169 of 545 ~ 31.01%
G 249 of 545 ~ 45.69%
B 127 of 545 ~ 23.3%

%31.01
%45.69
%23.3

CMYK color model

#A9F97F color CMYK value is (32,0,49,2).

  • cyan value is 32.13%
  • magenta value is 0.00%
  • yellow value is 49.00%
  • key color value is 2.35%
CMYK:
(32,0,49,2)
C32M0Y49K2 
(32%,0%,49%,2%)
(0.32/0.00/0.49/0.02)	

CMYK percentages

%32.13
%0
%49
%2.35

Codes

Color #A9F97F in popluar color models

A9F97F
RGB169249127
HSL99°91.04%73.73%
HSB/HSV99°49.00%97.65%
CMYK32.13%0.00%49.00%
2.35%

Color #A9F97F in popluar number systems.

HEXA9F97F
Decimal169249127
Binary10101001111110011111111
Octal251371177

Shades and tints

Shades of #A9F97F

#A9F97F
(169,249,127)
#9AE374
(154,227,116)
#8BCD69
(139,205,105)
#7CB75E
(124,183,94)
#6DA153
(109,161,83)
#5E8B48
(94,139,72)
#4F753D
(79,117,61)
#405F32
(64,95,50)
#314927
(49,73,39)
#22331C
(34,51,28)
#131D11
(19,29,17)
#000000
(0,0,0)

Tints of #A9F97F

#A9F97F
(169,249,127)
#B0F98A
(176,249,138)
#B7F995
(183,249,149)
#BEF9A0
(190,249,160)
#C5F9AB
(197,249,171)
#CCF9B6
(204,249,182)
#D3F9C1
(211,249,193)
#DAF9CC
(218,249,204)
#E1F9D7
(225,249,215)
#E8F9E2
(232,249,226)
#EFF9ED
(239,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9F97F color. Also use rgb(169,249,127) instead hex code.

Text Font Color

.myTextColor { color: #A9F97F; }

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

This text font color is #A9F97F.


Background Color

.myBgColor { background-color: #A9F97F; }

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

This div background color is #A9F97F.


Border color

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

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

This div border color is #A9F97F.


Opacity

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

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

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

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

This text has shadow with #A9F97F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9F97F on black background.


Color preview on white background

This text has color #A9F97F on white background.



Black color preview on #A9F97F background

This text has black color on #A9F97F background.


White color preview on #A9F97F background

This text has white color on #A9F97F background.