COLOR #A0C784

HEX: #A0C784
RGB: (160,199,132)

Color info

#A0C784 contains mainly red and green colors. Web safe color of #A0C784 is #99CC99 (or #9C9).

RGB color model

#A0C784 color RGB value is (160,199,132).

  • red value is 160;
  • green value is 199;
  • blue value is 132.
RGB:
(160,199,132)
(63%,78%,52%)

RGB channels and saturation

R 160 of 255 = 63%
G 199 of 255 = 78%
B 132 of 255 = 52%

160
199
132

R + G + B ~ 64%. #A0C784 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 199 + 132 = 491 (100%)
R 160 of 491 ~ 32.59%
G 199 of 491 ~ 40.53%
B 132 of 491 ~ 26.88%

%32.59
%40.53
%26.88

CMYK color model

#A0C784 color CMYK value is (20,0,34,22).

  • cyan value is 19.60%
  • magenta value is 0.00%
  • yellow value is 33.67%
  • key color value is 21.96%
CMYK:
(20,0,34,22)
C20M0Y34K22 
(20%,0%,34%,22%)
(0.20/0.00/0.34/0.22)	

CMYK percentages

%19.6
%0
%33.67
%21.96

Codes

Color #A0C784 in popluar color models

A0C784
RGB160199132
HSL95°37.43%64.90%
HSB/HSV95°33.67%78.04%
CMYK19.60%0.00%33.67%
21.96%

Color #A0C784 in popluar number systems.

HEXA0C784
Decimal160199132
Binary101000001100011110000100
Octal240307204

Shades and tints

Shades of #A0C784

#A0C784
(160,199,132)
#92B578
(146,181,120)
#84A36C
(132,163,108)
#769160
(118,145,96)
#687F54
(104,127,84)
#5A6D48
(90,109,72)
#4C5B3C
(76,91,60)
#3E4930
(62,73,48)
#303724
(48,55,36)
#222518
(34,37,24)
#14130C
(20,19,12)
#000000
(0,0,0)

Tints of #A0C784

#A0C784
(160,199,132)
#A8CC8F
(168,204,143)
#B0D19A
(176,209,154)
#B8D6A5
(184,214,165)
#C0DBB0
(192,219,176)
#C8E0BB
(200,224,187)
#D0E5C6
(208,229,198)
#D8EAD1
(216,234,209)
#E0EFDC
(224,239,220)
#E8F4E7
(232,244,231)
#F0F9F2
(240,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0C784 color. Also use rgb(160,199,132) instead hex code.

Text Font Color

.myTextColor { color: #A0C784; }

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

This text font color is #A0C784.


Background Color

.myBgColor { background-color: #A0C784; }

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

This div background color is #A0C784.


Border color

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

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

This div border color is #A0C784.


Opacity

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

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

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

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

This text has shadow with #A0C784 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0C784 on black background.


Color preview on white background

This text has color #A0C784 on white background.



Black color preview on #A0C784 background

This text has black color on #A0C784 background.


White color preview on #A0C784 background

This text has white color on #A0C784 background.