COLOR #A3C98A

HEX: #A3C98A
RGB: (163,201,138)

Color info

#A3C98A contains mainly red and green colors. Web safe color of #A3C98A is #99CC99 (or #9C9).

RGB color model

#A3C98A color RGB value is (163,201,138).

  • red value is 163;
  • green value is 201;
  • blue value is 138.
RGB:
(163,201,138)
(64%,79%,54%)

RGB channels and saturation

R 163 of 255 = 64%
G 201 of 255 = 79%
B 138 of 255 = 54%

163
201
138

R + G + B ~ 66%. #A3C98A is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 201 + 138 = 502 (100%)
R 163 of 502 ~ 32.47%
G 201 of 502 ~ 40.04%
B 138 of 502 ~ 27.49%

%32.47
%40.04
%27.49

CMYK color model

#A3C98A color CMYK value is (19,0,31,21).

  • cyan value is 18.91%
  • magenta value is 0.00%
  • yellow value is 31.34%
  • key color value is 21.18%
CMYK:
(19,0,31,21)
C19M0Y31K21 
(19%,0%,31%,21%)
(0.19/0.00/0.31/0.21)	

CMYK percentages

%18.91
%0
%31.34
%21.18

Codes

Color #A3C98A in popluar color models

A3C98A
RGB163201138
HSL96°36.84%66.47%
HSB/HSV96°31.34%78.82%
CMYK18.91%0.00%31.34%
21.18%

Color #A3C98A in popluar number systems.

HEXA3C98A
Decimal163201138
Binary101000111100100110001010
Octal243311212

Shades and tints

Shades of #A3C98A

#A3C98A
(163,201,138)
#95B77E
(149,183,126)
#87A572
(135,165,114)
#799366
(121,147,102)
#6B815A
(107,129,90)
#5D6F4E
(93,111,78)
#4F5D42
(79,93,66)
#414B36
(65,75,54)
#33392A
(51,57,42)
#25271E
(37,39,30)
#171512
(23,21,18)
#000000
(0,0,0)

Tints of #A3C98A

#A3C98A
(163,201,138)
#ABCD94
(171,205,148)
#B3D19E
(179,209,158)
#BBD5A8
(187,213,168)
#C3D9B2
(195,217,178)
#CBDDBC
(203,221,188)
#D3E1C6
(211,225,198)
#DBE5D0
(219,229,208)
#E3E9DA
(227,233,218)
#EBEDE4
(235,237,228)
#F3F1EE
(243,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3C98A color. Also use rgb(163,201,138) instead hex code.

Text Font Color

.myTextColor { color: #A3C98A; }

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

This text font color is #A3C98A.


Background Color

.myBgColor { background-color: #A3C98A; }

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

This div background color is #A3C98A.


Border color

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

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

This div border color is #A3C98A.


Opacity

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

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

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

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

This text has shadow with #A3C98A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3C98A on black background.


Color preview on white background

This text has color #A3C98A on white background.



Black color preview on #A3C98A background

This text has black color on #A3C98A background.


White color preview on #A3C98A background

This text has white color on #A3C98A background.