COLOR #A2C250

HEX: #A2C250
RGB: (162,194,80)

Color info

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

RGB color model

#A2C250 color RGB value is (162,194,80).

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

RGB channels and saturation

R 162 of 255 = 64%
G 194 of 255 = 76%
B 80 of 255 = 31%

162
194
80

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

Portions of RGB colors in percentages

R + G + B =
162 + 194 + 80 = 436 (100%)
R 162 of 436 ~ 37.16%
G 194 of 436 ~ 44.5%
B 80 of 436 ~ 18.35%

%37.16
%44.5
%18.35

CMYK color model

#A2C250 color CMYK value is (16,0,59,24).

  • cyan value is 16.49%
  • magenta value is 0.00%
  • yellow value is 58.76%
  • key color value is 23.92%
CMYK:
(16,0,59,24)
C16M0Y59K24 
(16%,0%,59%,24%)
(0.16/0.00/0.59/0.24)	

CMYK percentages

%16.49
%0
%58.76
%23.92

Codes

Color #A2C250 in popluar color models

A2C250
RGB16219480
HSL77°48.31%53.73%
HSB/HSV77°58.76%76.08%
CMYK16.49%0.00%58.76%
23.92%

Color #A2C250 in popluar number systems.

HEXA2C250
Decimal16219480
Binary10100010110000101010000
Octal242302120

Shades and tints

Shades of #A2C250

#A2C250
(162,194,80)
#94B149
(148,177,73)
#86A042
(134,160,66)
#788F3B
(120,143,59)
#6A7E34
(106,126,52)
#5C6D2D
(92,109,45)
#4E5C26
(78,92,38)
#404B1F
(64,75,31)
#323A18
(50,58,24)
#242911
(36,41,17)
#16180A
(22,24,10)
#000000
(0,0,0)

Tints of #A2C250

#A2C250
(162,194,80)
#AAC75F
(170,199,95)
#B2CC6E
(178,204,110)
#BAD17D
(186,209,125)
#C2D68C
(194,214,140)
#CADB9B
(202,219,155)
#D2E0AA
(210,224,170)
#DAE5B9
(218,229,185)
#E2EAC8
(226,234,200)
#EAEFD7
(234,239,215)
#F2F4E6
(242,244,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2C250; }

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

This text font color is #A2C250.


Background Color

.myBgColor { background-color: #A2C250; }

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

This div background color is #A2C250.


Border color

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

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

This div border color is #A2C250.


Opacity

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

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

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

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

This text has shadow with #A2C250 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2C250 on black background.


Color preview on white background

This text has color #A2C250 on white background.



Black color preview on #A2C250 background

This text has black color on #A2C250 background.


White color preview on #A2C250 background

This text has white color on #A2C250 background.