COLOR #A0D384

HEX: #A0D384
RGB: (160,211,132)

Color info

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

RGB color model

#A0D384 color RGB value is (160,211,132).

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

RGB channels and saturation

R 160 of 255 = 63%
G 211 of 255 = 83%
B 132 of 255 = 52%

160
211
132

R + G + B ~ 66%. #A0D384 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 211 + 132 = 503 (100%)
R 160 of 503 ~ 31.81%
G 211 of 503 ~ 41.95%
B 132 of 503 ~ 26.24%

%31.81
%41.95
%26.24

CMYK color model

#A0D384 color CMYK value is (24,0,37,17).

  • cyan value is 24.17%
  • magenta value is 0.00%
  • yellow value is 37.44%
  • key color value is 17.25%
CMYK:
(24,0,37,17)
C24M0Y37K17 
(24%,0%,37%,17%)
(0.24/0.00/0.37/0.17)	

CMYK percentages

%24.17
%0
%37.44
%17.25

Codes

Color #A0D384 in popluar color models

A0D384
RGB160211132
HSL99°47.31%67.25%
HSB/HSV99°37.44%82.75%
CMYK24.17%0.00%37.44%
17.25%

Color #A0D384 in popluar number systems.

HEXA0D384
Decimal160211132
Binary101000001101001110000100
Octal240323204

Shades and tints

Shades of #A0D384

#A0D384
(160,211,132)
#92C078
(146,192,120)
#84AD6C
(132,173,108)
#769A60
(118,154,96)
#688754
(104,135,84)
#5A7448
(90,116,72)
#4C613C
(76,97,60)
#3E4E30
(62,78,48)
#303B24
(48,59,36)
#222818
(34,40,24)
#14150C
(20,21,12)
#000000
(0,0,0)

Tints of #A0D384

#A0D384
(160,211,132)
#A8D78F
(168,215,143)
#B0DB9A
(176,219,154)
#B8DFA5
(184,223,165)
#C0E3B0
(192,227,176)
#C8E7BB
(200,231,187)
#D0EBC6
(208,235,198)
#D8EFD1
(216,239,209)
#E0F3DC
(224,243,220)
#E8F7E7
(232,247,231)
#F0FBF2
(240,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0D384; }

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

This text font color is #A0D384.


Background Color

.myBgColor { background-color: #A0D384; }

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

This div background color is #A0D384.


Border color

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

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

This div border color is #A0D384.


Opacity

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

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

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

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

This text has shadow with #A0D384 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0D384 on black background.


Color preview on white background

This text has color #A0D384 on white background.



Black color preview on #A0D384 background

This text has black color on #A0D384 background.


White color preview on #A0D384 background

This text has white color on #A0D384 background.