COLOR #A8E663

HEX: #A8E663
RGB: (168,230,99)

Color info

#A8E663 contains mainly green color. Web safe color of #A8E663 is #99CC66 (or #9C6).

RGB color model

#A8E663 color RGB value is (168,230,99).

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

RGB channels and saturation

R 168 of 255 = 66%
G 230 of 255 = 90%
B 99 of 255 = 39%

168
230
99

R + G + B ~ 65%. #A8E663 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 230 + 99 = 497 (100%)
R 168 of 497 ~ 33.8%
G 230 of 497 ~ 46.28%
B 99 of 497 ~ 19.92%

%33.8
%46.28
%19.92

CMYK color model

#A8E663 color CMYK value is (27,0,57,10).

  • cyan value is 26.96%
  • magenta value is 0.00%
  • yellow value is 56.96%
  • key color value is 9.80%
CMYK:
(27,0,57,10)
C27M0Y57K10 
(27%,0%,57%,10%)
(0.27/0.00/0.57/0.10)	

CMYK percentages

%26.96
%0
%56.96
%9.8

Codes

Color #A8E663 in popluar color models

A8E663
RGB16823099
HSL88°72.38%64.51%
HSB/HSV88°56.96%90.20%
CMYK26.96%0.00%56.96%
9.80%

Color #A8E663 in popluar number systems.

HEXA8E663
Decimal16823099
Binary10101000111001101100011
Octal250346143

Shades and tints

Shades of #A8E663

#A8E663
(168,230,99)
#99D25A
(153,210,90)
#8ABE51
(138,190,81)
#7BAA48
(123,170,72)
#6C963F
(108,150,63)
#5D8236
(93,130,54)
#4E6E2D
(78,110,45)
#3F5A24
(63,90,36)
#30461B
(48,70,27)
#213212
(33,50,18)
#121E09
(18,30,9)
#000000
(0,0,0)

Tints of #A8E663

#A8E663
(168,230,99)
#AFE871
(175,232,113)
#B6EA7F
(182,234,127)
#BDEC8D
(189,236,141)
#C4EE9B
(196,238,155)
#CBF0A9
(203,240,169)
#D2F2B7
(210,242,183)
#D9F4C5
(217,244,197)
#E0F6D3
(224,246,211)
#E7F8E1
(231,248,225)
#EEFAEF
(238,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8E663; }

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

This text font color is #A8E663.


Background Color

.myBgColor { background-color: #A8E663; }

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

This div background color is #A8E663.


Border color

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

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

This div border color is #A8E663.


Opacity

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

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

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

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

This text has shadow with #A8E663 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8E663 on black background.


Color preview on white background

This text has color #A8E663 on white background.



Black color preview on #A8E663 background

This text has black color on #A8E663 background.


White color preview on #A8E663 background

This text has white color on #A8E663 background.