COLOR #A9E76A

HEX: #A9E76A RGB: (169,231,106)

Color info

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

RGB color model

#A9E76A color RGB value is (169,231,106).

RGB: (169,231,106) (66%, 91%, 42%)

RGB channels and saturation

R 169 of 255 = 66%
G 231 of 255 = 91%
B 106 of 255 = 42%

169
231
106

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

Portions of RGB colors in percentages

R + G + B = 169 + 231 + 106 = 506 (100%)
R 169 of 506 ~ 33.4%
G 231 of 506 ~ 45.65%
B 106 of 506 ~ 20.95'%

%33.4
%45.65
%20.95

CMYK color model

#A9E76A color CMYK value is (27,0,54,9).

  • cyan value is 26.84%
  • magenta value is 0.00%
  • yellow value is 54.11%
  • key color value is 9.41%

CMYK: (27,0,54,9)
C27M0Y54K9 (27%, 0%, 54%, 9%)
(0.27 / 0.00 / 0.54 / 0.09)

CMYK percentages

%26.84
%0
%54.11
%9.41

Codes

Color #A9E76A in popluar color models

A9 E7 6A
RGB 169 231 106
HSL 90° 72.25% 66.08%
HSB/HSV 90° 54.11% 90.59%
CMYK 26.84% 0.00% 54.11%
9.41%

Color #A9E76A in popluar number systems.

HEX A9 E7 6A
Decimal 169 231 106
Binary 10101001 11100111 1101010
Octal 251 347 152

Shades and tints

Shades of #A9E76A

#A9E76A
(169,231,106)
#9AD261
(154,210,97)
#8BBD58
(139,189,88)
#7CA84F
(124,168,79)
#6D9346
(109,147,70)
#5E7E3D
(94,126,61)
#4F6934
(79,105,52)
#40542B
(64,84,43)
#313F22
(49,63,34)
#222A19
(34,42,25)
#131510
(19,21,16)
#000000
(0,0,0)

Tints of #A9E76A

#A9E76A
(169,231,106)
#B0E977
(176,233,119)
#B7EB84
(183,235,132)
#BEED91
(190,237,145)
#C5EF9E
(197,239,158)
#CCF1AB
(204,241,171)
#D3F3B8
(211,243,184)
#DAF5C5
(218,245,197)
#E1F7D2
(225,247,210)
#E8F9DF
(232,249,223)
#EFFBEC
(239,251,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9E76A color. Also use rgb(169,231,106) instead hex code.

Text Font Color

.myTextColor { color: #A9E76A; }

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

This text font color is #A9E76A.

Background Color

.myBgColor { background-color: #A9E76A; }

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

This div background color is #A9E76A.

Border color

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

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

This div border color is #A9E76A.

Opacity

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

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

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

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

This text has shadow with #A9E76A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9E76A.

Preview

Color preview on black background

This text has color #A9E76A on black background.


Color preview on white background

This text has color #A9E76A on white background.


Black color preview on #A9E76A background

This text has black color on #A9E76A background.


White color preview on #A9E76A background

This text has white color on #A9E76A background.


Related colors

Complementary color

Complementary color for #A9E76A is #561895.


I love getcolorcode.com

Triadic colors

1 #6AA9E7 and #E76AA9 with #A9E76A are triadic colors.

2 #6AE7A9 and #E7A96A with #A9E76A are triadic colors.