COLOR #A9E275

HEX: #A9E275
RGB: (169,226,117)

Color info

#A9E275 contains mainly red and green colors. Web safe color of #A9E275 is #99CC66 (or #9C6).

RGB color model

#A9E275 color RGB value is (169,226,117).

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

RGB channels and saturation

R 169 of 255 = 66%
G 226 of 255 = 89%
B 117 of 255 = 46%

169
226
117

R + G + B ~ 67%. #A9E275 is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 226 + 117 = 512 (100%)
R 169 of 512 ~ 33.01%
G 226 of 512 ~ 44.14%
B 117 of 512 ~ 22.85%

%33.01
%44.14
%22.85

CMYK color model

#A9E275 color CMYK value is (25,0,48,11).

  • cyan value is 25.22%
  • magenta value is 0.00%
  • yellow value is 48.23%
  • key color value is 11.37%
CMYK:
(25,0,48,11)
C25M0Y48K11 
(25%,0%,48%,11%)
(0.25/0.00/0.48/0.11)	

CMYK percentages

%25.22
%0
%48.23
%11.37

Codes

Color #A9E275 in popluar color models

A9E275
RGB169226117
HSL91°65.27%67.25%
HSB/HSV91°48.23%88.63%
CMYK25.22%0.00%48.23%
11.37%

Color #A9E275 in popluar number systems.

HEXA9E275
Decimal169226117
Binary10101001111000101110101
Octal251342165

Shades and tints

Shades of #A9E275

#A9E275
(169,226,117)
#9ACE6B
(154,206,107)
#8BBA61
(139,186,97)
#7CA657
(124,166,87)
#6D924D
(109,146,77)
#5E7E43
(94,126,67)
#4F6A39
(79,106,57)
#40562F
(64,86,47)
#314225
(49,66,37)
#222E1B
(34,46,27)
#131A11
(19,26,17)
#000000
(0,0,0)

Tints of #A9E275

#A9E275
(169,226,117)
#B0E481
(176,228,129)
#B7E68D
(183,230,141)
#BEE899
(190,232,153)
#C5EAA5
(197,234,165)
#CCECB1
(204,236,177)
#D3EEBD
(211,238,189)
#DAF0C9
(218,240,201)
#E1F2D5
(225,242,213)
#E8F4E1
(232,244,225)
#EFF6ED
(239,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9E275; }

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

This text font color is #A9E275.


Background Color

.myBgColor { background-color: #A9E275; }

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

This div background color is #A9E275.


Border color

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

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

This div border color is #A9E275.


Opacity

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

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

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

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

This text has shadow with #A9E275 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9E275 on black background.


Color preview on white background

This text has color #A9E275 on white background.



Black color preview on #A9E275 background

This text has black color on #A9E275 background.


White color preview on #A9E275 background

This text has white color on #A9E275 background.