HEX: #ADC727
RGB: (173,199,39)
#ADC727 contains mainly red and green colors. Web safe color of #ADC727 is #99CC33 (or #9C3).
#ADC727 color RGB value is (173,199,39).
RGB: (173,199,39)
(68%, 78%, 15%)
R 173 of 255 = 68%
G 199 of 255 = 78%
B 39 of 255 = 15%
R + G + B ~ 54%. #ADC727 is middle color (not dark and not light).
R + G + B = 173 + 199 + 39 = 411 (100%)
R 173 of 411 ~ 42.09%
G 199 of 411 ~ 48.42%
B 39 of 411 ~ 9.49'%
#ADC727 color CMYK value is (13,0,80,22).
CMYK: (13,0,80,22)
C13M0Y80K22 (13%, 0%, 80%, 22%)
(0.13 / 0.00 / 0.80 / 0.22)
Color #ADC727 in popluar color models
AD | C7 | 27 | |
---|---|---|---|
RGB | 173 | 199 | 39 |
HSL | 70° | 67.23% | 46.67% |
HSB/HSV | 70° | 80.40% | 78.04% |
CMYK | 13.07% | 0.00% | 80.40% |
21.96% |
Color #ADC727 in popluar number systems.
HEX | AD | C7 | 27 |
Decimal | 173 | 199 | 39 |
Binary | 10101101 | 11000111 | 100111 |
Octal | 255 | 307 | 47 |
Shades of #ADC727
Tints of #ADC727
Examples of css and html codes for elements with #ADC727 color. Also use rgb(173,199,39) instead hex code.
.myTextColor { color: #ADC727; }
<p style="color:#ADC727">This sample text font color is #ADC727.</p>
This text font color is #ADC727.
.myBgColor { background-color: #ADC727; }
<div style="background-color:#ADC727">Inner text</div>
This div background color is #ADC727.
.myBorderColor { border: 1px solid #ADC727; }
<div style="border:3px solid #ADC727">Div</div>
This div border color is #ADC727.
.myOpacity80 { color: #ADC727; opacity: 0.8; }
<p style="color:#ADC727;opacity:0.8;">80%</p>
Text with #ADC727 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADC727;}
<p style="text-shadow: 3px 3px 1px #ADC727">Text here.</p>
This text has shadow with #ADC727 color.
.textShadow {text-shadow: 3px 3px 1px #ADC727', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADC727, 5px 5px 20px red">Text here.</p>
This text has shadow with #ADC727 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADC727, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADC727, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADC727 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADC727;
-webkit-box-shadow: 1px 1px 3px 2px #ADC727;
box-shadow: 1px 1px 3px 2px #ADC727;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADC727; -webkit-box-shadow: 1px 1px 3px 2px #ADC727; box-shadow:1px 1px 3px 2px #ADC727;">
Div content here
</div>
This text has color #ADC727 on black background.
This text has color #ADC727 on white background.
This text has black color on #ADC727 background.
This text has white color on #ADC727 background.
Complementary color for #hex is #5238D8.