HEX: #ADD18C
RGB: (173,209,140)
#ADD18C contains mainly red and green colors. #ADD18C ‘ nin web güvenlik rengi #99CC99 (ya da #9C9) dir.
#ADD18C color RGB value is (173,209,140).
RGB: (173,209,140)
(68%, 82%, 55%)
R 173 of 255 = 68%
G 209 of 255 = 82%
B 140 of 255 = 55%
R + G + B ~ 68%. #ADD18C is quite light color.
R + G + B = 173 + 209 + 140 = 522 (100%)
R 173 of 522 ~ 33.14%
G 209 of 522 ~ 40.04%
B 140 of 522 ~ 26.82'%
#ADD18C rengi CMYK tonu (17,0,33,18).
CMYK: (17,0,33,18)
C17M0Y33K18 (17%, 0%, 33%, 18%)
(0.17 / 0.00 / 0.33 / 0.18)
Color #ADD18C in popluar color models
AD | D1 | 8C | |
---|---|---|---|
RGB | 173 | 209 | 140 |
HSL | 91° | 42.86% | 68.43% |
HSB/HSV | 91° | 33.01% | 81.96% |
CMYK | 17.22% | 0.00% | 33.01% |
18.04% |
Color #ADD18C in popluar number systems.
HEX | AD | D1 | 8C |
Decimal | 173 | 209 | 140 |
Binary | 10101101 | 11010001 | 10001100 |
Octal | 255 | 321 | 214 |
Shades of #ADD18C
Tints of #ADD18C
Examples of css and html codes for elements with #ADD18C color. Also use rgb(173,209,140) instead hex code.
.myTextColor { color: #ADD18C; }
<p style="color:#ADD18C">This sample text font color is #ADD18C.</p>
This text font color is #ADD18C.
.myBgColor { background-color: #ADD18C; }
<div style="background-color:#ADD18C">Inner text</div>
This div background color is #ADD18C.
.myBorderColor { border: 1px solid #ADD18C; }
<div style="border:3px solid #ADD18C">Div</div>
This div border color is #ADD18C.
.myOpacity80 { color: #ADD18C; opacity: 0.8; }
<p style="color:#ADD18C;opacity:0.8;">80%</p>
Text with #ADD18C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADD18C;}
<p style="text-shadow: 3px 3px 1px #ADD18C">Text here.</p>
This text has shadow with #ADD18C color.
.textShadow {text-shadow: 3px 3px 1px #ADD18C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADD18C, 5px 5px 20px red">Text here.</p>
This text has shadow with #ADD18C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADD18C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADD18C, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADD18C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADD18C;
-webkit-box-shadow: 1px 1px 3px 2px #ADD18C;
box-shadow: 1px 1px 3px 2px #ADD18C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADD18C; -webkit-box-shadow: 1px 1px 3px 2px #ADD18C; box-shadow:1px 1px 3px 2px #ADD18C;">
Div content here
</div>
This text has color #ADD18C on black background.
This text has color #ADD18C on white background.
This text has black color on #ADD18C background.
This text has white color on #ADD18C background.
Complementary color for #hex is #522E73.