COLOR #A8EB96

HEX: #A8EB96
RGB: (168,235,150)

Color info

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

RGB color model

#A8EB96 color RGB value is (168,235,150).

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

RGB channels and saturation

R 168 of 255 = 66%
G 235 of 255 = 92%
B 150 of 255 = 59%

168
235
150

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

Portions of RGB colors in percentages

R + G + B =
168 + 235 + 150 = 553 (100%)
R 168 of 553 ~ 30.38%
G 235 of 553 ~ 42.5%
B 150 of 553 ~ 27.12%

%30.38
%42.5
%27.12

CMYK color model

#A8EB96 color CMYK value is (29,0,36,8).

  • cyan value is 28.51%
  • magenta value is 0.00%
  • yellow value is 36.17%
  • key color value is 7.84%
CMYK:
(29,0,36,8)
C29M0Y36K8 
(29%,0%,36%,8%)
(0.29/0.00/0.36/0.08)	

CMYK percentages

%28.51
%0
%36.17
%7.84

Codes

Color #A8EB96 in popluar color models

A8EB96
RGB168235150
HSL107°68.00%75.49%
HSB/HSV107°36.17%92.16%
CMYK28.51%0.00%36.17%
7.84%

Color #A8EB96 in popluar number systems.

HEXA8EB96
Decimal168235150
Binary101010001110101110010110
Octal250353226

Shades and tints

Shades of #A8EB96

#A8EB96
(168,235,150)
#99D689
(153,214,137)
#8AC17C
(138,193,124)
#7BAC6F
(123,172,111)
#6C9762
(108,151,98)
#5D8255
(93,130,85)
#4E6D48
(78,109,72)
#3F583B
(63,88,59)
#30432E
(48,67,46)
#212E21
(33,46,33)
#121914
(18,25,20)
#000000
(0,0,0)

Tints of #A8EB96

#A8EB96
(168,235,150)
#AFEC9F
(175,236,159)
#B6EDA8
(182,237,168)
#BDEEB1
(189,238,177)
#C4EFBA
(196,239,186)
#CBF0C3
(203,240,195)
#D2F1CC
(210,241,204)
#D9F2D5
(217,242,213)
#E0F3DE
(224,243,222)
#E7F4E7
(231,244,231)
#EEF5F0
(238,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8EB96; }

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

This text font color is #A8EB96.


Background Color

.myBgColor { background-color: #A8EB96; }

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

This div background color is #A8EB96.


Border color

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

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

This div border color is #A8EB96.


Opacity

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

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

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

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

This text has shadow with #A8EB96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8EB96 on black background.


Color preview on white background

This text has color #A8EB96 on white background.



Black color preview on #A8EB96 background

This text has black color on #A8EB96 background.


White color preview on #A8EB96 background

This text has white color on #A8EB96 background.