COLOR #A8E555

HEX: #A8E555 RGB: (168,229,85)

Color info

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

RGB color model

#A8E555 color RGB value is (168,229,85).

RGB: (168,229,85) (66%, 90%, 33%)

RGB channels and saturation

R 168 of 255 = 66%
G 229 of 255 = 90%
B 85 of 255 = 33%

168
229
85

R + G + B ~ 63%. #A8E555 is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 229 + 85 = 482 (100%)
R 168 of 482 ~ 34.85%
G 229 of 482 ~ 47.51%
B 85 of 482 ~ 17.63'%

%34.85
%47.51
%17.63

CMYK color model

#A8E555 color CMYK value is (27,0,63,10).

  • cyan value is 26.64%
  • magenta value is 0.00%
  • yellow value is 62.88%
  • key color value is 10.20%

CMYK: (27,0,63,10)
C27M0Y63K10 (27%, 0%, 63%, 10%)
(0.27 / 0.00 / 0.63 / 0.10)

CMYK percentages

%26.64
%0
%62.88
%10.2

Codes

Color #A8E555 in popluar color models

A8 E5 55
RGB 168 229 85
HSL 85° 73.47% 61.57%
HSB/HSV 85° 62.88% 89.80%
CMYK 26.64% 0.00% 62.88%
10.20%

Color #A8E555 in popluar number systems.

HEX A8 E5 55
Decimal 168 229 85
Binary 10101000 11100101 1010101
Octal 250 345 125

Shades and tints

Shades of #A8E555

#A8E555
(168,229,85)
#99D14E
(153,209,78)
#8ABD47
(138,189,71)
#7BA940
(123,169,64)
#6C9539
(108,149,57)
#5D8132
(93,129,50)
#4E6D2B
(78,109,43)
#3F5924
(63,89,36)
#30451D
(48,69,29)
#213116
(33,49,22)
#121D0F
(18,29,15)
#000000
(0,0,0)

Tints of #A8E555

#A8E555
(168,229,85)
#AFE764
(175,231,100)
#B6E973
(182,233,115)
#BDEB82
(189,235,130)
#C4ED91
(196,237,145)
#CBEFA0
(203,239,160)
#D2F1AF
(210,241,175)
#D9F3BE
(217,243,190)
#E0F5CD
(224,245,205)
#E7F7DC
(231,247,220)
#EEF9EB
(238,249,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8E555 color. Also use rgb(168,229,85) instead hex code.

Text Font Color

.myTextColor { color: #A8E555; }

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

This text font color is #A8E555.

Background Color

.myBgColor { background-color: #A8E555; }

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

This div background color is #A8E555.

Border color

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

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

This div border color is #A8E555.

Opacity

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

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

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

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

This text has shadow with #A8E555 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8E555.

Preview

Color preview on black background

This text has color #A8E555 on black background.


Color preview on white background

This text has color #A8E555 on white background.


Black color preview on #A8E555 background

This text has black color on #A8E555 background.


White color preview on #A8E555 background

This text has white color on #A8E555 background.


Related colors

Complementary color

Complementary color for #hex is #571AAA.


I love getcolorcode.com

Triadic colors

1 #55A8E5 and #E555A8 with #A8E555 are triadic colors.

2 #55E5A8 and #E5A855 with #A8E555 are triadic colors.