COLOR #A2C751

HEX: #A2C751
RGB: (162,199,81)

Color info

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

RGB color model

#A2C751 color RGB value is (162,199,81).

  • red value is 162;
  • green value is 199;
  • blue value is 81.
RGB:
(162,199,81)
(64%,78%,32%)

RGB channels and saturation

R 162 of 255 = 64%
G 199 of 255 = 78%
B 81 of 255 = 32%

162
199
81

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

Portions of RGB colors in percentages

R + G + B =
162 + 199 + 81 = 442 (100%)
R 162 of 442 ~ 36.65%
G 199 of 442 ~ 45.02%
B 81 of 442 ~ 18.33%

%36.65
%45.02
%18.33

CMYK color model

#A2C751 color CMYK value is (19,0,59,22).

  • cyan value is 18.59%
  • magenta value is 0.00%
  • yellow value is 59.30%
  • key color value is 21.96%
CMYK:
(19,0,59,22)
C19M0Y59K22 
(19%,0%,59%,22%)
(0.19/0.00/0.59/0.22)	

CMYK percentages

%18.59
%0
%59.3
%21.96

Codes

Color #A2C751 in popluar color models

A2C751
RGB16219981
HSL79°51.30%54.90%
HSB/HSV79°59.30%78.04%
CMYK18.59%0.00%59.30%
21.96%

Color #A2C751 in popluar number systems.

HEXA2C751
Decimal16219981
Binary10100010110001111010001
Octal242307121

Shades and tints

Shades of #A2C751

#A2C751
(162,199,81)
#94B54A
(148,181,74)
#86A343
(134,163,67)
#78913C
(120,145,60)
#6A7F35
(106,127,53)
#5C6D2E
(92,109,46)
#4E5B27
(78,91,39)
#404920
(64,73,32)
#323719
(50,55,25)
#242512
(36,37,18)
#16130B
(22,19,11)
#000000
(0,0,0)

Tints of #A2C751

#A2C751
(162,199,81)
#AACC60
(170,204,96)
#B2D16F
(178,209,111)
#BAD67E
(186,214,126)
#C2DB8D
(194,219,141)
#CAE09C
(202,224,156)
#D2E5AB
(210,229,171)
#DAEABA
(218,234,186)
#E2EFC9
(226,239,201)
#EAF4D8
(234,244,216)
#F2F9E7
(242,249,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2C751 color. Also use rgb(162,199,81) instead hex code.

Text Font Color

.myTextColor { color: #A2C751; }

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

This text font color is #A2C751.


Background Color

.myBgColor { background-color: #A2C751; }

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

This div background color is #A2C751.


Border color

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

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

This div border color is #A2C751.


Opacity

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

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

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

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

This text has shadow with #A2C751 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2C751 on black background.


Color preview on white background

This text has color #A2C751 on white background.



Black color preview on #A2C751 background

This text has black color on #A2C751 background.


White color preview on #A2C751 background

This text has white color on #A2C751 background.