COLOR #A0D597

HEX: #A0D597
RGB: (160,213,151)

Color info

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

RGB color model

#A0D597 color RGB value is (160,213,151).

  • red value is 160;
  • green value is 213;
  • blue value is 151.
RGB:
(160,213,151)
(63%,84%,59%)

RGB channels and saturation

R 160 of 255 = 63%
G 213 of 255 = 84%
B 151 of 255 = 59%

160
213
151

R + G + B ~ 69%. #A0D597 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 213 + 151 = 524 (100%)
R 160 of 524 ~ 30.53%
G 213 of 524 ~ 40.65%
B 151 of 524 ~ 28.82%

%30.53
%40.65
%28.82

CMYK color model

#A0D597 color CMYK value is (25,0,29,16).

  • cyan value is 24.88%
  • magenta value is 0.00%
  • yellow value is 29.11%
  • key color value is 16.47%
CMYK:
(25,0,29,16)
C25M0Y29K16 
(25%,0%,29%,16%)
(0.25/0.00/0.29/0.16)	

CMYK percentages

%24.88
%0
%29.11
%16.47

Codes

Color #A0D597 in popluar color models

A0D597
RGB160213151
HSL111°42.47%71.37%
HSB/HSV111°29.11%83.53%
CMYK24.88%0.00%29.11%
16.47%

Color #A0D597 in popluar number systems.

HEXA0D597
Decimal160213151
Binary101000001101010110010111
Octal240325227

Shades and tints

Shades of #A0D597

#A0D597
(160,213,151)
#92C28A
(146,194,138)
#84AF7D
(132,175,125)
#769C70
(118,156,112)
#688963
(104,137,99)
#5A7656
(90,118,86)
#4C6349
(76,99,73)
#3E503C
(62,80,60)
#303D2F
(48,61,47)
#222A22
(34,42,34)
#141715
(20,23,21)
#000000
(0,0,0)

Tints of #A0D597

#A0D597
(160,213,151)
#A8D8A0
(168,216,160)
#B0DBA9
(176,219,169)
#B8DEB2
(184,222,178)
#C0E1BB
(192,225,187)
#C8E4C4
(200,228,196)
#D0E7CD
(208,231,205)
#D8EAD6
(216,234,214)
#E0EDDF
(224,237,223)
#E8F0E8
(232,240,232)
#F0F3F1
(240,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0D597 color. Also use rgb(160,213,151) instead hex code.

Text Font Color

.myTextColor { color: #A0D597; }

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

This text font color is #A0D597.


Background Color

.myBgColor { background-color: #A0D597; }

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

This div background color is #A0D597.


Border color

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

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

This div border color is #A0D597.


Opacity

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

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

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

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

This text has shadow with #A0D597 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0D597 on black background.


Color preview on white background

This text has color #A0D597 on white background.



Black color preview on #A0D597 background

This text has black color on #A0D597 background.


White color preview on #A0D597 background

This text has white color on #A0D597 background.