COLOR #A2C683

HEX: #A2C683
RGB: (162,198,131)

Color info

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

RGB color model

#A2C683 color RGB value is (162,198,131).

  • red value is 162;
  • green value is 198;
  • blue value is 131.
RGB:
(162,198,131)
(64%,78%,51%)

RGB channels and saturation

R 162 of 255 = 64%
G 198 of 255 = 78%
B 131 of 255 = 51%

162
198
131

R + G + B ~ 64%. #A2C683 is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 198 + 131 = 491 (100%)
R 162 of 491 ~ 32.99%
G 198 of 491 ~ 40.33%
B 131 of 491 ~ 26.68%

%32.99
%40.33
%26.68

CMYK color model

#A2C683 color CMYK value is (18,0,34,22).

  • cyan value is 18.18%
  • magenta value is 0.00%
  • yellow value is 33.84%
  • key color value is 22.35%
CMYK:
(18,0,34,22)
C18M0Y34K22 
(18%,0%,34%,22%)
(0.18/0.00/0.34/0.22)	

CMYK percentages

%18.18
%0
%33.84
%22.35

Codes

Color #A2C683 in popluar color models

A2C683
RGB162198131
HSL92°37.02%64.51%
HSB/HSV92°33.84%77.65%
CMYK18.18%0.00%33.84%
22.35%

Color #A2C683 in popluar number systems.

HEXA2C683
Decimal162198131
Binary101000101100011010000011
Octal242306203

Shades and tints

Shades of #A2C683

#A2C683
(162,198,131)
#94B478
(148,180,120)
#86A26D
(134,162,109)
#789062
(120,144,98)
#6A7E57
(106,126,87)
#5C6C4C
(92,108,76)
#4E5A41
(78,90,65)
#404836
(64,72,54)
#32362B
(50,54,43)
#242420
(36,36,32)
#161215
(22,18,21)
#000000
(0,0,0)

Tints of #A2C683

#A2C683
(162,198,131)
#AACB8E
(170,203,142)
#B2D099
(178,208,153)
#BAD5A4
(186,213,164)
#C2DAAF
(194,218,175)
#CADFBA
(202,223,186)
#D2E4C5
(210,228,197)
#DAE9D0
(218,233,208)
#E2EEDB
(226,238,219)
#EAF3E6
(234,243,230)
#F2F8F1
(242,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2C683 color. Also use rgb(162,198,131) instead hex code.

Text Font Color

.myTextColor { color: #A2C683; }

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

This text font color is #A2C683.


Background Color

.myBgColor { background-color: #A2C683; }

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

This div background color is #A2C683.


Border color

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

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

This div border color is #A2C683.


Opacity

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

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

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

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

This text has shadow with #A2C683 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2C683 on black background.


Color preview on white background

This text has color #A2C683 on white background.



Black color preview on #A2C683 background

This text has black color on #A2C683 background.


White color preview on #A2C683 background

This text has white color on #A2C683 background.