HEX: #AFC499
RGB: (175,196,153)
#AFC499 contains red, green and blue colors in about the same proportion. Web safe color of #AFC499 is #99CC99 (or #9C9).
#AFC499 color RGB value is (175,196,153).
RGB: (175,196,153)
(69%, 77%, 60%)
R 175 of 255 = 69%
G 196 of 255 = 77%
B 153 of 255 = 60%
R + G + B ~ 69%. #AFC499 is quite light color.
R + G + B = 175 + 196 + 153 = 524 (100%)
R 175 of 524 ~ 33.4%
G 196 of 524 ~ 37.4%
B 153 of 524 ~ 29.2'%
#AFC499 color CMYK value is (11,0,22,23).
CMYK: (11,0,22,23)
C11M0Y22K23 (11%, 0%, 22%, 23%)
(0.11 / 0.00 / 0.22 / 0.23)
Color #AFC499 in popluar color models
AF | C4 | 99 | |
---|---|---|---|
RGB | 175 | 196 | 153 |
HSL | 89° | 26.71% | 68.43% |
HSB/HSV | 89° | 21.94% | 76.86% |
CMYK | 10.71% | 0.00% | 21.94% |
23.14% |
Color #AFC499 in popluar number systems.
HEX | AF | C4 | 99 |
Decimal | 175 | 196 | 153 |
Binary | 10101111 | 11000100 | 10011001 |
Octal | 257 | 304 | 231 |
Shades of #AFC499
Tints of #AFC499
Examples of css and html codes for elements with #AFC499 color. Also use rgb(175,196,153) instead hex code.
.myTextColor { color: #AFC499; }
<p style="color:#AFC499">This sample text font color is #AFC499.</p>
This text font color is #AFC499.
.myBgColor { background-color: #AFC499; }
<div style="background-color:#AFC499">Inner text</div>
This div background color is #AFC499.
.myBorderColor { border: 1px solid #AFC499; }
<div style="border:3px solid #AFC499">Div</div>
This div border color is #AFC499.
.myOpacity80 { color: #AFC499; opacity: 0.8; }
<p style="color:#AFC499;opacity:0.8;">80%</p>
Text with #AFC499 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AFC499;}
<p style="text-shadow: 3px 3px 1px #AFC499">Text here.</p>
This text has shadow with #AFC499 color.
.textShadow {text-shadow: 3px 3px 1px #AFC499', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AFC499, 5px 5px 20px red">Text here.</p>
This text has shadow with #AFC499 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AFC499, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AFC499, Direction=45, Strength=4)">Text</p>
This text has shadow with #AFC499 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AFC499;
-webkit-box-shadow: 1px 1px 3px 2px #AFC499;
box-shadow: 1px 1px 3px 2px #AFC499;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AFC499; -webkit-box-shadow: 1px 1px 3px 2px #AFC499; box-shadow:1px 1px 3px 2px #AFC499;">
Div content here
</div>
This text has color #AFC499 on black background.
This text has color #AFC499 on white background.
This text has black color on #AFC499 background.
This text has white color on #AFC499 background.
Complementary color for #hex is #503B66.