COLOR #A0F2A8

HEX: #A0F2A8
RGB: (160,242,168)

Color info

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

RGB color model

#A0F2A8 color RGB value is (160,242,168).

  • red value is 160;
  • green value is 242;
  • blue value is 168.
RGB:
(160,242,168)
(63%,95%,66%)

RGB channels and saturation

R 160 of 255 = 63%
G 242 of 255 = 95%
B 168 of 255 = 66%

160
242
168

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

Portions of RGB colors in percentages

R + G + B =
160 + 242 + 168 = 570 (100%)
R 160 of 570 ~ 28.07%
G 242 of 570 ~ 42.46%
B 168 of 570 ~ 29.47%

%28.07
%42.46
%29.47

CMYK color model

#A0F2A8 color CMYK value is (34,0,31,5).

  • cyan value is 33.88%
  • magenta value is 0.00%
  • yellow value is 30.58%
  • key color value is 5.10%
CMYK:
(34,0,31,5)
C34M0Y31K5 
(34%,0%,31%,5%)
(0.34/0.00/0.31/0.05)	

CMYK percentages

%33.88
%0
%30.58
%5.1

Codes

Color #A0F2A8 in popluar color models

A0F2A8
RGB160242168
HSL126°75.93%78.82%
HSB/HSV126°33.88%94.90%
CMYK33.88%0.00%30.58%
5.10%

Color #A0F2A8 in popluar number systems.

HEXA0F2A8
Decimal160242168
Binary101000001111001010101000
Octal240362250

Shades and tints

Shades of #A0F2A8

#A0F2A8
(160,242,168)
#92DC99
(146,220,153)
#84C68A
(132,198,138)
#76B07B
(118,176,123)
#689A6C
(104,154,108)
#5A845D
(90,132,93)
#4C6E4E
(76,110,78)
#3E583F
(62,88,63)
#304230
(48,66,48)
#222C21
(34,44,33)
#141612
(20,22,18)
#000000
(0,0,0)

Tints of #A0F2A8

#A0F2A8
(160,242,168)
#A8F3AF
(168,243,175)
#B0F4B6
(176,244,182)
#B8F5BD
(184,245,189)
#C0F6C4
(192,246,196)
#C8F7CB
(200,247,203)
#D0F8D2
(208,248,210)
#D8F9D9
(216,249,217)
#E0FAE0
(224,250,224)
#E8FBE7
(232,251,231)
#F0FCEE
(240,252,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0F2A8 color. Also use rgb(160,242,168) instead hex code.

Text Font Color

.myTextColor { color: #A0F2A8; }

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

This text font color is #A0F2A8.


Background Color

.myBgColor { background-color: #A0F2A8; }

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

This div background color is #A0F2A8.


Border color

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

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

This div border color is #A0F2A8.


Opacity

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

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

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

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

This text has shadow with #A0F2A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0F2A8 on black background.


Color preview on white background

This text has color #A0F2A8 on white background.



Black color preview on #A0F2A8 background

This text has black color on #A0F2A8 background.


White color preview on #A0F2A8 background

This text has white color on #A0F2A8 background.