COLOR #A0F0A2

HEX: #A0F0A2
RGB: (160,240,162)

Color info

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

RGB color model

#A0F0A2 color RGB value is (160,240,162).

  • red value is 160;
  • green value is 240;
  • blue value is 162.
RGB:
(160,240,162)
(63%,94%,64%)

RGB channels and saturation

R 160 of 255 = 63%
G 240 of 255 = 94%
B 162 of 255 = 64%

160
240
162

R + G + B ~ 74%. #A0F0A2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 240 + 162 = 562 (100%)
R 160 of 562 ~ 28.47%
G 240 of 562 ~ 42.7%
B 162 of 562 ~ 28.83%

%28.47
%42.7
%28.83

CMYK color model

#A0F0A2 color CMYK value is (33,0,33,6).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 32.50%
  • key color value is 5.88%
CMYK:
(33,0,33,6)
C33M0Y33K6 
(33%,0%,33%,6%)
(0.33/0.00/0.33/0.06)	

CMYK percentages

%33.33
%0
%32.5
%5.88

Codes

Color #A0F0A2 in popluar color models

A0F0A2
RGB160240162
HSL122°72.73%78.43%
HSB/HSV122°33.33%94.12%
CMYK33.33%0.00%32.50%
5.88%

Color #A0F0A2 in popluar number systems.

HEXA0F0A2
Decimal160240162
Binary101000001111000010100010
Octal240360242

Shades and tints

Shades of #A0F0A2

#A0F0A2
(160,240,162)
#92DB94
(146,219,148)
#84C686
(132,198,134)
#76B178
(118,177,120)
#689C6A
(104,156,106)
#5A875C
(90,135,92)
#4C724E
(76,114,78)
#3E5D40
(62,93,64)
#304832
(48,72,50)
#223324
(34,51,36)
#141E16
(20,30,22)
#000000
(0,0,0)

Tints of #A0F0A2

#A0F0A2
(160,240,162)
#A8F1AA
(168,241,170)
#B0F2B2
(176,242,178)
#B8F3BA
(184,243,186)
#C0F4C2
(192,244,194)
#C8F5CA
(200,245,202)
#D0F6D2
(208,246,210)
#D8F7DA
(216,247,218)
#E0F8E2
(224,248,226)
#E8F9EA
(232,249,234)
#F0FAF2
(240,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0F0A2 color. Also use rgb(160,240,162) instead hex code.

Text Font Color

.myTextColor { color: #A0F0A2; }

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

This text font color is #A0F0A2.


Background Color

.myBgColor { background-color: #A0F0A2; }

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

This div background color is #A0F0A2.


Border color

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

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

This div border color is #A0F0A2.


Opacity

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

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

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

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

This text has shadow with #A0F0A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0F0A2 on black background.


Color preview on white background

This text has color #A0F0A2 on white background.



Black color preview on #A0F0A2 background

This text has black color on #A0F0A2 background.


White color preview on #A0F0A2 background

This text has white color on #A0F0A2 background.