COLOR #A9FA88

HEX: #A9FA88
RGB: (169,250,136)

Color info

#A9FA88 contains mainly green color. Web safe color of #A9FA88 is #99FF99 (or #9F9).

RGB color model

#A9FA88 color RGB value is (169,250,136).

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

RGB channels and saturation

R 169 of 255 = 66%
G 250 of 255 = 98%
B 136 of 255 = 53%

169
250
136

R + G + B ~ 72%. #A9FA88 is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 250 + 136 = 555 (100%)
R 169 of 555 ~ 30.45%
G 250 of 555 ~ 45.05%
B 136 of 555 ~ 24.5%

%30.45
%45.05
%24.5

CMYK color model

#A9FA88 color CMYK value is (32,0,46,2).

  • cyan value is 32.40%
  • magenta value is 0.00%
  • yellow value is 45.60%
  • key color value is 1.96%
CMYK:
(32,0,46,2)
C32M0Y46K2 
(32%,0%,46%,2%)
(0.32/0.00/0.46/0.02)	

CMYK percentages

%32.4
%0
%45.6
%1.96

Codes

Color #A9FA88 in popluar color models

A9FA88
RGB169250136
HSL103°91.94%75.69%
HSB/HSV103°45.60%98.04%
CMYK32.40%0.00%45.60%
1.96%

Color #A9FA88 in popluar number systems.

HEXA9FA88
Decimal169250136
Binary101010011111101010001000
Octal251372210

Shades and tints

Shades of #A9FA88

#A9FA88
(169,250,136)
#9AE47C
(154,228,124)
#8BCE70
(139,206,112)
#7CB864
(124,184,100)
#6DA258
(109,162,88)
#5E8C4C
(94,140,76)
#4F7640
(79,118,64)
#406034
(64,96,52)
#314A28
(49,74,40)
#22341C
(34,52,28)
#131E10
(19,30,16)
#000000
(0,0,0)

Tints of #A9FA88

#A9FA88
(169,250,136)
#B0FA92
(176,250,146)
#B7FA9C
(183,250,156)
#BEFAA6
(190,250,166)
#C5FAB0
(197,250,176)
#CCFABA
(204,250,186)
#D3FAC4
(211,250,196)
#DAFACE
(218,250,206)
#E1FAD8
(225,250,216)
#E8FAE2
(232,250,226)
#EFFAEC
(239,250,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9FA88; }

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

This text font color is #A9FA88.


Background Color

.myBgColor { background-color: #A9FA88; }

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

This div background color is #A9FA88.


Border color

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

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

This div border color is #A9FA88.


Opacity

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

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

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

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

This text has shadow with #A9FA88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9FA88 on black background.


Color preview on white background

This text has color #A9FA88 on white background.



Black color preview on #A9FA88 background

This text has black color on #A9FA88 background.


White color preview on #A9FA88 background

This text has white color on #A9FA88 background.