COLOR #A0FDA7

HEX: #A0FDA7
RGB: (160,253,167)

Color info

#A0FDA7 contains mainly green color. Web safe color of #A0FDA7 is #99FF99 (or #9F9).

RGB color model

#A0FDA7 color RGB value is (160,253,167).

  • red value is 160;
  • green value is 253;
  • blue value is 167.
RGB:
(160,253,167)
(63%,99%,65%)

RGB channels and saturation

R 160 of 255 = 63%
G 253 of 255 = 99%
B 167 of 255 = 65%

160
253
167

R + G + B ~ 76%. #A0FDA7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 253 + 167 = 580 (100%)
R 160 of 580 ~ 27.59%
G 253 of 580 ~ 43.62%
B 167 of 580 ~ 28.79%

%27.59
%43.62
%28.79

CMYK color model

#A0FDA7 color CMYK value is (37,0,34,1).

  • cyan value is 36.76%
  • magenta value is 0.00%
  • yellow value is 33.99%
  • key color value is 0.78%
CMYK:
(37,0,34,1)
C37M0Y34K1 
(37%,0%,34%,1%)
(0.37/0.00/0.34/0.01)	

CMYK percentages

%36.76
%0
%33.99
%0.78

Codes

Color #A0FDA7 in popluar color models

A0FDA7
RGB160253167
HSL125°95.88%80.98%
HSB/HSV125°36.76%99.22%
CMYK36.76%0.00%33.99%
0.78%

Color #A0FDA7 in popluar number systems.

HEXA0FDA7
Decimal160253167
Binary101000001111110110100111
Octal240375247

Shades and tints

Shades of #A0FDA7

#A0FDA7
(160,253,167)
#92E698
(146,230,152)
#84CF89
(132,207,137)
#76B87A
(118,184,122)
#68A16B
(104,161,107)
#5A8A5C
(90,138,92)
#4C734D
(76,115,77)
#3E5C3E
(62,92,62)
#30452F
(48,69,47)
#222E20
(34,46,32)
#141711
(20,23,17)
#000000
(0,0,0)

Tints of #A0FDA7

#A0FDA7
(160,253,167)
#A8FDAF
(168,253,175)
#B0FDB7
(176,253,183)
#B8FDBF
(184,253,191)
#C0FDC7
(192,253,199)
#C8FDCF
(200,253,207)
#D0FDD7
(208,253,215)
#D8FDDF
(216,253,223)
#E0FDE7
(224,253,231)
#E8FDEF
(232,253,239)
#F0FDF7
(240,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0FDA7 color. Also use rgb(160,253,167) instead hex code.

Text Font Color

.myTextColor { color: #A0FDA7; }

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

This text font color is #A0FDA7.


Background Color

.myBgColor { background-color: #A0FDA7; }

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

This div background color is #A0FDA7.


Border color

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

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

This div border color is #A0FDA7.


Opacity

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

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

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

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

This text has shadow with #A0FDA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0FDA7 on black background.


Color preview on white background

This text has color #A0FDA7 on white background.



Black color preview on #A0FDA7 background

This text has black color on #A0FDA7 background.


White color preview on #A0FDA7 background

This text has white color on #A0FDA7 background.