COLOR #A9F594

HEX: #A9F594 RGB: (169,245,148)

Color info

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

RGB color model

#A9F594 color RGB value is (169,245,148).

RGB: (169,245,148) (66%, 96%, 58%)

RGB channels and saturation

R 169 of 255 = 66%
G 245 of 255 = 96%
B 148 of 255 = 58%

169
245
148

R + G + B ~ 73%. #A9F594 is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 245 + 148 = 562 (100%)
R 169 of 562 ~ 30.07%
G 245 of 562 ~ 43.59%
B 148 of 562 ~ 26.33'%

%30.07
%43.59
%26.33

CMYK color model

#A9F594 color CMYK value is (31,0,40,4).

  • cyan value is 31.02%
  • magenta value is 0.00%
  • yellow value is 39.59%
  • key color value is 3.92%
CMYK: (31,0,40,4) C31M0Y40K4 (31%,0%,40%,4%) (0.31/0.00/0.40/0.04) 

CMYK percentages

%31.02
%0
%39.59
%3.92

Codes

Color #A9F594 in popluar color models

A9 F5 94
RGB 169 245 148
HSL 107° 82.91% 77.06%
HSB/HSV 107° 39.59% 96.08%
CMYK 31.02% 0.00% 39.59%
3.92%

Color #A9F594 in popluar number systems.

HEX A9 F5 94
Decimal 169 245 148
Binary 10101001 11110101 10010100
Octal 251 365 224

Shades and tints

Shades of #A9F594

#A9F594
(169,245,148)
#9ADF87
(154,223,135)
#8BC97A
(139,201,122)
#7CB36D
(124,179,109)
#6D9D60
(109,157,96)
#5E8753
(94,135,83)
#4F7146
(79,113,70)
#405B39
(64,91,57)
#31452C
(49,69,44)
#222F1F
(34,47,31)
#131912
(19,25,18)
#000000
(0,0,0)

Tints of #A9F594

#A9F594
(169,245,148)
#B0F59D
(176,245,157)
#B7F5A6
(183,245,166)
#BEF5AF
(190,245,175)
#C5F5B8
(197,245,184)
#CCF5C1
(204,245,193)
#D3F5CA
(211,245,202)
#DAF5D3
(218,245,211)
#E1F5DC
(225,245,220)
#E8F5E5
(232,245,229)
#EFF5EE
(239,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9F594 color. Also use rgb(169,245,148) instead hex code.

Text Font Color

.myTextColor { color: #A9F594; }

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

This text font color is #A9F594.

Background Color

.myBgColor { background-color: #A9F594; }

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

This div background color is #A9F594.

Border color

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

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

This div border color is #A9F594.

Opacity

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

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

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

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

This text has shadow with #A9F594 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9F594.

Preview

Color preview on black background

This text has color #A9F594 on black background.


Color preview on white background

This text has color #A9F594 on white background.


Black color preview on #A9F594 background

This text has black color on #A9F594 background.


White color preview on #A9F594 background

This text has white color on #A9F594 background.


Related colors

Complementary color

Complementary color for #hex is #560A6B.


I love getcolorcode.com

Triadic colors

1 #94A9F5 and #F594A9 with #A9F594 are triadic colors.

2 #94F5A9 and #F5A994 with #A9F594 are triadic colors.