COLOR #A8EE98

HEX: #A8EE98
RGB: (168,238,152)

Color info

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

RGB color model

#A8EE98 color RGB value is (168,238,152).

  • red value is 168;
  • green value is 238;
  • blue value is 152.
RGB:
(168,238,152)
(66%,93%,60%)

RGB channels and saturation

R 168 of 255 = 66%
G 238 of 255 = 93%
B 152 of 255 = 60%

168
238
152

R + G + B ~ 73%. #A8EE98 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 238 + 152 = 558 (100%)
R 168 of 558 ~ 30.11%
G 238 of 558 ~ 42.65%
B 152 of 558 ~ 27.24%

%30.11
%42.65
%27.24

CMYK color model

#A8EE98 color CMYK value is (29,0,36,7).

  • cyan value is 29.41%
  • magenta value is 0.00%
  • yellow value is 36.13%
  • key color value is 6.67%
CMYK:
(29,0,36,7)
C29M0Y36K7 
(29%,0%,36%,7%)
(0.29/0.00/0.36/0.07)	

CMYK percentages

%29.41
%0
%36.13
%6.67

Codes

Color #A8EE98 in popluar color models

A8EE98
RGB168238152
HSL109°71.67%76.47%
HSB/HSV109°36.13%93.33%
CMYK29.41%0.00%36.13%
6.67%

Color #A8EE98 in popluar number systems.

HEXA8EE98
Decimal168238152
Binary101010001110111010011000
Octal250356230

Shades and tints

Shades of #A8EE98

#A8EE98
(168,238,152)
#99D98B
(153,217,139)
#8AC47E
(138,196,126)
#7BAF71
(123,175,113)
#6C9A64
(108,154,100)
#5D8557
(93,133,87)
#4E704A
(78,112,74)
#3F5B3D
(63,91,61)
#304630
(48,70,48)
#213123
(33,49,35)
#121C16
(18,28,22)
#000000
(0,0,0)

Tints of #A8EE98

#A8EE98
(168,238,152)
#AFEFA1
(175,239,161)
#B6F0AA
(182,240,170)
#BDF1B3
(189,241,179)
#C4F2BC
(196,242,188)
#CBF3C5
(203,243,197)
#D2F4CE
(210,244,206)
#D9F5D7
(217,245,215)
#E0F6E0
(224,246,224)
#E7F7E9
(231,247,233)
#EEF8F2
(238,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8EE98 color. Also use rgb(168,238,152) instead hex code.

Text Font Color

.myTextColor { color: #A8EE98; }

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

This text font color is #A8EE98.


Background Color

.myBgColor { background-color: #A8EE98; }

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

This div background color is #A8EE98.


Border color

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

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

This div border color is #A8EE98.


Opacity

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

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

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

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

This text has shadow with #A8EE98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8EE98 on black background.


Color preview on white background

This text has color #A8EE98 on white background.



Black color preview on #A8EE98 background

This text has black color on #A8EE98 background.


White color preview on #A8EE98 background

This text has white color on #A8EE98 background.