HEX: #AFD495
RGB: (175,212,149)
#AFD495 contains mainly red and green colors. Web safe color of #AFD495 is #99CC99 (or #9C9).
#AFD495 color RGB value is (175,212,149).
RGB: (175,212,149)
(69%, 83%, 58%)
R 175 of 255 = 69%
G 212 of 255 = 83%
B 149 of 255 = 58%
R + G + B ~ 70%. #AFD495 is quite light color.
R + G + B = 175 + 212 + 149 = 536 (100%)
R 175 of 536 ~ 32.65%
G 212 of 536 ~ 39.55%
B 149 of 536 ~ 27.8'%
#AFD495 color CMYK value is (17,0,30,17).
CMYK: (17,0,30,17) C17M0Y30K17 (17%,0%,30%,17%) (0.17/0.00/0.30/0.17)
Color #AFD495 in popluar color models
AF | D4 | 95 | |
---|---|---|---|
RGB | 175 | 212 | 149 |
HSL | 95° | 42.28% | 70.78% |
HSB/HSV | 95° | 29.72% | 83.14% |
CMYK | 17.45% | 0.00% | 29.72% |
16.86% |
Color #AFD495 in popluar number systems.
HEX | AF | D4 | 95 |
Decimal | 175 | 212 | 149 |
Binary | 10101111 | 11010100 | 10010101 |
Octal | 257 | 324 | 225 |
Shades of #AFD495
Tints of #AFD495
Examples of css and html codes for elements with #AFD495 color. Also use rgb(175,212,149) instead hex code.
.myTextColor { color: #AFD495; }
<p style="color:#AFD495">This sample text font color is #AFD495.</p>
This text font color is #AFD495.
.myBgColor { background-color: #AFD495; }
<div style="background-color:#AFD495">Inner text</div>
This div background color is #AFD495.
.myBorderColor { border: 1px solid #AFD495; }
<div style="border:3px solid #AFD495">Div</div>
This div border color is #AFD495.
.myOpacity80 { color: #AFD495; opacity: 0.8; }
<p style="color:#AFD495;opacity:0.8;">80%</p>
Text with #AFD495 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AFD495;}
<p style="text-shadow: 3px 3px 1px #AFD495">Text here.</p>
This text has shadow with #AFD495 color.
.textShadow {text-shadow: 3px 3px 1px #AFD495', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AFD495, 5px 5px 20px red">Text here.</p>
This text has shadow with #AFD495 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AFD495, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AFD495, Direction=45, Strength=4)">Text</p>
This text has shadow with #AFD495 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AFD495;
-webkit-box-shadow: 1px 1px 3px 2px #AFD495;
box-shadow: 1px 1px 3px 2px #AFD495;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AFD495; -webkit-box-shadow: 1px 1px 3px 2px #AFD495; box-shadow:1px 1px 3px 2px #AFD495;">
Div content here
</div>
This text has color #AFD495 on black background.
This text has color #AFD495 on white background.
This text has black color on #AFD495 background.
This text has white color on #AFD495 background.
Complementary color for #hex is #502B6A.