COLOR #A9E984

HEX: #A9E984
RGB: (169,233,132)

Color info

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

RGB color model

#A9E984 color RGB value is (169,233,132).

  • red value is 169;
  • green value is 233;
  • blue value is 132.
RGB:
(169,233,132)
(66%,91%,52%)

RGB channels and saturation

R 169 of 255 = 66%
G 233 of 255 = 91%
B 132 of 255 = 52%

169
233
132

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

Portions of RGB colors in percentages

R + G + B =
169 + 233 + 132 = 534 (100%)
R 169 of 534 ~ 31.65%
G 233 of 534 ~ 43.63%
B 132 of 534 ~ 24.72%

%31.65
%43.63
%24.72

CMYK color model

#A9E984 color CMYK value is (27,0,43,9).

  • cyan value is 27.47%
  • magenta value is 0.00%
  • yellow value is 43.35%
  • key color value is 8.63%
CMYK:
(27,0,43,9)
C27M0Y43K9 
(27%,0%,43%,9%)
(0.27/0.00/0.43/0.09)	

CMYK percentages

%27.47
%0
%43.35
%8.63

Codes

Color #A9E984 in popluar color models

A9E984
RGB169233132
HSL98°69.66%71.57%
HSB/HSV98°43.35%91.37%
CMYK27.47%0.00%43.35%
8.63%

Color #A9E984 in popluar number systems.

HEXA9E984
Decimal169233132
Binary101010011110100110000100
Octal251351204

Shades and tints

Shades of #A9E984

#A9E984
(169,233,132)
#9AD478
(154,212,120)
#8BBF6C
(139,191,108)
#7CAA60
(124,170,96)
#6D9554
(109,149,84)
#5E8048
(94,128,72)
#4F6B3C
(79,107,60)
#405630
(64,86,48)
#314124
(49,65,36)
#222C18
(34,44,24)
#13170C
(19,23,12)
#000000
(0,0,0)

Tints of #A9E984

#A9E984
(169,233,132)
#B0EB8F
(176,235,143)
#B7ED9A
(183,237,154)
#BEEFA5
(190,239,165)
#C5F1B0
(197,241,176)
#CCF3BB
(204,243,187)
#D3F5C6
(211,245,198)
#DAF7D1
(218,247,209)
#E1F9DC
(225,249,220)
#E8FBE7
(232,251,231)
#EFFDF2
(239,253,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9E984 color. Also use rgb(169,233,132) instead hex code.

Text Font Color

.myTextColor { color: #A9E984; }

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

This text font color is #A9E984.


Background Color

.myBgColor { background-color: #A9E984; }

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

This div background color is #A9E984.


Border color

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

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

This div border color is #A9E984.


Opacity

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

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

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

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

This text has shadow with #A9E984 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9E984 on black background.


Color preview on white background

This text has color #A9E984 on white background.



Black color preview on #A9E984 background

This text has black color on #A9E984 background.


White color preview on #A9E984 background

This text has white color on #A9E984 background.