COLOR #A9F47B

HEX: #A9F47B
RGB: (169,244,123)

Color info

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

RGB color model

#A9F47B color RGB value is (169,244,123).

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

RGB channels and saturation

R 169 of 255 = 66%
G 244 of 255 = 96%
B 123 of 255 = 48%

169
244
123

R + G + B ~ 70%. #A9F47B is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 244 + 123 = 536 (100%)
R 169 of 536 ~ 31.53%
G 244 of 536 ~ 45.52%
B 123 of 536 ~ 22.95%

%31.53
%45.52
%22.95

CMYK color model

#A9F47B color CMYK value is (31,0,50,4).

  • cyan value is 30.74%
  • magenta value is 0.00%
  • yellow value is 49.59%
  • key color value is 4.31%
CMYK:
(31,0,50,4)
C31M0Y50K4 
(31%,0%,50%,4%)
(0.31/0.00/0.50/0.04)	

CMYK percentages

%30.74
%0
%49.59
%4.31

Codes

Color #A9F47B in popluar color models

A9F47B
RGB169244123
HSL97°84.62%71.96%
HSB/HSV97°49.59%95.69%
CMYK30.74%0.00%49.59%
4.31%

Color #A9F47B in popluar number systems.

HEXA9F47B
Decimal169244123
Binary10101001111101001111011
Octal251364173

Shades and tints

Shades of #A9F47B

#A9F47B
(169,244,123)
#9ADE70
(154,222,112)
#8BC865
(139,200,101)
#7CB25A
(124,178,90)
#6D9C4F
(109,156,79)
#5E8644
(94,134,68)
#4F7039
(79,112,57)
#405A2E
(64,90,46)
#314423
(49,68,35)
#222E18
(34,46,24)
#13180D
(19,24,13)
#000000
(0,0,0)

Tints of #A9F47B

#A9F47B
(169,244,123)
#B0F587
(176,245,135)
#B7F693
(183,246,147)
#BEF79F
(190,247,159)
#C5F8AB
(197,248,171)
#CCF9B7
(204,249,183)
#D3FAC3
(211,250,195)
#DAFBCF
(218,251,207)
#E1FCDB
(225,252,219)
#E8FDE7
(232,253,231)
#EFFEF3
(239,254,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9F47B; }

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

This text font color is #A9F47B.


Background Color

.myBgColor { background-color: #A9F47B; }

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

This div background color is #A9F47B.


Border color

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

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

This div border color is #A9F47B.


Opacity

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

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

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

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

This text has shadow with #A9F47B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9F47B on black background.


Color preview on white background

This text has color #A9F47B on white background.



Black color preview on #A9F47B background

This text has black color on #A9F47B background.


White color preview on #A9F47B background

This text has white color on #A9F47B background.