COLOR #A0F0A9

HEX: #A0F0A9
RGB: (160,240,169)

Color info

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

RGB color model

#A0F0A9 color RGB value is (160,240,169).

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

RGB channels and saturation

R 160 of 255 = 63%
G 240 of 255 = 94%
B 169 of 255 = 66%

160
240
169

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

Portions of RGB colors in percentages

R + G + B =
160 + 240 + 169 = 569 (100%)
R 160 of 569 ~ 28.12%
G 240 of 569 ~ 42.18%
B 169 of 569 ~ 29.7%

%28.12
%42.18
%29.7

CMYK color model

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

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 29.58%
  • key color value is 5.88%
CMYK:
(33,0,30,6)
C33M0Y30K6 
(33%,0%,30%,6%)
(0.33/0.00/0.30/0.06)	

CMYK percentages

%33.33
%0
%29.58
%5.88

Codes

Color #A0F0A9 in popluar color models

A0F0A9
RGB160240169
HSL127°72.73%78.43%
HSB/HSV127°33.33%94.12%
CMYK33.33%0.00%29.58%
5.88%

Color #A0F0A9 in popluar number systems.

HEXA0F0A9
Decimal160240169
Binary101000001111000010101001
Octal240360251

Shades and tints

Shades of #A0F0A9

#A0F0A9
(160,240,169)
#92DB9A
(146,219,154)
#84C68B
(132,198,139)
#76B17C
(118,177,124)
#689C6D
(104,156,109)
#5A875E
(90,135,94)
#4C724F
(76,114,79)
#3E5D40
(62,93,64)
#304831
(48,72,49)
#223322
(34,51,34)
#141E13
(20,30,19)
#000000
(0,0,0)

Tints of #A0F0A9

#A0F0A9
(160,240,169)
#A8F1B0
(168,241,176)
#B0F2B7
(176,242,183)
#B8F3BE
(184,243,190)
#C0F4C5
(192,244,197)
#C8F5CC
(200,245,204)
#D0F6D3
(208,246,211)
#D8F7DA
(216,247,218)
#E0F8E1
(224,248,225)
#E8F9E8
(232,249,232)
#F0FAEF
(240,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0F0A9; }

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

This text font color is #A0F0A9.


Background Color

.myBgColor { background-color: #A0F0A9; }

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

This div background color is #A0F0A9.


Border color

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

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

This div border color is #A0F0A9.


Opacity

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

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

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

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

This text has shadow with #A0F0A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0F0A9 on black background.


Color preview on white background

This text has color #A0F0A9 on white background.



Black color preview on #A0F0A9 background

This text has black color on #A0F0A9 background.


White color preview on #A0F0A9 background

This text has white color on #A0F0A9 background.