COLOR #A9E28D

HEX: #A9E28D
RGB: (169,226,141)

Color info

#A9E28D contains mainly red and green colors. Web safe color of #A9E28D is #99CC99 (or #9C9).

RGB color model

#A9E28D color RGB value is (169,226,141).

  • red value is 169;
  • green value is 226;
  • blue value is 141.
RGB:
(169,226,141)
(66%,89%,55%)

RGB channels and saturation

R 169 of 255 = 66%
G 226 of 255 = 89%
B 141 of 255 = 55%

169
226
141

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

Portions of RGB colors in percentages

R + G + B =
169 + 226 + 141 = 536 (100%)
R 169 of 536 ~ 31.53%
G 226 of 536 ~ 42.16%
B 141 of 536 ~ 26.31%

%31.53
%42.16
%26.31

CMYK color model

#A9E28D color CMYK value is (25,0,38,11).

  • cyan value is 25.22%
  • magenta value is 0.00%
  • yellow value is 37.61%
  • key color value is 11.37%
CMYK:
(25,0,38,11)
C25M0Y38K11 
(25%,0%,38%,11%)
(0.25/0.00/0.38/0.11)	

CMYK percentages

%25.22
%0
%37.61
%11.37

Codes

Color #A9E28D in popluar color models

A9E28D
RGB169226141
HSL100°59.44%71.96%
HSB/HSV100°37.61%88.63%
CMYK25.22%0.00%37.61%
11.37%

Color #A9E28D in popluar number systems.

HEXA9E28D
Decimal169226141
Binary101010011110001010001101
Octal251342215

Shades and tints

Shades of #A9E28D

#A9E28D
(169,226,141)
#9ACE81
(154,206,129)
#8BBA75
(139,186,117)
#7CA669
(124,166,105)
#6D925D
(109,146,93)
#5E7E51
(94,126,81)
#4F6A45
(79,106,69)
#405639
(64,86,57)
#31422D
(49,66,45)
#222E21
(34,46,33)
#131A15
(19,26,21)
#000000
(0,0,0)

Tints of #A9E28D

#A9E28D
(169,226,141)
#B0E497
(176,228,151)
#B7E6A1
(183,230,161)
#BEE8AB
(190,232,171)
#C5EAB5
(197,234,181)
#CCECBF
(204,236,191)
#D3EEC9
(211,238,201)
#DAF0D3
(218,240,211)
#E1F2DD
(225,242,221)
#E8F4E7
(232,244,231)
#EFF6F1
(239,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9E28D color. Also use rgb(169,226,141) instead hex code.

Text Font Color

.myTextColor { color: #A9E28D; }

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

This text font color is #A9E28D.


Background Color

.myBgColor { background-color: #A9E28D; }

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

This div background color is #A9E28D.


Border color

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

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

This div border color is #A9E28D.


Opacity

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

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

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

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

This text has shadow with #A9E28D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9E28D on black background.


Color preview on white background

This text has color #A9E28D on white background.



Black color preview on #A9E28D background

This text has black color on #A9E28D background.


White color preview on #A9E28D background

This text has white color on #A9E28D background.