COLOR #A0F5CD

HEX: #A0F5CD
RGB: (160,245,205)

Color info

#A0F5CD contains mainly green and blue colors. Web safe color of #A0F5CD is #99FFCC (or #9FC).

RGB color model

#A0F5CD color RGB value is (160,245,205).

  • red value is 160;
  • green value is 245;
  • blue value is 205.
RGB:
(160,245,205)
(63%,96%,80%)

RGB channels and saturation

R 160 of 255 = 63%
G 245 of 255 = 96%
B 205 of 255 = 80%

160
245
205

R + G + B ~ 80%. #A0F5CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 245 + 205 = 610 (100%)
R 160 of 610 ~ 26.23%
G 245 of 610 ~ 40.16%
B 205 of 610 ~ 33.61%

%26.23
%40.16
%33.61

CMYK color model

#A0F5CD color CMYK value is (35,0,16,4).

  • cyan value is 34.69%
  • magenta value is 0.00%
  • yellow value is 16.33%
  • key color value is 3.92%
CMYK:
(35,0,16,4)
C35M0Y16K4 
(35%,0%,16%,4%)
(0.35/0.00/0.16/0.04)	

CMYK percentages

%34.69
%0
%16.33
%3.92

Codes

Color #A0F5CD in popluar color models

A0F5CD
RGB160245205
HSL152°80.95%79.41%
HSB/HSV152°34.69%96.08%
CMYK34.69%0.00%16.33%
3.92%

Color #A0F5CD in popluar number systems.

HEXA0F5CD
Decimal160245205
Binary101000001111010111001101
Octal240365315

Shades and tints

Shades of #A0F5CD

#A0F5CD
(160,245,205)
#92DFBB
(146,223,187)
#84C9A9
(132,201,169)
#76B397
(118,179,151)
#689D85
(104,157,133)
#5A8773
(90,135,115)
#4C7161
(76,113,97)
#3E5B4F
(62,91,79)
#30453D
(48,69,61)
#222F2B
(34,47,43)
#141919
(20,25,25)
#000000
(0,0,0)

Tints of #A0F5CD

#A0F5CD
(160,245,205)
#A8F5D1
(168,245,209)
#B0F5D5
(176,245,213)
#B8F5D9
(184,245,217)
#C0F5DD
(192,245,221)
#C8F5E1
(200,245,225)
#D0F5E5
(208,245,229)
#D8F5E9
(216,245,233)
#E0F5ED
(224,245,237)
#E8F5F1
(232,245,241)
#F0F5F5
(240,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0F5CD color. Also use rgb(160,245,205) instead hex code.

Text Font Color

.myTextColor { color: #A0F5CD; }

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

This text font color is #A0F5CD.


Background Color

.myBgColor { background-color: #A0F5CD; }

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

This div background color is #A0F5CD.


Border color

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

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

This div border color is #A0F5CD.


Opacity

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

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

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

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

This text has shadow with #A0F5CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0F5CD on black background.


Color preview on white background

This text has color #A0F5CD on white background.



Black color preview on #A0F5CD background

This text has black color on #A0F5CD background.


White color preview on #A0F5CD background

This text has white color on #A0F5CD background.