COLOR #A1EF8F

HEX: #A1EF8F RGB: (161,239,143)

Color info

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

RGB color model

#A1EF8F color RGB value is (161,239,143).

RGB: (161,239,143) (63%, 94%, 56%)

RGB channels and saturation

R 161 of 255 = 63%
G 239 of 255 = 94%
B 143 of 255 = 56%

161
239
143

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

Portions of RGB colors in percentages

R + G + B = 161 + 239 + 143 = 543 (100%)
R 161 of 543 ~ 29.65%
G 239 of 543 ~ 44.01%
B 143 of 543 ~ 26.34'%

%29.65
%44.01
%26.34

CMYK color model

#A1EF8F color CMYK value is (33,0,40,6).

  • cyan value is 32.64%
  • magenta value is 0.00%
  • yellow value is 40.17%
  • key color value is 6.27%

CMYK: (33,0,40,6)
C33M0Y40K6 (33%, 0%, 40%, 6%)
(0.33 / 0.00 / 0.40 / 0.06)

CMYK percentages

%32.64
%0
%40.17
%6.27

Codes

Color #A1EF8F in popluar color models

A1 EF 8F
RGB 161 239 143
HSL 109° 75.00% 74.90%
HSB/HSV 109° 40.17% 93.73%
CMYK 32.64% 0.00% 40.17%
6.27%

Color #A1EF8F in popluar number systems.

HEX A1 EF 8F
Decimal 161 239 143
Binary 10100001 11101111 10001111
Octal 241 357 217

Shades and tints

Shades of #A1EF8F

#A1EF8F
(161,239,143)
#93DA82
(147,218,130)
#85C575
(133,197,117)
#77B068
(119,176,104)
#699B5B
(105,155,91)
#5B864E
(91,134,78)
#4D7141
(77,113,65)
#3F5C34
(63,92,52)
#314727
(49,71,39)
#23321A
(35,50,26)
#151D0D
(21,29,13)
#000000
(0,0,0)

Tints of #A1EF8F

#A1EF8F
(161,239,143)
#A9F099
(169,240,153)
#B1F1A3
(177,241,163)
#B9F2AD
(185,242,173)
#C1F3B7
(193,243,183)
#C9F4C1
(201,244,193)
#D1F5CB
(209,245,203)
#D9F6D5
(217,246,213)
#E1F7DF
(225,247,223)
#E9F8E9
(233,248,233)
#F1F9F3
(241,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1EF8F color. Also use rgb(161,239,143) instead hex code.

Text Font Color

.myTextColor { color: #A1EF8F; }

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

This text font color is #A1EF8F.

Background Color

.myBgColor { background-color: #A1EF8F; }

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

This div background color is #A1EF8F.

Border color

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

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

This div border color is #A1EF8F.

Opacity

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

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

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

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

This text has shadow with #A1EF8F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1EF8F.

Preview

Color preview on black background

This text has color #A1EF8F on black background.


Color preview on white background

This text has color #A1EF8F on white background.


Black color preview on #A1EF8F background

This text has black color on #A1EF8F background.


White color preview on #A1EF8F background

This text has white color on #A1EF8F background.


Related colors

Complementary color

Complementary color for #hex is #5E1070.


I love getcolorcode.com

Triadic colors

1 #8FA1EF and #EF8FA1 with #A1EF8F are triadic colors.

2 #8FEFA1 and #EFA18F with #A1EF8F are triadic colors.