COLOR #A1E67B

HEX: #A1E67B
RGB: (161,230,123)

Color info

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

RGB color model

#A1E67B color RGB value is (161,230,123).

  • red value is 161;
  • green value is 230;
  • blue value is 123.
RGB:
(161,230,123)
(63%,90%,48%)

RGB channels and saturation

R 161 of 255 = 63%
G 230 of 255 = 90%
B 123 of 255 = 48%

161
230
123

R + G + B ~ 67%. #A1E67B is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 230 + 123 = 514 (100%)
R 161 of 514 ~ 31.32%
G 230 of 514 ~ 44.75%
B 123 of 514 ~ 23.93%

%31.32
%44.75
%23.93

CMYK color model

#A1E67B color CMYK value is (30,0,47,10).

  • cyan value is 30.00%
  • magenta value is 0.00%
  • yellow value is 46.52%
  • key color value is 9.80%
CMYK:
(30,0,47,10)
C30M0Y47K10 
(30%,0%,47%,10%)
(0.30/0.00/0.47/0.10)	

CMYK percentages

%30
%0
%46.52
%9.8

Codes

Color #A1E67B in popluar color models

A1E67B
RGB161230123
HSL99°68.15%69.22%
HSB/HSV99°46.52%90.20%
CMYK30.00%0.00%46.52%
9.80%

Color #A1E67B in popluar number systems.

HEXA1E67B
Decimal161230123
Binary10100001111001101111011
Octal241346173

Shades and tints

Shades of #A1E67B

#A1E67B
(161,230,123)
#93D270
(147,210,112)
#85BE65
(133,190,101)
#77AA5A
(119,170,90)
#69964F
(105,150,79)
#5B8244
(91,130,68)
#4D6E39
(77,110,57)
#3F5A2E
(63,90,46)
#314623
(49,70,35)
#233218
(35,50,24)
#151E0D
(21,30,13)
#000000
(0,0,0)

Tints of #A1E67B

#A1E67B
(161,230,123)
#A9E887
(169,232,135)
#B1EA93
(177,234,147)
#B9EC9F
(185,236,159)
#C1EEAB
(193,238,171)
#C9F0B7
(201,240,183)
#D1F2C3
(209,242,195)
#D9F4CF
(217,244,207)
#E1F6DB
(225,246,219)
#E9F8E7
(233,248,231)
#F1FAF3
(241,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1E67B color. Also use rgb(161,230,123) instead hex code.

Text Font Color

.myTextColor { color: #A1E67B; }

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

This text font color is #A1E67B.


Background Color

.myBgColor { background-color: #A1E67B; }

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

This div background color is #A1E67B.


Border color

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

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

This div border color is #A1E67B.


Opacity

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

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

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

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

This text has shadow with #A1E67B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1E67B on black background.


Color preview on white background

This text has color #A1E67B on white background.



Black color preview on #A1E67B background

This text has black color on #A1E67B background.


White color preview on #A1E67B background

This text has white color on #A1E67B background.