HEX: #13AE59
RGB: (19,174,89)
#13AE59 contains mainly green color. Web safe color of #13AE59 is #009966 (or #096).
#13AE59 color RGB value is (19,174,89).
RGB: (19,174,89)
(7%, 68%, 35%)
R 19 of 255 = 7%
G 174 of 255 = 68%
B 89 of 255 = 35%
R + G + B ~ 37%. #13AE59 is quite dark color.
R + G + B = 19 + 174 + 89 = 282 (100%)
R 19 of 282 ~ 6.74%
G 174 of 282 ~ 61.7%
B 89 of 282 ~ 31.56'%
#13AE59 color CMYK value is (89,0,49,32).
CMYK: (89,0,49,32)
C89M0Y49K32 (89%, 0%, 49%, 32%)
(0.89 / 0.00 / 0.49 / 0.32)
Color #13AE59 in popluar color models
13 | AE | 59 | |
---|---|---|---|
RGB | 19 | 174 | 89 |
HSL | 147° | 80.31% | 37.84% |
HSB/HSV | 147° | 89.08% | 68.24% |
CMYK | 89.08% | 0.00% | 48.85% |
31.76% |
Color #13AE59 in popluar number systems.
HEX | 13 | AE | 59 |
Decimal | 19 | 174 | 89 |
Binary | 10011 | 10101110 | 1011001 |
Octal | 23 | 256 | 131 |
Shades of #13AE59
Tints of #13AE59
Examples of css and html codes for elements with #13AE59 color. Also use rgb(19,174,89) instead hex code.
.myTextColor { color: #13AE59; }
<p style="color:#13AE59">This sample text font color is #13AE59.</p>
This text font color is #13AE59.
.myBgColor { background-color: #13AE59; }
<div style="background-color:#13AE59">Inner text</div>
This div background color is #13AE59.
.myBorderColor { border: 1px solid #13AE59; }
<div style="border:3px solid #13AE59">Div</div>
This div border color is #13AE59.
.myOpacity80 { color: #13AE59; opacity: 0.8; }
<p style="color:#13AE59;opacity:0.8;">80%</p>
Text with #13AE59 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #13AE59;}
<p style="text-shadow: 3px 3px 1px #13AE59">Text here.</p>
This text has shadow with #13AE59 color.
.textShadow {text-shadow: 3px 3px 1px #13AE59', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #13AE59, 5px 5px 20px red">Text here.</p>
This text has shadow with #13AE59 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#13AE59, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#13AE59, Direction=45, Strength=4)">Text</p>
This text has shadow with #13AE59 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #13AE59;
-webkit-box-shadow: 1px 1px 3px 2px #13AE59;
box-shadow: 1px 1px 3px 2px #13AE59;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #13AE59; -webkit-box-shadow: 1px 1px 3px 2px #13AE59; box-shadow:1px 1px 3px 2px #13AE59;">
Div content here
</div>
This text has color #13AE59 on black background.
This text has color #13AE59 on white background.
This text has black color on #13AE59 background.
This text has white color on #13AE59 background.
Complementary color for #hex is #EC51A6.