HEX: #ADDF9A
RGB: (173,223,154)
#ADDF9A contains mainly red and green colors. Web safe color of #ADDF9A is #99CC99 (or #9C9).
#ADDF9A color RGB value is (173,223,154).
RGB: (173,223,154)
(68%, 87%, 60%)
R 173 of 255 = 68%
G 223 of 255 = 87%
B 154 of 255 = 60%
R + G + B ~ 72%. #ADDF9A is quite light color.
R + G + B = 173 + 223 + 154 = 550 (100%)
R 173 of 550 ~ 31.45%
G 223 of 550 ~ 40.55%
B 154 of 550 ~ 28'%
#ADDF9A color CMYK value is (22,0,31,13).
CMYK: (22,0,31,13) C22M0Y31K13 (22%,0%,31%,13%) (0.22/0.00/0.31/0.13)
Color #ADDF9A in popluar color models
AD | DF | 9A | |
---|---|---|---|
RGB | 173 | 223 | 154 |
HSL | 103° | 51.88% | 73.92% |
HSB/HSV | 103° | 30.94% | 87.45% |
CMYK | 22.42% | 0.00% | 30.94% |
12.55% |
Color #ADDF9A in popluar number systems.
HEX | AD | DF | 9A |
Decimal | 173 | 223 | 154 |
Binary | 10101101 | 11011111 | 10011010 |
Octal | 255 | 337 | 232 |
Shades of #ADDF9A
Tints of #ADDF9A
Examples of css and html codes for elements with #ADDF9A color. Also use rgb(173,223,154) instead hex code.
.myTextColor { color: #ADDF9A; }
<p style="color:#ADDF9A">This sample text font color is #ADDF9A.</p>
This text font color is #ADDF9A.
.myBgColor { background-color: #ADDF9A; }
<div style="background-color:#ADDF9A">Inner text</div>
This div background color is #ADDF9A.
.myBorderColor { border: 1px solid #ADDF9A; }
<div style="border:3px solid #ADDF9A">Div</div>
This div border color is #ADDF9A.
.myOpacity80 { color: #ADDF9A; opacity: 0.8; }
<p style="color:#ADDF9A;opacity:0.8;">80%</p>
Text with #ADDF9A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADDF9A;}
<p style="text-shadow: 3px 3px 1px #ADDF9A">Text here.</p>
This text has shadow with #ADDF9A color.
.textShadow {text-shadow: 3px 3px 1px #ADDF9A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADDF9A, 5px 5px 20px red">Text here.</p>
This text has shadow with #ADDF9A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADDF9A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADDF9A, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADDF9A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADDF9A;
-webkit-box-shadow: 1px 1px 3px 2px #ADDF9A;
box-shadow: 1px 1px 3px 2px #ADDF9A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADDF9A; -webkit-box-shadow: 1px 1px 3px 2px #ADDF9A; box-shadow:1px 1px 3px 2px #ADDF9A;">
Div content here
</div>
This text has color #ADDF9A on black background.
This text has color #ADDF9A on white background.
This text has black color on #ADDF9A background.
This text has white color on #ADDF9A background.
Complementary color for #hex is #522065.