COLOR #A3E798

HEX: #A3E798
RGB: (163,231,152)

Color info

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

RGB color model

#A3E798 color RGB value is (163,231,152).

  • red value is 163;
  • green value is 231;
  • blue value is 152.
RGB:
(163,231,152)
(64%,91%,60%)

RGB channels and saturation

R 163 of 255 = 64%
G 231 of 255 = 91%
B 152 of 255 = 60%

163
231
152

R + G + B ~ 72%. #A3E798 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 231 + 152 = 546 (100%)
R 163 of 546 ~ 29.85%
G 231 of 546 ~ 42.31%
B 152 of 546 ~ 27.84%

%29.85
%42.31
%27.84

CMYK color model

#A3E798 color CMYK value is (29,0,34,9).

  • cyan value is 29.44%
  • magenta value is 0.00%
  • yellow value is 34.20%
  • key color value is 9.41%
CMYK:
(29,0,34,9)
C29M0Y34K9 
(29%,0%,34%,9%)
(0.29/0.00/0.34/0.09)	

CMYK percentages

%29.44
%0
%34.2
%9.41

Codes

Color #A3E798 in popluar color models

A3E798
RGB163231152
HSL112°62.20%75.10%
HSB/HSV112°34.20%90.59%
CMYK29.44%0.00%34.20%
9.41%

Color #A3E798 in popluar number systems.

HEXA3E798
Decimal163231152
Binary101000111110011110011000
Octal243347230

Shades and tints

Shades of #A3E798

#A3E798
(163,231,152)
#95D28B
(149,210,139)
#87BD7E
(135,189,126)
#79A871
(121,168,113)
#6B9364
(107,147,100)
#5D7E57
(93,126,87)
#4F694A
(79,105,74)
#41543D
(65,84,61)
#333F30
(51,63,48)
#252A23
(37,42,35)
#171516
(23,21,22)
#000000
(0,0,0)

Tints of #A3E798

#A3E798
(163,231,152)
#ABE9A1
(171,233,161)
#B3EBAA
(179,235,170)
#BBEDB3
(187,237,179)
#C3EFBC
(195,239,188)
#CBF1C5
(203,241,197)
#D3F3CE
(211,243,206)
#DBF5D7
(219,245,215)
#E3F7E0
(227,247,224)
#EBF9E9
(235,249,233)
#F3FBF2
(243,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3E798; }

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

This text font color is #A3E798.


Background Color

.myBgColor { background-color: #A3E798; }

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

This div background color is #A3E798.


Border color

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

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

This div border color is #A3E798.


Opacity

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

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

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

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

This text has shadow with #A3E798 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3E798 on black background.


Color preview on white background

This text has color #A3E798 on white background.



Black color preview on #A3E798 background

This text has black color on #A3E798 background.


White color preview on #A3E798 background

This text has white color on #A3E798 background.