HEX: #59AF40
RGB: (89,175,64)
#59AF40 contains mainly green color. Web safe color of #59AF40 is #669933 (or #693).
#59AF40 color RGB value is (89,175,64).
RGB: (89,175,64)
(35%, 69%, 25%)
R 89 of 255 = 35%
G 175 of 255 = 69%
B 64 of 255 = 25%
R + G + B ~ 43%. #59AF40 is middle color (not dark and not light).
R + G + B = 89 + 175 + 64 = 328 (100%)
R 89 of 328 ~ 27.13%
G 175 of 328 ~ 53.35%
B 64 of 328 ~ 19.51'%
#59AF40 color CMYK value is (49,0,63,31).
CMYK: (49,0,63,31) C49M0Y63K31 (49%,0%,63%,31%) (0.49/0.00/0.63/0.31)
Color #59AF40 in popluar color models
59 | AF | 40 | |
---|---|---|---|
RGB | 89 | 175 | 64 |
HSL | 106° | 46.44% | 46.86% |
HSB/HSV | 106° | 63.43% | 68.63% |
CMYK | 49.14% | 0.00% | 63.43% |
31.37% |
Color #59AF40 in popluar number systems.
HEX | 59 | AF | 40 |
Decimal | 89 | 175 | 64 |
Binary | 1011001 | 10101111 | 1000000 |
Octal | 131 | 257 | 100 |
Shades of #59AF40
Tints of #59AF40
Examples of css and html codes for elements with #59AF40 color. Also use rgb(89,175,64) instead hex code.
.myTextColor { color: #59AF40; }
<p style="color:#59AF40">This sample text font color is #59AF40.</p>
This text font color is #59AF40.
.myBgColor { background-color: #59AF40; }
<div style="background-color:#59AF40">Inner text</div>
This div background color is #59AF40.
.myBorderColor { border: 1px solid #59AF40; }
<div style="border:3px solid #59AF40">Div</div>
This div border color is #59AF40.
.myOpacity80 { color: #59AF40; opacity: 0.8; }
<p style="color:#59AF40;opacity:0.8;">80%</p>
Text with #59AF40 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #59AF40;}
<p style="text-shadow: 3px 3px 1px #59AF40">Text here.</p>
This text has shadow with #59AF40 color.
.textShadow {text-shadow: 3px 3px 1px #59AF40', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #59AF40, 5px 5px 20px red">Text here.</p>
This text has shadow with #59AF40 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#59AF40, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#59AF40, Direction=45, Strength=4)">Text</p>
This text has shadow with #59AF40 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #59AF40;
-webkit-box-shadow: 1px 1px 3px 2px #59AF40;
box-shadow: 1px 1px 3px 2px #59AF40;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #59AF40; -webkit-box-shadow: 1px 1px 3px 2px #59AF40; box-shadow:1px 1px 3px 2px #59AF40;">
Div content here
</div>
This text has color #59AF40 on black background.
This text has color #59AF40 on white background.
This text has black color on #59AF40 background.
This text has white color on #59AF40 background.
Complementary color for #hex is #A650BF.