HEX: #59AE69
RGB: (89,174,105)
#59AE69 contains mainly green color. Web safe color of #59AE69 is #669966 (or #696).
#59AE69 color RGB value is (89,174,105).
RGB: (89,174,105)
(35%, 68%, 41%)
R 89 of 255 = 35%
G 174 of 255 = 68%
B 105 of 255 = 41%
R + G + B ~ 48%. #59AE69 is middle color (not dark and not light).
R + G + B = 89 + 174 + 105 = 368 (100%)
R 89 of 368 ~ 24.18%
G 174 of 368 ~ 47.28%
B 105 of 368 ~ 28.53'%
#59AE69 color CMYK value is (49,0,40,32).
CMYK: (49,0,40,32) C49M0Y40K32 (49%,0%,40%,32%) (0.49/0.00/0.40/0.32)
Color #59AE69 in popluar color models
59 | AE | 69 | |
---|---|---|---|
RGB | 89 | 174 | 105 |
HSL | 131° | 34.41% | 51.57% |
HSB/HSV | 131° | 48.85% | 68.24% |
CMYK | 48.85% | 0.00% | 39.66% |
31.76% |
Color #59AE69 in popluar number systems.
HEX | 59 | AE | 69 |
Decimal | 89 | 174 | 105 |
Binary | 1011001 | 10101110 | 1101001 |
Octal | 131 | 256 | 151 |
Shades of #59AE69
Tints of #59AE69
Examples of css and html codes for elements with #59AE69 color. Also use rgb(89,174,105) instead hex code.
.myTextColor { color: #59AE69; }
<p style="color:#59AE69">This sample text font color is #59AE69.</p>
This text font color is #59AE69.
.myBgColor { background-color: #59AE69; }
<div style="background-color:#59AE69">Inner text</div>
This div background color is #59AE69.
.myBorderColor { border: 1px solid #59AE69; }
<div style="border:3px solid #59AE69">Div</div>
This div border color is #59AE69.
.myOpacity80 { color: #59AE69; opacity: 0.8; }
<p style="color:#59AE69;opacity:0.8;">80%</p>
Text with #59AE69 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #59AE69;}
<p style="text-shadow: 3px 3px 1px #59AE69">Text here.</p>
This text has shadow with #59AE69 color.
.textShadow {text-shadow: 3px 3px 1px #59AE69', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #59AE69, 5px 5px 20px red">Text here.</p>
This text has shadow with #59AE69 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#59AE69, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#59AE69, Direction=45, Strength=4)">Text</p>
This text has shadow with #59AE69 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #59AE69;
-webkit-box-shadow: 1px 1px 3px 2px #59AE69;
box-shadow: 1px 1px 3px 2px #59AE69;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #59AE69; -webkit-box-shadow: 1px 1px 3px 2px #59AE69; box-shadow:1px 1px 3px 2px #59AE69;">
Div content here
</div>
This text has color #59AE69 on black background.
This text has color #59AE69 on white background.
This text has black color on #59AE69 background.
This text has white color on #59AE69 background.
Complementary color for #hex is #A65196.