HEX: #99AE55
RGB: (153,174,85)
#99AE55 contains mainly red and green colors. Web safe color of #99AE55 is #999966 (or #996).
#99AE55 color RGB value is (153,174,85).
RGB: (153,174,85)
(60%, 68%, 33%)
R 153 of 255 = 60%
G 174 of 255 = 68%
B 85 of 255 = 33%
R + G + B ~ 54%. #99AE55 is middle color (not dark and not light).
R + G + B = 153 + 174 + 85 = 412 (100%)
R 153 of 412 ~ 37.14%
G 174 of 412 ~ 42.23%
B 85 of 412 ~ 20.63'%
#99AE55 color CMYK value is (12,0,51,32).
CMYK: (12,0,51,32)
C12M0Y51K32 (12%, 0%, 51%, 32%)
(0.12 / 0.00 / 0.51 / 0.32)
Color #99AE55 in popluar color models
99 | AE | 55 | |
---|---|---|---|
RGB | 153 | 174 | 85 |
HSL | 74° | 35.46% | 50.78% |
HSB/HSV | 74° | 51.15% | 68.24% |
CMYK | 12.07% | 0.00% | 51.15% |
31.76% |
Color #99AE55 in popluar number systems.
HEX | 99 | AE | 55 |
Decimal | 153 | 174 | 85 |
Binary | 10011001 | 10101110 | 1010101 |
Octal | 231 | 256 | 125 |
Shades of #99AE55
Tints of #99AE55
Examples of css and html codes for elements with #99AE55 color. Also use rgb(153,174,85) instead hex code.
.myTextColor { color: #99AE55; }
<p style="color:#99AE55">This sample text font color is #99AE55.</p>
This text font color is #99AE55.
.myBgColor { background-color: #99AE55; }
<div style="background-color:#99AE55">Inner text</div>
This div background color is #99AE55.
.myBorderColor { border: 1px solid #99AE55; }
<div style="border:3px solid #99AE55">Div</div>
This div border color is #99AE55.
.myOpacity80 { color: #99AE55; opacity: 0.8; }
<p style="color:#99AE55;opacity:0.8;">80%</p>
Text with #99AE55 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #99AE55;}
<p style="text-shadow: 3px 3px 1px #99AE55">Text here.</p>
This text has shadow with #99AE55 color.
.textShadow {text-shadow: 3px 3px 1px #99AE55', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #99AE55, 5px 5px 20px red">Text here.</p>
This text has shadow with #99AE55 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#99AE55, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#99AE55, Direction=45, Strength=4)">Text</p>
This text has shadow with #99AE55 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #99AE55;
-webkit-box-shadow: 1px 1px 3px 2px #99AE55;
box-shadow: 1px 1px 3px 2px #99AE55;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #99AE55; -webkit-box-shadow: 1px 1px 3px 2px #99AE55; box-shadow:1px 1px 3px 2px #99AE55;">
Div content here
</div>
This text has color #99AE55 on black background.
This text has color #99AE55 on white background.
This text has black color on #99AE55 background.
This text has white color on #99AE55 background.
Complementary color for #hex is #6651AA.