COLOR #A8FC5C

HEX: #A8FC5C
RGB: (168,252,92)

Color info

#A8FC5C contains mainly green color. Web safe color of #A8FC5C is #99FF66 (or #9F6).

RGB color model

#A8FC5C color RGB value is (168,252,92).

  • red value is 168;
  • green value is 252;
  • blue value is 92.
RGB:
(168,252,92)
(66%,99%,36%)

RGB channels and saturation

R 168 of 255 = 66%
G 252 of 255 = 99%
B 92 of 255 = 36%

168
252
92

R + G + B ~ 67%. #A8FC5C is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 252 + 92 = 512 (100%)
R 168 of 512 ~ 32.81%
G 252 of 512 ~ 49.22%
B 92 of 512 ~ 17.97%

%32.81
%49.22
%17.97

CMYK color model

#A8FC5C color CMYK value is (33,0,63,1).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 63.49%
  • key color value is 1.18%
CMYK:
(33,0,63,1)
C33M0Y63K1 
(33%,0%,63%,1%)
(0.33/0.00/0.63/0.01)	

CMYK percentages

%33.33
%0
%63.49
%1.18

Codes

Color #A8FC5C in popluar color models

A8FC5C
RGB16825292
HSL92°96.39%67.45%
HSB/HSV92°63.49%98.82%
CMYK33.33%0.00%63.49%
1.18%

Color #A8FC5C in popluar number systems.

HEXA8FC5C
Decimal16825292
Binary10101000111111001011100
Octal250374134

Shades and tints

Shades of #A8FC5C

#A8FC5C
(168,252,92)
#99E654
(153,230,84)
#8AD04C
(138,208,76)
#7BBA44
(123,186,68)
#6CA43C
(108,164,60)
#5D8E34
(93,142,52)
#4E782C
(78,120,44)
#3F6224
(63,98,36)
#304C1C
(48,76,28)
#213614
(33,54,20)
#12200C
(18,32,12)
#000000
(0,0,0)

Tints of #A8FC5C

#A8FC5C
(168,252,92)
#AFFC6A
(175,252,106)
#B6FC78
(182,252,120)
#BDFC86
(189,252,134)
#C4FC94
(196,252,148)
#CBFCA2
(203,252,162)
#D2FCB0
(210,252,176)
#D9FCBE
(217,252,190)
#E0FCCC
(224,252,204)
#E7FCDA
(231,252,218)
#EEFCE8
(238,252,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8FC5C color. Also use rgb(168,252,92) instead hex code.

Text Font Color

.myTextColor { color: #A8FC5C; }

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

This text font color is #A8FC5C.


Background Color

.myBgColor { background-color: #A8FC5C; }

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

This div background color is #A8FC5C.


Border color

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

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

This div border color is #A8FC5C.


Opacity

.myOpacity80 { color: #A8FC5C; opacity: 0.8; }

<p style="color:#A8FC5C;opacity:0.8;">80%</p>

Text with #A8FC5C 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 #A8FC5C;}

<p style="text-shadow: 3px 3px 1px #A8FC5C">Text here.</p>

This text has shadow with #A8FC5C color.

.textShadow {text-shadow: 3px 3px 1px #A8FC5C, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A8FC5C, 5px 5px 20px red">Text here.</p>

This text has shadow with #A8FC5C primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A8FC5C, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A8FC5C, Direction=45, Strength=4)">Text</p>

This text has shadow with #A8FC5C and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #A8FC5C;
  -webkit-box-shadow:	1px 1px 3px 2px #A8FC5C;
  box-shadow:		1px 1px 3px 2px #A8FC5C;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A8FC5C;
-webkit-box-shadow: 1px 1px 3px 2px #A8FC5C;
box-shadow:1px 1px 3px 2px #A8FC5C;">
Div content here</div>
This div box has shadow with color #A8FC5C.

Preview

Color preview on black background

This text has color #A8FC5C on black background.


Color preview on white background

This text has color #A8FC5C on white background.



Black color preview on #A8FC5C background

This text has black color on #A8FC5C background.


White color preview on #A8FC5C background

This text has white color on #A8FC5C background.