COLOR #A3C283

HEX: #A3C283
RGB: (163,194,131)

Color info

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

RGB color model

#A3C283 color RGB value is (163,194,131).

  • red value is 163;
  • green value is 194;
  • blue value is 131.
RGB:
(163,194,131)
(64%,76%,51%)

RGB channels and saturation

R 163 of 255 = 64%
G 194 of 255 = 76%
B 131 of 255 = 51%

163
194
131

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

Portions of RGB colors in percentages

R + G + B =
163 + 194 + 131 = 488 (100%)
R 163 of 488 ~ 33.4%
G 194 of 488 ~ 39.75%
B 131 of 488 ~ 26.84%

%33.4
%39.75
%26.84

CMYK color model

#A3C283 color CMYK value is (16,0,32,24).

  • cyan value is 15.98%
  • magenta value is 0.00%
  • yellow value is 32.47%
  • key color value is 23.92%
CMYK:
(16,0,32,24)
C16M0Y32K24 
(16%,0%,32%,24%)
(0.16/0.00/0.32/0.24)	

CMYK percentages

%15.98
%0
%32.47
%23.92

Codes

Color #A3C283 in popluar color models

A3C283
RGB163194131
HSL90°34.05%63.73%
HSB/HSV90°32.47%76.08%
CMYK15.98%0.00%32.47%
23.92%

Color #A3C283 in popluar number systems.

HEXA3C283
Decimal163194131
Binary101000111100001010000011
Octal243302203

Shades and tints

Shades of #A3C283

#A3C283
(163,194,131)
#95B178
(149,177,120)
#87A06D
(135,160,109)
#798F62
(121,143,98)
#6B7E57
(107,126,87)
#5D6D4C
(93,109,76)
#4F5C41
(79,92,65)
#414B36
(65,75,54)
#333A2B
(51,58,43)
#252920
(37,41,32)
#171815
(23,24,21)
#000000
(0,0,0)

Tints of #A3C283

#A3C283
(163,194,131)
#ABC78E
(171,199,142)
#B3CC99
(179,204,153)
#BBD1A4
(187,209,164)
#C3D6AF
(195,214,175)
#CBDBBA
(203,219,186)
#D3E0C5
(211,224,197)
#DBE5D0
(219,229,208)
#E3EADB
(227,234,219)
#EBEFE6
(235,239,230)
#F3F4F1
(243,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3C283 color. Also use rgb(163,194,131) instead hex code.

Text Font Color

.myTextColor { color: #A3C283; }

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

This text font color is #A3C283.


Background Color

.myBgColor { background-color: #A3C283; }

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

This div background color is #A3C283.


Border color

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

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

This div border color is #A3C283.


Opacity

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

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

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

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

This text has shadow with #A3C283 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3C283 on black background.


Color preview on white background

This text has color #A3C283 on white background.



Black color preview on #A3C283 background

This text has black color on #A3C283 background.


White color preview on #A3C283 background

This text has white color on #A3C283 background.