COLOR #A2C25F

HEX: #A2C25F
RGB: (162,194,95)

Color info

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

RGB color model

#A2C25F color RGB value is (162,194,95).

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

RGB channels and saturation

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

162
194
95

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

Portions of RGB colors in percentages

R + G + B =
162 + 194 + 95 = 451 (100%)
R 162 of 451 ~ 35.92%
G 194 of 451 ~ 43.02%
B 95 of 451 ~ 21.06%

%35.92
%43.02
%21.06

CMYK color model

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

  • cyan value is 16.49%
  • 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

%16.49
%0
%51.03
%23.92

Codes

Color #A2C25F in popluar color models

A2C25F
RGB16219495
HSL79°44.80%56.67%
HSB/HSV79°51.03%76.08%
CMYK16.49%0.00%51.03%
23.92%

Color #A2C25F in popluar number systems.

HEXA2C25F
Decimal16219495
Binary10100010110000101011111
Octal242302137

Shades and tints

Shades of #A2C25F

#A2C25F
(162,194,95)
#94B157
(148,177,87)
#86A04F
(134,160,79)
#788F47
(120,143,71)
#6A7E3F
(106,126,63)
#5C6D37
(92,109,55)
#4E5C2F
(78,92,47)
#404B27
(64,75,39)
#323A1F
(50,58,31)
#242917
(36,41,23)
#16180F
(22,24,15)
#000000
(0,0,0)

Tints of #A2C25F

#A2C25F
(162,194,95)
#AAC76D
(170,199,109)
#B2CC7B
(178,204,123)
#BAD189
(186,209,137)
#C2D697
(194,214,151)
#CADBA5
(202,219,165)
#D2E0B3
(210,224,179)
#DAE5C1
(218,229,193)
#E2EACF
(226,234,207)
#EAEFDD
(234,239,221)
#F2F4EB
(242,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2C25F; }

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

This text font color is #A2C25F.


Background Color

.myBgColor { background-color: #A2C25F; }

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

This div background color is #A2C25F.


Border color

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

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

This div border color is #A2C25F.


Opacity

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

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

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

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

This text has shadow with #A2C25F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2C25F on black background.


Color preview on white background

This text has color #A2C25F on white background.



Black color preview on #A2C25F background

This text has black color on #A2C25F background.


White color preview on #A2C25F background

This text has white color on #A2C25F background.