COLOR #A0FF7A

HEX: #A0FF7A
RGB: (160,255,122)

Color info

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

RGB color model

#A0FF7A color RGB value is (160,255,122).

  • red value is 160;
  • green value is 255;
  • blue value is 122.
RGB:
(160,255,122)
(63%,100%,48%)

RGB channels and saturation

R 160 of 255 = 63%
G 255 of 255 = 100%
B 122 of 255 = 48%

160
255
122

R + G + B ~ 70%. #A0FF7A is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 255 + 122 = 537 (100%)
R 160 of 537 ~ 29.8%
G 255 of 537 ~ 47.49%
B 122 of 537 ~ 22.72%

%29.8
%47.49
%22.72

CMYK color model

#A0FF7A color CMYK value is (37,0,52,0).

  • cyan value is 37.25%
  • magenta value is 0.00%
  • yellow value is 52.16%
  • key color value is 0.00%
CMYK:
(37,0,52,0)
C37M0Y52K0 
(37%,0%,52%,0%)
(0.37/0.00/0.52/0.00)	

CMYK percentages

%37.25
%0
%52.16
%0

Codes

Color #A0FF7A in popluar color models

A0FF7A
RGB160255122
HSL103°100.00%73.92%
HSB/HSV103°52.16%100.00%
CMYK37.25%0.00%52.16%
0.00%

Color #A0FF7A in popluar number systems.

HEXA0FF7A
Decimal160255122
Binary10100000111111111111010
Octal240377172

Shades and tints

Shades of #A0FF7A

#A0FF7A
(160,255,122)
#92E86F
(146,232,111)
#84D164
(132,209,100)
#76BA59
(118,186,89)
#68A34E
(104,163,78)
#5A8C43
(90,140,67)
#4C7538
(76,117,56)
#3E5E2D
(62,94,45)
#304722
(48,71,34)
#223017
(34,48,23)
#14190C
(20,25,12)
#000000
(0,0,0)

Tints of #A0FF7A

#A0FF7A
(160,255,122)
#A8FF86
(168,255,134)
#B0FF92
(176,255,146)
#B8FF9E
(184,255,158)
#C0FFAA
(192,255,170)
#C8FFB6
(200,255,182)
#D0FFC2
(208,255,194)
#D8FFCE
(216,255,206)
#E0FFDA
(224,255,218)
#E8FFE6
(232,255,230)
#F0FFF2
(240,255,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0FF7A color. Also use rgb(160,255,122) instead hex code.

Text Font Color

.myTextColor { color: #A0FF7A; }

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

This text font color is #A0FF7A.


Background Color

.myBgColor { background-color: #A0FF7A; }

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

This div background color is #A0FF7A.


Border color

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

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

This div border color is #A0FF7A.


Opacity

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

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

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

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

This text has shadow with #A0FF7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0FF7A on black background.


Color preview on white background

This text has color #A0FF7A on white background.



Black color preview on #A0FF7A background

This text has black color on #A0FF7A background.


White color preview on #A0FF7A background

This text has white color on #A0FF7A background.