HEX: #AFE993
RGB: (175,233,147)
#AFE993 contains mainly red and green colors. Web safe color of #AFE993 is #99FF99 (or #9F9).
#AFE993 color RGB value is (175,233,147).
RGB: (175,233,147)
(69%, 91%, 58%)
R 175 of 255 = 69%
G 233 of 255 = 91%
B 147 of 255 = 58%
R + G + B ~ 73%. #AFE993 is quite light color.
R + G + B = 175 + 233 + 147 = 555 (100%)
R 175 of 555 ~ 31.53%
G 233 of 555 ~ 41.98%
B 147 of 555 ~ 26.49'%
#AFE993 color CMYK value is (25,0,37,9).
CMYK: (25,0,37,9) C25M0Y37K9 (25%,0%,37%,9%) (0.25/0.00/0.37/0.09)
Color #AFE993 in popluar color models
AF | E9 | 93 | |
---|---|---|---|
RGB | 175 | 233 | 147 |
HSL | 100° | 66.15% | 74.51% |
HSB/HSV | 100° | 36.91% | 91.37% |
CMYK | 24.89% | 0.00% | 36.91% |
8.63% |
Color #AFE993 in popluar number systems.
HEX | AF | E9 | 93 |
Decimal | 175 | 233 | 147 |
Binary | 10101111 | 11101001 | 10010011 |
Octal | 257 | 351 | 223 |
Shades of #AFE993
Tints of #AFE993
Examples of css and html codes for elements with #AFE993 color. Also use rgb(175,233,147) instead hex code.
.myTextColor { color: #AFE993; }
<p style="color:#AFE993">This sample text font color is #AFE993.</p>
This text font color is #AFE993.
.myBgColor { background-color: #AFE993; }
<div style="background-color:#AFE993">Inner text</div>
This div background color is #AFE993.
.myBorderColor { border: 1px solid #AFE993; }
<div style="border:3px solid #AFE993">Div</div>
This div border color is #AFE993.
.myOpacity80 { color: #AFE993; opacity: 0.8; }
<p style="color:#AFE993;opacity:0.8;">80%</p>
Text with #AFE993 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AFE993;}
<p style="text-shadow: 3px 3px 1px #AFE993">Text here.</p>
This text has shadow with #AFE993 color.
.textShadow {text-shadow: 3px 3px 1px #AFE993', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AFE993, 5px 5px 20px red">Text here.</p>
This text has shadow with #AFE993 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AFE993, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AFE993, Direction=45, Strength=4)">Text</p>
This text has shadow with #AFE993 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AFE993;
-webkit-box-shadow: 1px 1px 3px 2px #AFE993;
box-shadow: 1px 1px 3px 2px #AFE993;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AFE993; -webkit-box-shadow: 1px 1px 3px 2px #AFE993; box-shadow:1px 1px 3px 2px #AFE993;">
Div content here
</div>
This text has color #AFE993 on black background.
This text has color #AFE993 on white background.
This text has black color on #AFE993 background.
This text has white color on #AFE993 background.
Complementary color for #hex is #50166C.