COLOR #A9EBA4

HEX: #A9EBA4
RGB: (169,235,164)

Color info

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

RGB color model

#A9EBA4 color RGB value is (169,235,164).

  • red value is 169;
  • green value is 235;
  • blue value is 164.
RGB:
(169,235,164)
(66%,92%,64%)

RGB channels and saturation

R 169 of 255 = 66%
G 235 of 255 = 92%
B 164 of 255 = 64%

169
235
164

R + G + B ~ 74%. #A9EBA4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 235 + 164 = 568 (100%)
R 169 of 568 ~ 29.75%
G 235 of 568 ~ 41.37%
B 164 of 568 ~ 28.87%

%29.75
%41.37
%28.87

CMYK color model

#A9EBA4 color CMYK value is (28,0,30,8).

  • cyan value is 28.09%
  • magenta value is 0.00%
  • yellow value is 30.21%
  • key color value is 7.84%
CMYK:
(28,0,30,8)
C28M0Y30K8 
(28%,0%,30%,8%)
(0.28/0.00/0.30/0.08)	

CMYK percentages

%28.09
%0
%30.21
%7.84

Codes

Color #A9EBA4 in popluar color models

A9EBA4
RGB169235164
HSL116°63.96%78.24%
HSB/HSV116°30.21%92.16%
CMYK28.09%0.00%30.21%
7.84%

Color #A9EBA4 in popluar number systems.

HEXA9EBA4
Decimal169235164
Binary101010011110101110100100
Octal251353244

Shades and tints

Shades of #A9EBA4

#A9EBA4
(169,235,164)
#9AD696
(154,214,150)
#8BC188
(139,193,136)
#7CAC7A
(124,172,122)
#6D976C
(109,151,108)
#5E825E
(94,130,94)
#4F6D50
(79,109,80)
#405842
(64,88,66)
#314334
(49,67,52)
#222E26
(34,46,38)
#131918
(19,25,24)
#000000
(0,0,0)

Tints of #A9EBA4

#A9EBA4
(169,235,164)
#B0ECAC
(176,236,172)
#B7EDB4
(183,237,180)
#BEEEBC
(190,238,188)
#C5EFC4
(197,239,196)
#CCF0CC
(204,240,204)
#D3F1D4
(211,241,212)
#DAF2DC
(218,242,220)
#E1F3E4
(225,243,228)
#E8F4EC
(232,244,236)
#EFF5F4
(239,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9EBA4 color. Also use rgb(169,235,164) instead hex code.

Text Font Color

.myTextColor { color: #A9EBA4; }

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

This text font color is #A9EBA4.


Background Color

.myBgColor { background-color: #A9EBA4; }

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

This div background color is #A9EBA4.


Border color

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

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

This div border color is #A9EBA4.


Opacity

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

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

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

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

This text has shadow with #A9EBA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9EBA4 on black background.


Color preview on white background

This text has color #A9EBA4 on white background.



Black color preview on #A9EBA4 background

This text has black color on #A9EBA4 background.


White color preview on #A9EBA4 background

This text has white color on #A9EBA4 background.