COLOR #A9F382

HEX: #A9F382 RGB: (169,243,130)

Color info

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

RGB color model

#A9F382 color RGB value is (169,243,130).

RGB: (169,243,130) (66%, 95%, 51%)

RGB channels and saturation

R 169 of 255 = 66%
G 243 of 255 = 95%
B 130 of 255 = 51%

169
243
130

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

Portions of RGB colors in percentages

R + G + B = 169 + 243 + 130 = 542 (100%)
R 169 of 542 ~ 31.18%
G 243 of 542 ~ 44.83%
B 130 of 542 ~ 23.99'%

%31.18
%44.83
%23.99

CMYK color model

#A9F382 color CMYK value is (30,0,47,5).

  • cyan value is 30.45%
  • magenta value is 0.00%
  • yellow value is 46.50%
  • key color value is 4.71%

CMYK: (30,0,47,5)
C30M0Y47K5 (30%, 0%, 47%, 5%)
(0.30 / 0.00 / 0.47 / 0.05)

CMYK percentages

%30.45
%0
%46.5
%4.71

Codes

Color #A9F382 in popluar color models

A9 F3 82
RGB 169 243 130
HSL 99° 82.48% 73.14%
HSB/HSV 99° 46.50% 95.29%
CMYK 30.45% 0.00% 46.50%
4.71%

Color #A9F382 in popluar number systems.

HEX A9 F3 82
Decimal 169 243 130
Binary 10101001 11110011 10000010
Octal 251 363 202

Shades and tints

Shades of #A9F382

#A9F382
(169,243,130)
#9ADD77
(154,221,119)
#8BC76C
(139,199,108)
#7CB161
(124,177,97)
#6D9B56
(109,155,86)
#5E854B
(94,133,75)
#4F6F40
(79,111,64)
#405935
(64,89,53)
#31432A
(49,67,42)
#222D1F
(34,45,31)
#131714
(19,23,20)
#000000
(0,0,0)

Tints of #A9F382

#A9F382
(169,243,130)
#B0F48D
(176,244,141)
#B7F598
(183,245,152)
#BEF6A3
(190,246,163)
#C5F7AE
(197,247,174)
#CCF8B9
(204,248,185)
#D3F9C4
(211,249,196)
#DAFACF
(218,250,207)
#E1FBDA
(225,251,218)
#E8FCE5
(232,252,229)
#EFFDF0
(239,253,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9F382 color. Also use rgb(169,243,130) instead hex code.

Text Font Color

.myTextColor { color: #A9F382; }

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

This text font color is #A9F382.

Background Color

.myBgColor { background-color: #A9F382; }

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

This div background color is #A9F382.

Border color

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

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

This div border color is #A9F382.

Opacity

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

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

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

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

This text has shadow with #A9F382 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9F382.

Preview

Color preview on black background

This text has color #A9F382 on black background.


Color preview on white background

This text has color #A9F382 on white background.


Black color preview on #A9F382 background

This text has black color on #A9F382 background.


White color preview on #A9F382 background

This text has white color on #A9F382 background.


Related colors

Complementary color

Complementary color for #hex is #560C7D.


I love getcolorcode.com

Triadic colors

1 #82A9F3 and #F382A9 with #A9F382 are triadic colors.

2 #82F3A9 and #F3A982 with #A9F382 are triadic colors.