HEX: #A9E76A
RGB: (169,231,106)
#A9E76A contains mainly green color. Web safe color of #A9E76A is #99FF66 (or #9F6).
#A9E76A color RGB value is (169,231,106).
RGB: (169,231,106)
(66%, 91%, 42%)
R 169 of 255 = 66%
G 231 of 255 = 91%
B 106 of 255 = 42%
R + G + B ~ 66%. #A9E76A is quite light color.
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'%
#A9E76A color CMYK value is (27,0,54,9).
CMYK: (27,0,54,9)
C27M0Y54K9 (27%, 0%, 54%, 9%)
(0.27 / 0.00 / 0.54 / 0.09)
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 of #A9E76A
Tints of #A9E76A
Examples of css and html codes for elements with #A9E76A color. Also use rgb(169,231,106) instead hex code.
.myTextColor { color: #A9E76A; }
<p style="color:#A9E76A">This sample text font color is #A9E76A.</p>
This text font color is #A9E76A.
.myBgColor { background-color: #A9E76A; }
<div style="background-color:#A9E76A">Inner text</div>
This div background color is #A9E76A.
.myBorderColor { border: 1px solid #A9E76A; }
<div style="border:3px solid #A9E76A">Div</div>
This div border color is #A9E76A.
.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%.
.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.
/* 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 text has color #A9E76A on black background.
This text has color #A9E76A on white background.
This text has black color on #A9E76A background.
This text has white color on #A9E76A background.
Complementary color for #A9E76A is #561895.