COLOR #A8E684

HEX: #A8E684
RGB: (168,230,132)

Color info

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

RGB color model

#A8E684 color RGB value is (168,230,132).

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

RGB channels and saturation

R 168 of 255 = 66%
G 230 of 255 = 90%
B 132 of 255 = 52%

168
230
132

R + G + B ~ 69%. #A8E684 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 230 + 132 = 530 (100%)
R 168 of 530 ~ 31.7%
G 230 of 530 ~ 43.4%
B 132 of 530 ~ 24.91%

%31.7
%43.4
%24.91

CMYK color model

#A8E684 color CMYK value is (27,0,43,10).

  • cyan value is 26.96%
  • magenta value is 0.00%
  • yellow value is 42.61%
  • key color value is 9.80%
CMYK:
(27,0,43,10)
C27M0Y43K10 
(27%,0%,43%,10%)
(0.27/0.00/0.43/0.10)	

CMYK percentages

%26.96
%0
%42.61
%9.8

Codes

Color #A8E684 in popluar color models

A8E684
RGB168230132
HSL98°66.22%70.98%
HSB/HSV98°42.61%90.20%
CMYK26.96%0.00%42.61%
9.80%

Color #A8E684 in popluar number systems.

HEXA8E684
Decimal168230132
Binary101010001110011010000100
Octal250346204

Shades and tints

Shades of #A8E684

#A8E684
(168,230,132)
#99D278
(153,210,120)
#8ABE6C
(138,190,108)
#7BAA60
(123,170,96)
#6C9654
(108,150,84)
#5D8248
(93,130,72)
#4E6E3C
(78,110,60)
#3F5A30
(63,90,48)
#304624
(48,70,36)
#213218
(33,50,24)
#121E0C
(18,30,12)
#000000
(0,0,0)

Tints of #A8E684

#A8E684
(168,230,132)
#AFE88F
(175,232,143)
#B6EA9A
(182,234,154)
#BDECA5
(189,236,165)
#C4EEB0
(196,238,176)
#CBF0BB
(203,240,187)
#D2F2C6
(210,242,198)
#D9F4D1
(217,244,209)
#E0F6DC
(224,246,220)
#E7F8E7
(231,248,231)
#EEFAF2
(238,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8E684; }

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

This text font color is #A8E684.


Background Color

.myBgColor { background-color: #A8E684; }

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

This div background color is #A8E684.


Border color

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

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

This div border color is #A8E684.


Opacity

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

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

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

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

This text has shadow with #A8E684 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8E684 on black background.


Color preview on white background

This text has color #A8E684 on white background.



Black color preview on #A8E684 background

This text has black color on #A8E684 background.


White color preview on #A8E684 background

This text has white color on #A8E684 background.