COLOR #A1E798

HEX: #A1E798 RGB: (161,231,152)

Color info

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

RGB color model

#A1E798 color RGB value is (161,231,152).

RGB: (161,231,152) (63%, 91%, 60%)

RGB channels and saturation

R 161 of 255 = 63%
G 231 of 255 = 91%
B 152 of 255 = 60%

161
231
152

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

Portions of RGB colors in percentages

R + G + B = 161 + 231 + 152 = 544 (100%)
R 161 of 544 ~ 29.6%
G 231 of 544 ~ 42.46%
B 152 of 544 ~ 27.94'%

%29.6
%42.46
%27.94

CMYK color model

#A1E798 color CMYK value is (30,0,34,9).

  • cyan value is 30.30%
  • magenta value is 0.00%
  • yellow value is 34.20%
  • key color value is 9.41%
CMYK: (30,0,34,9) C30M0Y34K9 (30%,0%,34%,9%) (0.30/0.00/0.34/0.09) 

CMYK percentages

%30.3
%0
%34.2
%9.41

Codes

Color #A1E798 in popluar color models

A1 E7 98
RGB 161 231 152
HSL 113° 62.20% 75.10%
HSB/HSV 113° 34.20% 90.59%
CMYK 30.30% 0.00% 34.20%
9.41%

Color #A1E798 in popluar number systems.

HEX A1 E7 98
Decimal 161 231 152
Binary 10100001 11100111 10011000
Octal 241 347 230

Shades and tints

Shades of #A1E798

#A1E798
(161,231,152)
#93D28B
(147,210,139)
#85BD7E
(133,189,126)
#77A871
(119,168,113)
#699364
(105,147,100)
#5B7E57
(91,126,87)
#4D694A
(77,105,74)
#3F543D
(63,84,61)
#313F30
(49,63,48)
#232A23
(35,42,35)
#151516
(21,21,22)
#000000
(0,0,0)

Tints of #A1E798

#A1E798
(161,231,152)
#A9E9A1
(169,233,161)
#B1EBAA
(177,235,170)
#B9EDB3
(185,237,179)
#C1EFBC
(193,239,188)
#C9F1C5
(201,241,197)
#D1F3CE
(209,243,206)
#D9F5D7
(217,245,215)
#E1F7E0
(225,247,224)
#E9F9E9
(233,249,233)
#F1FBF2
(241,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1E798 color. Also use rgb(161,231,152) instead hex code.

Text Font Color

.myTextColor { color: #A1E798; }

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

This text font color is #A1E798.

Background Color

.myBgColor { background-color: #A1E798; }

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

This div background color is #A1E798.

Border color

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

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

This div border color is #A1E798.

Opacity

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

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

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

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

This text has shadow with #A1E798 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1E798.

Preview

Color preview on black background

This text has color #A1E798 on black background.


Color preview on white background

This text has color #A1E798 on white background.


Black color preview on #A1E798 background

This text has black color on #A1E798 background.


White color preview on #A1E798 background

This text has white color on #A1E798 background.


Related colors

Complementary color

Complementary color for #hex is #5E1867.


I love getcolorcode.com

Triadic colors

1 #98A1E7 and #E798A1 with #A1E798 are triadic colors.

2 #98E7A1 and #E7A198 with #A1E798 are triadic colors.