COLOR #A9F25C

HEX: #A9F25C RGB: (169,242,92)

Color info

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

RGB color model

#A9F25C color RGB value is (169,242,92).

RGB: (169,242,92) (66%, 95%, 36%)

RGB channels and saturation

R 169 of 255 = 66%
G 242 of 255 = 95%
B 92 of 255 = 36%

169
242
92

R + G + B ~ 66%. #A9F25C is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 242 + 92 = 503 (100%)
R 169 of 503 ~ 33.6%
G 242 of 503 ~ 48.11%
B 92 of 503 ~ 18.29'%

%33.6
%48.11
%18.29

CMYK color model

#A9F25C color CMYK value is (30,0,62,5).

  • cyan value is 30.17%
  • magenta value is 0.00%
  • yellow value is 61.98%
  • key color value is 5.10%

CMYK: (30,0,62,5)
C30M0Y62K5 (30%, 0%, 62%, 5%)
(0.30 / 0.00 / 0.62 / 0.05)

CMYK percentages

%30.17
%0
%61.98
%5.1

Codes

Color #A9F25C in popluar color models

A9 F2 5C
RGB 169 242 92
HSL 89° 85.23% 65.49%
HSB/HSV 89° 61.98% 94.90%
CMYK 30.17% 0.00% 61.98%
5.10%

Color #A9F25C in popluar number systems.

HEX A9 F2 5C
Decimal 169 242 92
Binary 10101001 11110010 1011100
Octal 251 362 134

Shades and tints

Shades of #A9F25C

#A9F25C
(169,242,92)
#9ADC54
(154,220,84)
#8BC64C
(139,198,76)
#7CB044
(124,176,68)
#6D9A3C
(109,154,60)
#5E8434
(94,132,52)
#4F6E2C
(79,110,44)
#405824
(64,88,36)
#31421C
(49,66,28)
#222C14
(34,44,20)
#13160C
(19,22,12)
#000000
(0,0,0)

Tints of #A9F25C

#A9F25C
(169,242,92)
#B0F36A
(176,243,106)
#B7F478
(183,244,120)
#BEF586
(190,245,134)
#C5F694
(197,246,148)
#CCF7A2
(204,247,162)
#D3F8B0
(211,248,176)
#DAF9BE
(218,249,190)
#E1FACC
(225,250,204)
#E8FBDA
(232,251,218)
#EFFCE8
(239,252,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9F25C color. Also use rgb(169,242,92) instead hex code.

Text Font Color

.myTextColor { color: #A9F25C; }

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

This text font color is #A9F25C.

Background Color

.myBgColor { background-color: #A9F25C; }

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

This div background color is #A9F25C.

Border color

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

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

This div border color is #A9F25C.

Opacity

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

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

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

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

This text has shadow with #A9F25C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9F25C.

Preview

Color preview on black background

This text has color #A9F25C on black background.


Color preview on white background

This text has color #A9F25C on white background.


Black color preview on #A9F25C background

This text has black color on #A9F25C background.


White color preview on #A9F25C background

This text has white color on #A9F25C background.


Related colors

Complementary color

Complementary color for #hex is #560DA3.


I love getcolorcode.com

Triadic colors

1 #5CA9F2 and #F25CA9 with #A9F25C are triadic colors.

2 #5CF2A9 and #F2A95C with #A9F25C are triadic colors.