COLOR #A3C25F

HEX: #A3C25F
RGB: (163,194,95)

Color info

#A3C25F contains mainly red and green colors. Web safe color of #A3C25F is #99CC66 (or #9C6).

RGB color model

#A3C25F color RGB value is (163,194,95).

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

RGB channels and saturation

R 163 of 255 = 64%
G 194 of 255 = 76%
B 95 of 255 = 37%

163
194
95

R + G + B ~ 59%. #A3C25F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
163 + 194 + 95 = 452 (100%)
R 163 of 452 ~ 36.06%
G 194 of 452 ~ 42.92%
B 95 of 452 ~ 21.02%

%36.06
%42.92
%21.02

CMYK color model

#A3C25F color CMYK value is (16,0,51,24).

  • cyan value is 15.98%
  • magenta value is 0.00%
  • yellow value is 51.03%
  • key color value is 23.92%
CMYK:
(16,0,51,24)
C16M0Y51K24 
(16%,0%,51%,24%)
(0.16/0.00/0.51/0.24)	

CMYK percentages

%15.98
%0
%51.03
%23.92

Codes

Color #A3C25F in popluar color models

A3C25F
RGB16319495
HSL79°44.80%56.67%
HSB/HSV79°51.03%76.08%
CMYK15.98%0.00%51.03%
23.92%

Color #A3C25F in popluar number systems.

HEXA3C25F
Decimal16319495
Binary10100011110000101011111
Octal243302137

Shades and tints

Shades of #A3C25F

#A3C25F
(163,194,95)
#95B157
(149,177,87)
#87A04F
(135,160,79)
#798F47
(121,143,71)
#6B7E3F
(107,126,63)
#5D6D37
(93,109,55)
#4F5C2F
(79,92,47)
#414B27
(65,75,39)
#333A1F
(51,58,31)
#252917
(37,41,23)
#17180F
(23,24,15)
#000000
(0,0,0)

Tints of #A3C25F

#A3C25F
(163,194,95)
#ABC76D
(171,199,109)
#B3CC7B
(179,204,123)
#BBD189
(187,209,137)
#C3D697
(195,214,151)
#CBDBA5
(203,219,165)
#D3E0B3
(211,224,179)
#DBE5C1
(219,229,193)
#E3EACF
(227,234,207)
#EBEFDD
(235,239,221)
#F3F4EB
(243,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3C25F; }

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

This text font color is #A3C25F.


Background Color

.myBgColor { background-color: #A3C25F; }

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

This div background color is #A3C25F.


Border color

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

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

This div border color is #A3C25F.


Opacity

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

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

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

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

This text has shadow with #A3C25F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3C25F on black background.


Color preview on white background

This text has color #A3C25F on white background.



Black color preview on #A3C25F background

This text has black color on #A3C25F background.


White color preview on #A3C25F background

This text has white color on #A3C25F background.