COLOR #A0D376

HEX: #A0D376
RGB: (160,211,118)

Color info

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

RGB color model

#A0D376 color RGB value is (160,211,118).

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

RGB channels and saturation

R 160 of 255 = 63%
G 211 of 255 = 83%
B 118 of 255 = 46%

160
211
118

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

Portions of RGB colors in percentages

R + G + B =
160 + 211 + 118 = 489 (100%)
R 160 of 489 ~ 32.72%
G 211 of 489 ~ 43.15%
B 118 of 489 ~ 24.13%

%32.72
%43.15
%24.13

CMYK color model

#A0D376 color CMYK value is (24,0,44,17).

  • cyan value is 24.17%
  • magenta value is 0.00%
  • yellow value is 44.08%
  • key color value is 17.25%
CMYK:
(24,0,44,17)
C24M0Y44K17 
(24%,0%,44%,17%)
(0.24/0.00/0.44/0.17)	

CMYK percentages

%24.17
%0
%44.08
%17.25

Codes

Color #A0D376 in popluar color models

A0D376
RGB160211118
HSL93°51.38%64.51%
HSB/HSV93°44.08%82.75%
CMYK24.17%0.00%44.08%
17.25%

Color #A0D376 in popluar number systems.

HEXA0D376
Decimal160211118
Binary10100000110100111110110
Octal240323166

Shades and tints

Shades of #A0D376

#A0D376
(160,211,118)
#92C06C
(146,192,108)
#84AD62
(132,173,98)
#769A58
(118,154,88)
#68874E
(104,135,78)
#5A7444
(90,116,68)
#4C613A
(76,97,58)
#3E4E30
(62,78,48)
#303B26
(48,59,38)
#22281C
(34,40,28)
#141512
(20,21,18)
#000000
(0,0,0)

Tints of #A0D376

#A0D376
(160,211,118)
#A8D782
(168,215,130)
#B0DB8E
(176,219,142)
#B8DF9A
(184,223,154)
#C0E3A6
(192,227,166)
#C8E7B2
(200,231,178)
#D0EBBE
(208,235,190)
#D8EFCA
(216,239,202)
#E0F3D6
(224,243,214)
#E8F7E2
(232,247,226)
#F0FBEE
(240,251,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0D376; }

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

This text font color is #A0D376.


Background Color

.myBgColor { background-color: #A0D376; }

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

This div background color is #A0D376.


Border color

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

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

This div border color is #A0D376.


Opacity

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

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

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

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

This text has shadow with #A0D376 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0D376 on black background.


Color preview on white background

This text has color #A0D376 on white background.



Black color preview on #A0D376 background

This text has black color on #A0D376 background.


White color preview on #A0D376 background

This text has white color on #A0D376 background.