COLOR #A0F178

HEX: #A0F178
RGB: (160,241,120)

Color info

#A0F178 contains mainly green color. Web safe color of #A0F178 is #99FF66 (or #9F6).

RGB color model

#A0F178 color RGB value is (160,241,120).

  • red value is 160;
  • green value is 241;
  • blue value is 120.
RGB:
(160,241,120)
(63%,95%,47%)

RGB channels and saturation

R 160 of 255 = 63%
G 241 of 255 = 95%
B 120 of 255 = 47%

160
241
120

R + G + B ~ 68%. #A0F178 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 241 + 120 = 521 (100%)
R 160 of 521 ~ 30.71%
G 241 of 521 ~ 46.26%
B 120 of 521 ~ 23.03%

%30.71
%46.26
%23.03

CMYK color model

#A0F178 color CMYK value is (34,0,50,5).

  • cyan value is 33.61%
  • magenta value is 0.00%
  • yellow value is 50.21%
  • key color value is 5.49%
CMYK:
(34,0,50,5)
C34M0Y50K5 
(34%,0%,50%,5%)
(0.34/0.00/0.50/0.05)	

CMYK percentages

%33.61
%0
%50.21
%5.49

Codes

Color #A0F178 in popluar color models

A0F178
RGB160241120
HSL100°81.21%70.78%
HSB/HSV100°50.21%94.51%
CMYK33.61%0.00%50.21%
5.49%

Color #A0F178 in popluar number systems.

HEXA0F178
Decimal160241120
Binary10100000111100011111000
Octal240361170

Shades and tints

Shades of #A0F178

#A0F178
(160,241,120)
#92DC6E
(146,220,110)
#84C764
(132,199,100)
#76B25A
(118,178,90)
#689D50
(104,157,80)
#5A8846
(90,136,70)
#4C733C
(76,115,60)
#3E5E32
(62,94,50)
#304928
(48,73,40)
#22341E
(34,52,30)
#141F14
(20,31,20)
#000000
(0,0,0)

Tints of #A0F178

#A0F178
(160,241,120)
#A8F284
(168,242,132)
#B0F390
(176,243,144)
#B8F49C
(184,244,156)
#C0F5A8
(192,245,168)
#C8F6B4
(200,246,180)
#D0F7C0
(208,247,192)
#D8F8CC
(216,248,204)
#E0F9D8
(224,249,216)
#E8FAE4
(232,250,228)
#F0FBF0
(240,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0F178 color. Also use rgb(160,241,120) instead hex code.

Text Font Color

.myTextColor { color: #A0F178; }

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

This text font color is #A0F178.


Background Color

.myBgColor { background-color: #A0F178; }

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

This div background color is #A0F178.


Border color

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

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

This div border color is #A0F178.


Opacity

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

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

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

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

This text has shadow with #A0F178 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0F178 on black background.


Color preview on white background

This text has color #A0F178 on white background.



Black color preview on #A0F178 background

This text has black color on #A0F178 background.


White color preview on #A0F178 background

This text has white color on #A0F178 background.