COLOR #A8F857

HEX: #A8F857
RGB: (168,248,87)

Color info

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

RGB color model

#A8F857 color RGB value is (168,248,87).

  • red value is 168;
  • green value is 248;
  • blue value is 87.
RGB:
(168,248,87)
(66%,97%,34%)

RGB channels and saturation

R 168 of 255 = 66%
G 248 of 255 = 97%
B 87 of 255 = 34%

168
248
87

R + G + B ~ 66%. #A8F857 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 248 + 87 = 503 (100%)
R 168 of 503 ~ 33.4%
G 248 of 503 ~ 49.3%
B 87 of 503 ~ 17.3%

%33.4
%49.3
%17.3

CMYK color model

#A8F857 color CMYK value is (32,0,65,3).

  • cyan value is 32.26%
  • magenta value is 0.00%
  • yellow value is 64.92%
  • key color value is 2.75%
CMYK:
(32,0,65,3)
C32M0Y65K3 
(32%,0%,65%,3%)
(0.32/0.00/0.65/0.03)	

CMYK percentages

%32.26
%0
%64.92
%2.75

Codes

Color #A8F857 in popluar color models

A8F857
RGB16824887
HSL90°92.00%65.69%
HSB/HSV90°64.92%97.25%
CMYK32.26%0.00%64.92%
2.75%

Color #A8F857 in popluar number systems.

HEXA8F857
Decimal16824887
Binary10101000111110001010111
Octal250370127

Shades and tints

Shades of #A8F857

#A8F857
(168,248,87)
#99E250
(153,226,80)
#8ACC49
(138,204,73)
#7BB642
(123,182,66)
#6CA03B
(108,160,59)
#5D8A34
(93,138,52)
#4E742D
(78,116,45)
#3F5E26
(63,94,38)
#30481F
(48,72,31)
#213218
(33,50,24)
#121C11
(18,28,17)
#000000
(0,0,0)

Tints of #A8F857

#A8F857
(168,248,87)
#AFF866
(175,248,102)
#B6F875
(182,248,117)
#BDF884
(189,248,132)
#C4F893
(196,248,147)
#CBF8A2
(203,248,162)
#D2F8B1
(210,248,177)
#D9F8C0
(217,248,192)
#E0F8CF
(224,248,207)
#E7F8DE
(231,248,222)
#EEF8ED
(238,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8F857 color. Also use rgb(168,248,87) instead hex code.

Text Font Color

.myTextColor { color: #A8F857; }

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

This text font color is #A8F857.


Background Color

.myBgColor { background-color: #A8F857; }

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

This div background color is #A8F857.


Border color

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

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

This div border color is #A8F857.


Opacity

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

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

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

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

This text has shadow with #A8F857 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8F857 on black background.


Color preview on white background

This text has color #A8F857 on white background.



Black color preview on #A8F857 background

This text has black color on #A8F857 background.


White color preview on #A8F857 background

This text has white color on #A8F857 background.