COLOR #A2C748

HEX: #A2C748
RGB: (162,199,72)

Color info

#A2C748 contains mainly red and green colors. Web safe color of #A2C748 is #99CC33 (or #9C3).

RGB color model

#A2C748 color RGB value is (162,199,72).

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

RGB channels and saturation

R 162 of 255 = 64%
G 199 of 255 = 78%
B 72 of 255 = 28%

162
199
72

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

Portions of RGB colors in percentages

R + G + B =
162 + 199 + 72 = 433 (100%)
R 162 of 433 ~ 37.41%
G 199 of 433 ~ 45.96%
B 72 of 433 ~ 16.63%

%37.41
%45.96
%16.63

CMYK color model

#A2C748 color CMYK value is (19,0,64,22).

  • cyan value is 18.59%
  • magenta value is 0.00%
  • yellow value is 63.82%
  • key color value is 21.96%
CMYK:
(19,0,64,22)
C19M0Y64K22 
(19%,0%,64%,22%)
(0.19/0.00/0.64/0.22)	

CMYK percentages

%18.59
%0
%63.82
%21.96

Codes

Color #A2C748 in popluar color models

A2C748
RGB16219972
HSL77°53.14%53.14%
HSB/HSV77°63.82%78.04%
CMYK18.59%0.00%63.82%
21.96%

Color #A2C748 in popluar number systems.

HEXA2C748
Decimal16219972
Binary10100010110001111001000
Octal242307110

Shades and tints

Shades of #A2C748

#A2C748
(162,199,72)
#94B542
(148,181,66)
#86A33C
(134,163,60)
#789136
(120,145,54)
#6A7F30
(106,127,48)
#5C6D2A
(92,109,42)
#4E5B24
(78,91,36)
#40491E
(64,73,30)
#323718
(50,55,24)
#242512
(36,37,18)
#16130C
(22,19,12)
#000000
(0,0,0)

Tints of #A2C748

#A2C748
(162,199,72)
#AACC58
(170,204,88)
#B2D168
(178,209,104)
#BAD678
(186,214,120)
#C2DB88
(194,219,136)
#CAE098
(202,224,152)
#D2E5A8
(210,229,168)
#DAEAB8
(218,234,184)
#E2EFC8
(226,239,200)
#EAF4D8
(234,244,216)
#F2F9E8
(242,249,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2C748; }

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

This text font color is #A2C748.


Background Color

.myBgColor { background-color: #A2C748; }

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

This div background color is #A2C748.


Border color

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

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

This div border color is #A2C748.


Opacity

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

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

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

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

This text has shadow with #A2C748 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2C748 on black background.


Color preview on white background

This text has color #A2C748 on white background.



Black color preview on #A2C748 background

This text has black color on #A2C748 background.


White color preview on #A2C748 background

This text has white color on #A2C748 background.