COLOR #A8F002

HEX: #A8F002 RGB: (168,240,2)

Color info

#A8F002 contains mainly green color. Web safe color of #A8F002 is #99FF00 (or #9F0).

RGB color model

#A8F002 color RGB value is (168,240,2).

RGB: (168,240,2) (66%, 94%, 1%)

RGB channels and saturation

R 168 of 255 = 66%
G 240 of 255 = 94%
B 2 of 255 = 1%

168
240
2

R + G + B ~ 54%. #A8F002 is middle color (not dark and not light).

Portions of RGB colors in percentages

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'%

%40.98
%58.54

CMYK color model

#A8F002 color CMYK value is (30,0,99,6).

  • cyan value is 30.00%
  • magenta value is 0.00%
  • yellow value is 99.17%
  • key color value is 5.88%

CMYK: (30,0,99,6)
C30M0Y99K6 (30%, 0%, 99%, 6%)
(0.30 / 0.00 / 0.99 / 0.06)

CMYK percentages

%30
%0
%99.17
%5.88

Codes

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 and tints

Shades of #A8F002

#A8F002
(168,240,2)
#99DB02
(153,219,2)
#8AC602
(138,198,2)
#7BB102
(123,177,2)
#6C9C02
(108,156,2)
#5D8702
(93,135,2)
#4E7202
(78,114,2)
#3F5D02
(63,93,2)
#304802
(48,72,2)
#213302
(33,51,2)
#121E02
(18,30,2)
#000000
(0,0,0)

Tints of #A8F002

#A8F002
(168,240,2)
#AFF119
(175,241,25)
#B6F230
(182,242,48)
#BDF347
(189,243,71)
#C4F45E
(196,244,94)
#CBF575
(203,245,117)
#D2F68C
(210,246,140)
#D9F7A3
(217,247,163)
#E0F8BA
(224,248,186)
#E7F9D1
(231,249,209)
#EEFAE8
(238,250,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8F002 color. Also use rgb(168,240,2) instead hex code.

Text Font Color

.myTextColor { color: #A8F002; }

<p style="color:#A8F002">This sample text font color is #A8F002.</p>

This text font color is #A8F002.

Background Color

.myBgColor { background-color: #A8F002; }

<div style="background-color:#A8F002">Inner text</div>

This div background color is #A8F002.

Border color

.myBorderColor { border: 1px solid #A8F002; }

<div style="border:3px solid #A8F002">Div</div>

This div border color is #A8F002.

Opacity

.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%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.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.

Div box shadow color

/* 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 div box has shadow with color #A8F002.

Preview

Color preview on black background

This text has color #A8F002 on black background.


Color preview on white background

This text has color #A8F002 on white background.


Black color preview on #A8F002 background

This text has black color on #A8F002 background.


White color preview on #A8F002 background

This text has white color on #A8F002 background.


Related colors

Complementary color

Complementary color for #hex is #570FFD.


I love getcolorcode.com

Triadic colors

1 #02A8F0 and #F002A8 with #A8F002 are triadic colors.

2 #02F0A8 and #F0A802 with #A8F002 are triadic colors.