HEX: #ADF95E
RGB: (173,249,94)
#ADF95E contains mainly green color. Web safe color of #ADF95E is #99FF66 (or #9F6).
#ADF95E color RGB value is (173,249,94).
RGB: (173,249,94)
(68%, 98%, 37%)
R 173 of 255 = 68%
G 249 of 255 = 98%
B 94 of 255 = 37%
R + G + B ~ 68%. #ADF95E is quite light color.
R + G + B = 173 + 249 + 94 = 516 (100%)
R 173 of 516 ~ 33.53%
G 249 of 516 ~ 48.26%
B 94 of 516 ~ 18.22'%
#ADF95E color CMYK value is (31,0,62,2).
CMYK: (31,0,62,2)
C31M0Y62K2 (31%, 0%, 62%, 2%)
(0.31 / 0.00 / 0.62 / 0.02)
Color #ADF95E in popluar color models
AD | F9 | 5E | |
---|---|---|---|
RGB | 173 | 249 | 94 |
HSL | 89° | 92.81% | 67.25% |
HSB/HSV | 89° | 62.25% | 97.65% |
CMYK | 30.52% | 0.00% | 62.25% |
2.35% |
Color #ADF95E in popluar number systems.
HEX | AD | F9 | 5E |
Decimal | 173 | 249 | 94 |
Binary | 10101101 | 11111001 | 1011110 |
Octal | 255 | 371 | 136 |
Shades of #ADF95E
Tints of #ADF95E
Examples of css and html codes for elements with #ADF95E color. Also use rgb(173,249,94) instead hex code.
.myTextColor { color: #ADF95E; }
<p style="color:#ADF95E">This sample text font color is #ADF95E.</p>
This text font color is #ADF95E.
.myBgColor { background-color: #ADF95E; }
<div style="background-color:#ADF95E">Inner text</div>
This div background color is #ADF95E.
.myBorderColor { border: 1px solid #ADF95E; }
<div style="border:3px solid #ADF95E">Div</div>
This div border color is #ADF95E.
.myOpacity80 { color: #ADF95E; opacity: 0.8; }
<p style="color:#ADF95E;opacity:0.8;">80%</p>
Text with #ADF95E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADF95E;}
<p style="text-shadow: 3px 3px 1px #ADF95E">Text here.</p>
This text has shadow with #ADF95E color.
.textShadow {text-shadow: 3px 3px 1px #ADF95E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADF95E, 5px 5px 20px red">Text here.</p>
This text has shadow with #ADF95E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADF95E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADF95E, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADF95E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADF95E;
-webkit-box-shadow: 1px 1px 3px 2px #ADF95E;
box-shadow: 1px 1px 3px 2px #ADF95E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADF95E; -webkit-box-shadow: 1px 1px 3px 2px #ADF95E; box-shadow:1px 1px 3px 2px #ADF95E;">
Div content here
</div>
This text has color #ADF95E on black background.
This text has color #ADF95E on white background.
This text has black color on #ADF95E background.
This text has white color on #ADF95E background.
Complementary color for #hex is #5206A1.