HEX: #A7DD5D
RGB: (167,221,93)
#A7DD5D contains mainly red and green colors. Web safe color of #A7DD5D is #99CC66 (or #9C6).
#A7DD5D color RGB value is (167,221,93).
RGB: (167,221,93)
(65%, 87%, 36%)
R 167 of 255 = 65%
G 221 of 255 = 87%
B 93 of 255 = 36%
R + G + B ~ 63%. #A7DD5D is quite light color.
R + G + B = 167 + 221 + 93 = 481 (100%)
R 167 of 481 ~ 34.72%
G 221 of 481 ~ 45.95%
B 93 of 481 ~ 19.33'%
#A7DD5D color CMYK value is (24,0,58,13).
CMYK: (24,0,58,13)
C24M0Y58K13 (24%, 0%, 58%, 13%)
(0.24 / 0.00 / 0.58 / 0.13)
Color #A7DD5D in popluar color models
A7 | DD | 5D | |
---|---|---|---|
RGB | 167 | 221 | 93 |
HSL | 85° | 65.31% | 61.57% |
HSB/HSV | 85° | 57.92% | 86.67% |
CMYK | 24.43% | 0.00% | 57.92% |
13.33% |
Color #A7DD5D in popluar number systems.
HEX | A7 | DD | 5D |
Decimal | 167 | 221 | 93 |
Binary | 10100111 | 11011101 | 1011101 |
Octal | 247 | 335 | 135 |
Shades of #A7DD5D
Tints of #A7DD5D
Examples of css and html codes for elements with #A7DD5D color. Also use rgb(167,221,93) instead hex code.
.myTextColor { color: #A7DD5D; }
<p style="color:#A7DD5D">This sample text font color is #A7DD5D.</p>
This text font color is #A7DD5D.
.myBgColor { background-color: #A7DD5D; }
<div style="background-color:#A7DD5D">Inner text</div>
This div background color is #A7DD5D.
.myBorderColor { border: 1px solid #A7DD5D; }
<div style="border:3px solid #A7DD5D">Div</div>
This div border color is #A7DD5D.
.myOpacity80 { color: #A7DD5D; opacity: 0.8; }
<p style="color:#A7DD5D;opacity:0.8;">80%</p>
Text with #A7DD5D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A7DD5D;}
<p style="text-shadow: 3px 3px 1px #A7DD5D">Text here.</p>
This text has shadow with #A7DD5D color.
.textShadow {text-shadow: 3px 3px 1px #A7DD5D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A7DD5D, 5px 5px 20px red">Text here.</p>
This text has shadow with #A7DD5D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A7DD5D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A7DD5D, Direction=45, Strength=4)">Text</p>
This text has shadow with #A7DD5D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A7DD5D;
-webkit-box-shadow: 1px 1px 3px 2px #A7DD5D;
box-shadow: 1px 1px 3px 2px #A7DD5D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A7DD5D; -webkit-box-shadow: 1px 1px 3px 2px #A7DD5D; box-shadow:1px 1px 3px 2px #A7DD5D;">
Div content here
</div>
This text has color #A7DD5D on black background.
This text has color #A7DD5D on white background.
This text has black color on #A7DD5D background.
This text has white color on #A7DD5D background.
Complementary color for #hex is #5822A2.