COLOR #A8EB8E

HEX: #A8EB8E RGB: (168,235,142)

Color info

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

RGB color model

#A8EB8E color RGB value is (168,235,142).

RGB: (168,235,142) (66%, 92%, 56%)

RGB channels and saturation

R 168 of 255 = 66%
G 235 of 255 = 92%
B 142 of 255 = 56%

168
235
142

R + G + B ~ 71%. #A8EB8E is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 235 + 142 = 545 (100%)
R 168 of 545 ~ 30.83%
G 235 of 545 ~ 43.12%
B 142 of 545 ~ 26.06'%

%30.83
%43.12
%26.06

CMYK color model

#A8EB8E color CMYK value is (29,0,40,8).

  • cyan value is 28.51%
  • magenta value is 0.00%
  • yellow value is 39.57%
  • key color value is 7.84%

CMYK: (29,0,40,8)
C29M0Y40K8 (29%, 0%, 40%, 8%)
(0.29 / 0.00 / 0.40 / 0.08)

CMYK percentages

%28.51
%0
%39.57
%7.84

Codes

Color #A8EB8E in popluar color models

A8 EB 8E
RGB 168 235 142
HSL 103° 69.92% 73.92%
HSB/HSV 103° 39.57% 92.16%
CMYK 28.51% 0.00% 39.57%
7.84%

Color #A8EB8E in popluar number systems.

HEX A8 EB 8E
Decimal 168 235 142
Binary 10101000 11101011 10001110
Octal 250 353 216

Shades and tints

Shades of #A8EB8E

#A8EB8E
(168,235,142)
#99D682
(153,214,130)
#8AC176
(138,193,118)
#7BAC6A
(123,172,106)
#6C975E
(108,151,94)
#5D8252
(93,130,82)
#4E6D46
(78,109,70)
#3F583A
(63,88,58)
#30432E
(48,67,46)
#212E22
(33,46,34)
#121916
(18,25,22)
#000000
(0,0,0)

Tints of #A8EB8E

#A8EB8E
(168,235,142)
#AFEC98
(175,236,152)
#B6EDA2
(182,237,162)
#BDEEAC
(189,238,172)
#C4EFB6
(196,239,182)
#CBF0C0
(203,240,192)
#D2F1CA
(210,241,202)
#D9F2D4
(217,242,212)
#E0F3DE
(224,243,222)
#E7F4E8
(231,244,232)
#EEF5F2
(238,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8EB8E; }

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

This text font color is #A8EB8E.

Background Color

.myBgColor { background-color: #A8EB8E; }

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

This div background color is #A8EB8E.

Border color

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

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

This div border color is #A8EB8E.

Opacity

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

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

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

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

This text has shadow with #A8EB8E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8EB8E.

Preview

Color preview on black background

This text has color #A8EB8E on black background.


Color preview on white background

This text has color #A8EB8E on white background.


Black color preview on #A8EB8E background

This text has black color on #A8EB8E background.


White color preview on #A8EB8E background

This text has white color on #A8EB8E background.


Related colors

Complementary color

Complementary color for #hex is #571471.


I love getcolorcode.com

Triadic colors

1 #8EA8EB and #EB8EA8 with #A8EB8E are triadic colors.

2 #8EEBA8 and #EBA88E with #A8EB8E are triadic colors.