HEX: #A9EBA9
RGB: (169,235,169)
#A9EBA9 contains mainly green color. Web safe color of #A9EBA9 is #99FF99 (or #9F9).
#A9EBA9 color RGB value is (169,235,169).
RGB: (169,235,169)
(66%, 92%, 66%)
R 169 of 255 = 66%
G 235 of 255 = 92%
B 169 of 255 = 66%
R + G + B ~ 75%. #A9EBA9 is quite light color.
R + G + B = 169 + 235 + 169 = 573 (100%)
R 169 of 573 ~ 29.49%
G 235 of 573 ~ 41.01%
B 169 of 573 ~ 29.49'%
#A9EBA9 color CMYK value is (28,0,28,8).
CMYK: (28,0,28,8)
C28M0Y28K8 (28%, 0%, 28%, 8%)
(0.28 / 0.00 / 0.28 / 0.08)
Color #A9EBA9 in popluar color models
A9 | EB | A9 | |
---|---|---|---|
RGB | 169 | 235 | 169 |
HSL | 120° | 62.26% | 79.22% |
HSB/HSV | 120° | 28.09% | 92.16% |
CMYK | 28.09% | 0.00% | 28.09% |
7.84% |
Color #A9EBA9 in popluar number systems.
HEX | A9 | EB | A9 |
Decimal | 169 | 235 | 169 |
Binary | 10101001 | 11101011 | 10101001 |
Octal | 251 | 353 | 251 |
Shades of #A9EBA9
Tints of #A9EBA9
Examples of css and html codes for elements with #A9EBA9 color. Also use rgb(169,235,169) instead hex code.
.myTextColor { color: #A9EBA9; }
<p style="color:#A9EBA9">This sample text font color is #A9EBA9.</p>
This text font color is #A9EBA9.
.myBgColor { background-color: #A9EBA9; }
<div style="background-color:#A9EBA9">Inner text</div>
This div background color is #A9EBA9.
.myBorderColor { border: 1px solid #A9EBA9; }
<div style="border:3px solid #A9EBA9">Div</div>
This div border color is #A9EBA9.
.myOpacity80 { color: #A9EBA9; opacity: 0.8; }
<p style="color:#A9EBA9;opacity:0.8;">80%</p>
Text with #A9EBA9 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A9EBA9;}
<p style="text-shadow: 3px 3px 1px #A9EBA9">Text here.</p>
This text has shadow with #A9EBA9 color.
.textShadow {text-shadow: 3px 3px 1px #A9EBA9', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A9EBA9, 5px 5px 20px red">Text here.</p>
This text has shadow with #A9EBA9 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A9EBA9, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A9EBA9, Direction=45, Strength=4)">Text</p>
This text has shadow with #A9EBA9 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A9EBA9;
-webkit-box-shadow: 1px 1px 3px 2px #A9EBA9;
box-shadow: 1px 1px 3px 2px #A9EBA9;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A9EBA9; -webkit-box-shadow: 1px 1px 3px 2px #A9EBA9; box-shadow:1px 1px 3px 2px #A9EBA9;">
Div content here
</div>
This text has color #A9EBA9 on black background.
This text has color #A9EBA9 on white background.
This text has black color on #A9EBA9 background.
This text has white color on #A9EBA9 background.
Complementary color for #hex is #561456.