COLOR #A3E098

HEX: #A3E098 RGB: (163,224,152)

Color info

#A3E098 contains mainly green color. Web safe color of #A3E098 is #99CC99 (or #9C9).

RGB color model

#A3E098 color RGB value is (163,224,152).

RGB: (163,224,152) (64%, 88%, 60%)

RGB channels and saturation

R 163 of 255 = 64%
G 224 of 255 = 88%
B 152 of 255 = 60%

163
224
152

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

Portions of RGB colors in percentages

R + G + B = 163 + 224 + 152 = 539 (100%)
R 163 of 539 ~ 30.24%
G 224 of 539 ~ 41.56%
B 152 of 539 ~ 28.2'%

%30.24
%41.56
%28.2

CMYK color model

#A3E098 color CMYK value is (27,0,32,12).

  • cyan value is 27.23%
  • magenta value is 0.00%
  • yellow value is 32.14%
  • key color value is 12.16%

CMYK: (27,0,32,12)
C27M0Y32K12 (27%, 0%, 32%, 12%)
(0.27 / 0.00 / 0.32 / 0.12)

CMYK percentages

%27.23
%0
%32.14
%12.16

Codes

Color #A3E098 in popluar color models

A3 E0 98
RGB 163 224 152
HSL 111° 53.73% 73.73%
HSB/HSV 111° 32.14% 87.84%
CMYK 27.23% 0.00% 32.14%
12.16%

Color #A3E098 in popluar number systems.

HEX A3 E0 98
Decimal 163 224 152
Binary 10100011 11100000 10011000
Octal 243 340 230

Shades and tints

Shades of #A3E098

#A3E098
(163,224,152)
#95CC8B
(149,204,139)
#87B87E
(135,184,126)
#79A471
(121,164,113)
#6B9064
(107,144,100)
#5D7C57
(93,124,87)
#4F684A
(79,104,74)
#41543D
(65,84,61)
#334030
(51,64,48)
#252C23
(37,44,35)
#171816
(23,24,22)
#000000
(0,0,0)

Tints of #A3E098

#A3E098
(163,224,152)
#ABE2A1
(171,226,161)
#B3E4AA
(179,228,170)
#BBE6B3
(187,230,179)
#C3E8BC
(195,232,188)
#CBEAC5
(203,234,197)
#D3ECCE
(211,236,206)
#DBEED7
(219,238,215)
#E3F0E0
(227,240,224)
#EBF2E9
(235,242,233)
#F3F4F2
(243,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3E098 color. Also use rgb(163,224,152) instead hex code.

Text Font Color

.myTextColor { color: #A3E098; }

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

This text font color is #A3E098.

Background Color

.myBgColor { background-color: #A3E098; }

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

This div background color is #A3E098.

Border color

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

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

This div border color is #A3E098.

Opacity

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

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

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

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

This text has shadow with #A3E098 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3E098.

Preview

Color preview on black background

This text has color #A3E098 on black background.


Color preview on white background

This text has color #A3E098 on white background.


Black color preview on #A3E098 background

This text has black color on #A3E098 background.


White color preview on #A3E098 background

This text has white color on #A3E098 background.


Related colors

Complementary color

Complementary color for #hex is #5C1F67.


I love getcolorcode.com

Triadic colors

1 #98A3E0 and #E098A3 with #A3E098 are triadic colors.

2 #98E0A3 and #E0A398 with #A3E098 are triadic colors.