HEX: #ADE37C
RGB: (173,227,124)
#ADE37C contains mainly red and green colors. #ADE37C ‘ nin web güvenlik rengi #99CC66 (ya da #9C6) dir.
#ADE37C color RGB value is (173,227,124).
RGB: (173,227,124)
(68%, 89%, 49%)
R 173 of 255 = 68%
G 227 of 255 = 89%
B 124 of 255 = 49%
R + G + B ~ 69%. #ADE37C is quite light color.
R + G + B = 173 + 227 + 124 = 524 (100%)
R 173 of 524 ~ 33.02%
G 227 of 524 ~ 43.32%
B 124 of 524 ~ 23.66'%
#ADE37C rengi CMYK tonu (24,0,45,11).
CMYK: (24,0,45,11)
C24M0Y45K11 (24%, 0%, 45%, 11%)
(0.24 / 0.00 / 0.45 / 0.11)
Color #ADE37C in popluar color models
AD | E3 | 7C | |
---|---|---|---|
RGB | 173 | 227 | 124 |
HSL | 91° | 64.78% | 68.82% |
HSB/HSV | 91° | 45.37% | 89.02% |
CMYK | 23.79% | 0.00% | 45.37% |
10.98% |
Color #ADE37C in popluar number systems.
HEX | AD | E3 | 7C |
Decimal | 173 | 227 | 124 |
Binary | 10101101 | 11100011 | 1111100 |
Octal | 255 | 343 | 174 |
Shades of #ADE37C
Tints of #ADE37C
Examples of css and html codes for elements with #ADE37C color. Also use rgb(173,227,124) instead hex code.
.myTextColor { color: #ADE37C; }
<p style="color:#ADE37C">This sample text font color is #ADE37C.</p>
This text font color is #ADE37C.
.myBgColor { background-color: #ADE37C; }
<div style="background-color:#ADE37C">Inner text</div>
This div background color is #ADE37C.
.myBorderColor { border: 1px solid #ADE37C; }
<div style="border:3px solid #ADE37C">Div</div>
This div border color is #ADE37C.
.myOpacity80 { color: #ADE37C; opacity: 0.8; }
<p style="color:#ADE37C;opacity:0.8;">80%</p>
Text with #ADE37C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADE37C;}
<p style="text-shadow: 3px 3px 1px #ADE37C">Text here.</p>
This text has shadow with #ADE37C color.
.textShadow {text-shadow: 3px 3px 1px #ADE37C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADE37C, 5px 5px 20px red">Text here.</p>
This text has shadow with #ADE37C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADE37C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADE37C, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADE37C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADE37C;
-webkit-box-shadow: 1px 1px 3px 2px #ADE37C;
box-shadow: 1px 1px 3px 2px #ADE37C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADE37C; -webkit-box-shadow: 1px 1px 3px 2px #ADE37C; box-shadow:1px 1px 3px 2px #ADE37C;">
Div content here
</div>
This text has color #ADE37C on black background.
This text has color #ADE37C on white background.
This text has black color on #ADE37C background.
This text has white color on #ADE37C background.
Complementary color for #hex is #521C83.