COLOR #A3C292

HEX: #A3C292 RGB: (163,194,146)

Color info

#A3C292 contains red, green and blue colors in about the same proportion. Web safe color of #A3C292 is #99CC99 (or #9C9).

RGB color model

#A3C292 color RGB value is (163,194,146).

RGB: (163,194,146) (64%, 76%, 57%)

RGB channels and saturation

R 163 of 255 = 64%
G 194 of 255 = 76%
B 146 of 255 = 57%

163
194
146

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

Portions of RGB colors in percentages

R + G + B = 163 + 194 + 146 = 503 (100%)
R 163 of 503 ~ 32.41%
G 194 of 503 ~ 38.57%
B 146 of 503 ~ 29.03'%

%32.41
%38.57
%29.03

CMYK color model

#A3C292 color CMYK value is (16,0,25,24).

  • cyan value is 15.98%
  • magenta value is 0.00%
  • yellow value is 24.74%
  • key color value is 23.92%

CMYK: (16,0,25,24)
C16M0Y25K24 (16%, 0%, 25%, 24%)
(0.16 / 0.00 / 0.25 / 0.24)

CMYK percentages

%15.98
%0
%24.74
%23.92

Codes

Color #A3C292 in popluar color models

A3 C2 92
RGB 163 194 146
HSL 99° 28.24% 66.67%
HSB/HSV 99° 24.74% 76.08%
CMYK 15.98% 0.00% 24.74%
23.92%

Color #A3C292 in popluar number systems.

HEX A3 C2 92
Decimal 163 194 146
Binary 10100011 11000010 10010010
Octal 243 302 222

Shades and tints

Shades of #A3C292

#A3C292
(163,194,146)
#95B185
(149,177,133)
#87A078
(135,160,120)
#798F6B
(121,143,107)
#6B7E5E
(107,126,94)
#5D6D51
(93,109,81)
#4F5C44
(79,92,68)
#414B37
(65,75,55)
#333A2A
(51,58,42)
#25291D
(37,41,29)
#171810
(23,24,16)
#000000
(0,0,0)

Tints of #A3C292

#A3C292
(163,194,146)
#ABC79B
(171,199,155)
#B3CCA4
(179,204,164)
#BBD1AD
(187,209,173)
#C3D6B6
(195,214,182)
#CBDBBF
(203,219,191)
#D3E0C8
(211,224,200)
#DBE5D1
(219,229,209)
#E3EADA
(227,234,218)
#EBEFE3
(235,239,227)
#F3F4EC
(243,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3C292; }

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

This text font color is #A3C292.

Background Color

.myBgColor { background-color: #A3C292; }

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

This div background color is #A3C292.

Border color

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

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

This div border color is #A3C292.

Opacity

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

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

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

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

This text has shadow with #A3C292 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3C292.

Preview

Color preview on black background

This text has color #A3C292 on black background.


Color preview on white background

This text has color #A3C292 on white background.


Black color preview on #A3C292 background

This text has black color on #A3C292 background.


White color preview on #A3C292 background

This text has white color on #A3C292 background.


Related colors

Complementary color

Complementary color for #hex is #5C3D6D.


I love getcolorcode.com

Triadic colors

1 #92A3C2 and #C292A3 with #A3C292 are triadic colors.

2 #92C2A3 and #C2A392 with #A3C292 are triadic colors.