COLOR #A8E696

HEX: #A8E696
RGB: (168,230,150)

Color info

#A8E696 contains mainly green color. Web safe color of #A8E696 is #99CC99 (or #9C9).

RGB color model

#A8E696 color RGB value is (168,230,150).

  • red value is 168;
  • green value is 230;
  • blue value is 150.
RGB:
(168,230,150)
(66%,90%,59%)

RGB channels and saturation

R 168 of 255 = 66%
G 230 of 255 = 90%
B 150 of 255 = 59%

168
230
150

R + G + B ~ 72%. #A8E696 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 230 + 150 = 548 (100%)
R 168 of 548 ~ 30.66%
G 230 of 548 ~ 41.97%
B 150 of 548 ~ 27.37%

%30.66
%41.97
%27.37

CMYK color model

#A8E696 color CMYK value is (27,0,35,10).

  • cyan value is 26.96%
  • magenta value is 0.00%
  • yellow value is 34.78%
  • key color value is 9.80%
CMYK:
(27,0,35,10)
C27M0Y35K10 
(27%,0%,35%,10%)
(0.27/0.00/0.35/0.10)	

CMYK percentages

%26.96
%0
%34.78
%9.8

Codes

Color #A8E696 in popluar color models

A8E696
RGB168230150
HSL107°61.54%74.51%
HSB/HSV107°34.78%90.20%
CMYK26.96%0.00%34.78%
9.80%

Color #A8E696 in popluar number systems.

HEXA8E696
Decimal168230150
Binary101010001110011010010110
Octal250346226

Shades and tints

Shades of #A8E696

#A8E696
(168,230,150)
#99D289
(153,210,137)
#8ABE7C
(138,190,124)
#7BAA6F
(123,170,111)
#6C9662
(108,150,98)
#5D8255
(93,130,85)
#4E6E48
(78,110,72)
#3F5A3B
(63,90,59)
#30462E
(48,70,46)
#213221
(33,50,33)
#121E14
(18,30,20)
#000000
(0,0,0)

Tints of #A8E696

#A8E696
(168,230,150)
#AFE89F
(175,232,159)
#B6EAA8
(182,234,168)
#BDECB1
(189,236,177)
#C4EEBA
(196,238,186)
#CBF0C3
(203,240,195)
#D2F2CC
(210,242,204)
#D9F4D5
(217,244,213)
#E0F6DE
(224,246,222)
#E7F8E7
(231,248,231)
#EEFAF0
(238,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8E696 color. Also use rgb(168,230,150) instead hex code.

Text Font Color

.myTextColor { color: #A8E696; }

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

This text font color is #A8E696.


Background Color

.myBgColor { background-color: #A8E696; }

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

This div background color is #A8E696.


Border color

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

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

This div border color is #A8E696.


Opacity

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

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

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

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

This text has shadow with #A8E696 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8E696 on black background.


Color preview on white background

This text has color #A8E696 on white background.



Black color preview on #A8E696 background

This text has black color on #A8E696 background.


White color preview on #A8E696 background

This text has white color on #A8E696 background.