COLOR #A0F8A5

HEX: #A0F8A5
RGB: (160,248,165)

Color info

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

RGB color model

#A0F8A5 color RGB value is (160,248,165).

  • red value is 160;
  • green value is 248;
  • blue value is 165.
RGB:
(160,248,165)
(63%,97%,65%)

RGB channels and saturation

R 160 of 255 = 63%
G 248 of 255 = 97%
B 165 of 255 = 65%

160
248
165

R + G + B ~ 75%. #A0F8A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 248 + 165 = 573 (100%)
R 160 of 573 ~ 27.92%
G 248 of 573 ~ 43.28%
B 165 of 573 ~ 28.8%

%27.92
%43.28
%28.8

CMYK color model

#A0F8A5 color CMYK value is (35,0,33,3).

  • cyan value is 35.48%
  • magenta value is 0.00%
  • yellow value is 33.47%
  • key color value is 2.75%
CMYK:
(35,0,33,3)
C35M0Y33K3 
(35%,0%,33%,3%)
(0.35/0.00/0.33/0.03)	

CMYK percentages

%35.48
%0
%33.47
%2.75

Codes

Color #A0F8A5 in popluar color models

A0F8A5
RGB160248165
HSL123°86.27%80.00%
HSB/HSV123°35.48%97.25%
CMYK35.48%0.00%33.47%
2.75%

Color #A0F8A5 in popluar number systems.

HEXA0F8A5
Decimal160248165
Binary101000001111100010100101
Octal240370245

Shades and tints

Shades of #A0F8A5

#A0F8A5
(160,248,165)
#92E296
(146,226,150)
#84CC87
(132,204,135)
#76B678
(118,182,120)
#68A069
(104,160,105)
#5A8A5A
(90,138,90)
#4C744B
(76,116,75)
#3E5E3C
(62,94,60)
#30482D
(48,72,45)
#22321E
(34,50,30)
#141C0F
(20,28,15)
#000000
(0,0,0)

Tints of #A0F8A5

#A0F8A5
(160,248,165)
#A8F8AD
(168,248,173)
#B0F8B5
(176,248,181)
#B8F8BD
(184,248,189)
#C0F8C5
(192,248,197)
#C8F8CD
(200,248,205)
#D0F8D5
(208,248,213)
#D8F8DD
(216,248,221)
#E0F8E5
(224,248,229)
#E8F8ED
(232,248,237)
#F0F8F5
(240,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0F8A5 color. Also use rgb(160,248,165) instead hex code.

Text Font Color

.myTextColor { color: #A0F8A5; }

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

This text font color is #A0F8A5.


Background Color

.myBgColor { background-color: #A0F8A5; }

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

This div background color is #A0F8A5.


Border color

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

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

This div border color is #A0F8A5.


Opacity

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

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

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

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

This text has shadow with #A0F8A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0F8A5 on black background.


Color preview on white background

This text has color #A0F8A5 on white background.



Black color preview on #A0F8A5 background

This text has black color on #A0F8A5 background.


White color preview on #A0F8A5 background

This text has white color on #A0F8A5 background.