HEX: #A7D75D
RGB: (167,215,93)
#A7D75D contains mainly red and green colors. Web safe color of #A7D75D is #99CC66 (or #9C6).
#A7D75D color RGB value is (167,215,93).
RGB: (167,215,93)
(65%, 84%, 36%)
R 167 of 255 = 65%
G 215 of 255 = 84%
B 93 of 255 = 36%
R + G + B ~ 62%. #A7D75D is quite light color.
R + G + B = 167 + 215 + 93 = 475 (100%)
R 167 of 475 ~ 35.16%
G 215 of 475 ~ 45.26%
B 93 of 475 ~ 19.58'%
#A7D75D color CMYK value is (22,0,57,16).
CMYK: (22,0,57,16)
C22M0Y57K16 (22%, 0%, 57%, 16%)
(0.22 / 0.00 / 0.57 / 0.16)
Color #A7D75D in popluar color models
A7 | D7 | 5D | |
---|---|---|---|
RGB | 167 | 215 | 93 |
HSL | 84° | 60.40% | 60.39% |
HSB/HSV | 84° | 56.74% | 84.31% |
CMYK | 22.33% | 0.00% | 56.74% |
15.69% |
Color #A7D75D in popluar number systems.
HEX | A7 | D7 | 5D |
Decimal | 167 | 215 | 93 |
Binary | 10100111 | 11010111 | 1011101 |
Octal | 247 | 327 | 135 |
Shades of #A7D75D
Tints of #A7D75D
Examples of css and html codes for elements with #A7D75D color. Also use rgb(167,215,93) instead hex code.
.myTextColor { color: #A7D75D; }
<p style="color:#A7D75D">This sample text font color is #A7D75D.</p>
This text font color is #A7D75D.
.myBgColor { background-color: #A7D75D; }
<div style="background-color:#A7D75D">Inner text</div>
This div background color is #A7D75D.
.myBorderColor { border: 1px solid #A7D75D; }
<div style="border:3px solid #A7D75D">Div</div>
This div border color is #A7D75D.
.myOpacity80 { color: #A7D75D; opacity: 0.8; }
<p style="color:#A7D75D;opacity:0.8;">80%</p>
Text with #A7D75D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A7D75D;}
<p style="text-shadow: 3px 3px 1px #A7D75D">Text here.</p>
This text has shadow with #A7D75D color.
.textShadow {text-shadow: 3px 3px 1px #A7D75D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A7D75D, 5px 5px 20px red">Text here.</p>
This text has shadow with #A7D75D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A7D75D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A7D75D, Direction=45, Strength=4)">Text</p>
This text has shadow with #A7D75D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A7D75D;
-webkit-box-shadow: 1px 1px 3px 2px #A7D75D;
box-shadow: 1px 1px 3px 2px #A7D75D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A7D75D; -webkit-box-shadow: 1px 1px 3px 2px #A7D75D; box-shadow:1px 1px 3px 2px #A7D75D;">
Div content here
</div>
This text has color #A7D75D on black background.
This text has color #A7D75D on white background.
This text has black color on #A7D75D background.
This text has white color on #A7D75D background.
Complementary color for #hex is #5828A2.