HEX: #A8F002
RGB: (168,240,2)
#A8F002 contains mainly green color. Web safe color of #A8F002 is #99FF00 (or #9F0).
#A8F002 color RGB value is (168,240,2).
RGB: (168,240,2)
(66%, 94%, 1%)
R 168 of 255 = 66%
G 240 of 255 = 94%
B 2 of 255 = 1%
R + G + B ~ 54%. #A8F002 is middle color (not dark and not light).
R + G + B = 168 + 240 + 2 = 410 (100%)
R 168 of 410 ~ 40.98%
G 240 of 410 ~ 58.54%
B 2 of 410 ~ 0.49'%
#A8F002 color CMYK value is (30,0,99,6).
CMYK: (30,0,99,6)
C30M0Y99K6 (30%, 0%, 99%, 6%)
(0.30 / 0.00 / 0.99 / 0.06)
Color #A8F002 in popluar color models
A8 | F0 | 02 | |
---|---|---|---|
RGB | 168 | 240 | 2 |
HSL | 78° | 98.35% | 47.45% |
HSB/HSV | 78° | 99.17% | 94.12% |
CMYK | 30.00% | 0.00% | 99.17% |
5.88% |
Color #A8F002 in popluar number systems.
HEX | A8 | F0 | 02 |
Decimal | 168 | 240 | 2 |
Binary | 10101000 | 11110000 | 10 |
Octal | 250 | 360 | 2 |
Shades of #A8F002
Tints of #A8F002
Examples of css and html codes for elements with #A8F002 color. Also use rgb(168,240,2) instead hex code.
.myTextColor { color: #A8F002; }
<p style="color:#A8F002">This sample text font color is #A8F002.</p>
This text font color is #A8F002.
.myBgColor { background-color: #A8F002; }
<div style="background-color:#A8F002">Inner text</div>
This div background color is #A8F002.
.myBorderColor { border: 1px solid #A8F002; }
<div style="border:3px solid #A8F002">Div</div>
This div border color is #A8F002.
.myOpacity80 { color: #A8F002; opacity: 0.8; }
<p style="color:#A8F002;opacity:0.8;">80%</p>
Text with #A8F002 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A8F002;}
<p style="text-shadow: 3px 3px 1px #A8F002">Text here.</p>
This text has shadow with #A8F002 color.
.textShadow {text-shadow: 3px 3px 1px #A8F002', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A8F002, 5px 5px 20px red">Text here.</p>
This text has shadow with #A8F002 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A8F002, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A8F002, Direction=45, Strength=4)">Text</p>
This text has shadow with #A8F002 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A8F002;
-webkit-box-shadow: 1px 1px 3px 2px #A8F002;
box-shadow: 1px 1px 3px 2px #A8F002;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A8F002; -webkit-box-shadow: 1px 1px 3px 2px #A8F002; box-shadow:1px 1px 3px 2px #A8F002;">
Div content here
</div>
This text has color #A8F002 on black background.
This text has color #A8F002 on white background.
This text has black color on #A8F002 background.
This text has white color on #A8F002 background.
Complementary color for #hex is #570FFD.