COLOR #A8F999

HEX: #A8F999
RGB: (168,249,153)

Color info

#A8F999 contains mainly green color. Web safe color of #A8F999 is #99FF99 (or #9F9).

RGB color model

#A8F999 color RGB value is (168,249,153).

  • red value is 168;
  • green value is 249;
  • blue value is 153.
RGB:
(168,249,153)
(66%,98%,60%)

RGB channels and saturation

R 168 of 255 = 66%
G 249 of 255 = 98%
B 153 of 255 = 60%

168
249
153

R + G + B ~ 75%. #A8F999 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 249 + 153 = 570 (100%)
R 168 of 570 ~ 29.47%
G 249 of 570 ~ 43.68%
B 153 of 570 ~ 26.84%

%29.47
%43.68
%26.84

CMYK color model

#A8F999 color CMYK value is (33,0,39,2).

  • cyan value is 32.53%
  • magenta value is 0.00%
  • yellow value is 38.55%
  • key color value is 2.35%
CMYK:
(33,0,39,2)
C33M0Y39K2 
(33%,0%,39%,2%)
(0.33/0.00/0.39/0.02)	

CMYK percentages

%32.53
%0
%38.55
%2.35

Codes

Color #A8F999 in popluar color models

A8F999
RGB168249153
HSL111°88.89%78.82%
HSB/HSV111°38.55%97.65%
CMYK32.53%0.00%38.55%
2.35%

Color #A8F999 in popluar number systems.

HEXA8F999
Decimal168249153
Binary101010001111100110011001
Octal250371231

Shades and tints

Shades of #A8F999

#A8F999
(168,249,153)
#99E38C
(153,227,140)
#8ACD7F
(138,205,127)
#7BB772
(123,183,114)
#6CA165
(108,161,101)
#5D8B58
(93,139,88)
#4E754B
(78,117,75)
#3F5F3E
(63,95,62)
#304931
(48,73,49)
#213324
(33,51,36)
#121D17
(18,29,23)
#000000
(0,0,0)

Tints of #A8F999

#A8F999
(168,249,153)
#AFF9A2
(175,249,162)
#B6F9AB
(182,249,171)
#BDF9B4
(189,249,180)
#C4F9BD
(196,249,189)
#CBF9C6
(203,249,198)
#D2F9CF
(210,249,207)
#D9F9D8
(217,249,216)
#E0F9E1
(224,249,225)
#E7F9EA
(231,249,234)
#EEF9F3
(238,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8F999 color. Also use rgb(168,249,153) instead hex code.

Text Font Color

.myTextColor { color: #A8F999; }

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

This text font color is #A8F999.


Background Color

.myBgColor { background-color: #A8F999; }

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

This div background color is #A8F999.


Border color

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

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

This div border color is #A8F999.


Opacity

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

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

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

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

This text has shadow with #A8F999 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8F999 on black background.


Color preview on white background

This text has color #A8F999 on white background.



Black color preview on #A8F999 background

This text has black color on #A8F999 background.


White color preview on #A8F999 background

This text has white color on #A8F999 background.