COLOR #A1EB8E

HEX: #A1EB8E
RGB: (161,235,142)

Color info

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

RGB color model

#A1EB8E color RGB value is (161,235,142).

  • red value is 161;
  • green value is 235;
  • blue value is 142.
RGB:
(161,235,142)
(63%,92%,56%)

RGB channels and saturation

R 161 of 255 = 63%
G 235 of 255 = 92%
B 142 of 255 = 56%

161
235
142

R + G + B ~ 70%. #A1EB8E is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 235 + 142 = 538 (100%)
R 161 of 538 ~ 29.93%
G 235 of 538 ~ 43.68%
B 142 of 538 ~ 26.39%

%29.93
%43.68
%26.39

CMYK color model

#A1EB8E color CMYK value is (31,0,40,8).

  • cyan value is 31.49%
  • magenta value is 0.00%
  • yellow value is 39.57%
  • key color value is 7.84%
CMYK:
(31,0,40,8)
C31M0Y40K8 
(31%,0%,40%,8%)
(0.31/0.00/0.40/0.08)	

CMYK percentages

%31.49
%0
%39.57
%7.84

Codes

Color #A1EB8E in popluar color models

A1EB8E
RGB161235142
HSL108°69.92%73.92%
HSB/HSV108°39.57%92.16%
CMYK31.49%0.00%39.57%
7.84%

Color #A1EB8E in popluar number systems.

HEXA1EB8E
Decimal161235142
Binary101000011110101110001110
Octal241353216

Shades and tints

Shades of #A1EB8E

#A1EB8E
(161,235,142)
#93D682
(147,214,130)
#85C176
(133,193,118)
#77AC6A
(119,172,106)
#69975E
(105,151,94)
#5B8252
(91,130,82)
#4D6D46
(77,109,70)
#3F583A
(63,88,58)
#31432E
(49,67,46)
#232E22
(35,46,34)
#151916
(21,25,22)
#000000
(0,0,0)

Tints of #A1EB8E

#A1EB8E
(161,235,142)
#A9EC98
(169,236,152)
#B1EDA2
(177,237,162)
#B9EEAC
(185,238,172)
#C1EFB6
(193,239,182)
#C9F0C0
(201,240,192)
#D1F1CA
(209,241,202)
#D9F2D4
(217,242,212)
#E1F3DE
(225,243,222)
#E9F4E8
(233,244,232)
#F1F5F2
(241,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1EB8E; }

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

This text font color is #A1EB8E.


Background Color

.myBgColor { background-color: #A1EB8E; }

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

This div background color is #A1EB8E.


Border color

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

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

This div border color is #A1EB8E.


Opacity

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

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

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

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

This text has shadow with #A1EB8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1EB8E on black background.


Color preview on white background

This text has color #A1EB8E on white background.



Black color preview on #A1EB8E background

This text has black color on #A1EB8E background.


White color preview on #A1EB8E background

This text has white color on #A1EB8E background.