COLOR #A3E98D

HEX: #A3E98D
RGB: (163,233,141)

Color info

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

RGB color model

#A3E98D color RGB value is (163,233,141).

  • red value is 163;
  • green value is 233;
  • blue value is 141.
RGB:
(163,233,141)
(64%,91%,55%)

RGB channels and saturation

R 163 of 255 = 64%
G 233 of 255 = 91%
B 141 of 255 = 55%

163
233
141

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

Portions of RGB colors in percentages

R + G + B =
163 + 233 + 141 = 537 (100%)
R 163 of 537 ~ 30.35%
G 233 of 537 ~ 43.39%
B 141 of 537 ~ 26.26%

%30.35
%43.39
%26.26

CMYK color model

#A3E98D color CMYK value is (30,0,39,9).

  • cyan value is 30.04%
  • magenta value is 0.00%
  • yellow value is 39.48%
  • key color value is 8.63%
CMYK:
(30,0,39,9)
C30M0Y39K9 
(30%,0%,39%,9%)
(0.30/0.00/0.39/0.09)	

CMYK percentages

%30.04
%0
%39.48
%8.63

Codes

Color #A3E98D in popluar color models

A3E98D
RGB163233141
HSL106°67.65%73.33%
HSB/HSV106°39.48%91.37%
CMYK30.04%0.00%39.48%
8.63%

Color #A3E98D in popluar number systems.

HEXA3E98D
Decimal163233141
Binary101000111110100110001101
Octal243351215

Shades and tints

Shades of #A3E98D

#A3E98D
(163,233,141)
#95D481
(149,212,129)
#87BF75
(135,191,117)
#79AA69
(121,170,105)
#6B955D
(107,149,93)
#5D8051
(93,128,81)
#4F6B45
(79,107,69)
#415639
(65,86,57)
#33412D
(51,65,45)
#252C21
(37,44,33)
#171715
(23,23,21)
#000000
(0,0,0)

Tints of #A3E98D

#A3E98D
(163,233,141)
#ABEB97
(171,235,151)
#B3EDA1
(179,237,161)
#BBEFAB
(187,239,171)
#C3F1B5
(195,241,181)
#CBF3BF
(203,243,191)
#D3F5C9
(211,245,201)
#DBF7D3
(219,247,211)
#E3F9DD
(227,249,221)
#EBFBE7
(235,251,231)
#F3FDF1
(243,253,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3E98D color. Also use rgb(163,233,141) instead hex code.

Text Font Color

.myTextColor { color: #A3E98D; }

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

This text font color is #A3E98D.


Background Color

.myBgColor { background-color: #A3E98D; }

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

This div background color is #A3E98D.


Border color

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

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

This div border color is #A3E98D.


Opacity

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

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

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

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

This text has shadow with #A3E98D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3E98D on black background.


Color preview on white background

This text has color #A3E98D on white background.



Black color preview on #A3E98D background

This text has black color on #A3E98D background.


White color preview on #A3E98D background

This text has white color on #A3E98D background.