COLOR #A0F082

HEX: #A0F082
RGB: (160,240,130)

Color info

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

RGB color model

#A0F082 color RGB value is (160,240,130).

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

RGB channels and saturation

R 160 of 255 = 63%
G 240 of 255 = 94%
B 130 of 255 = 51%

160
240
130

R + G + B ~ 69%. #A0F082 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 240 + 130 = 530 (100%)
R 160 of 530 ~ 30.19%
G 240 of 530 ~ 45.28%
B 130 of 530 ~ 24.53%

%30.19
%45.28
%24.53

CMYK color model

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

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 45.83%
  • key color value is 5.88%
CMYK:
(33,0,46,6)
C33M0Y46K6 
(33%,0%,46%,6%)
(0.33/0.00/0.46/0.06)	

CMYK percentages

%33.33
%0
%45.83
%5.88

Codes

Color #A0F082 in popluar color models

A0F082
RGB160240130
HSL104°78.57%72.55%
HSB/HSV104°45.83%94.12%
CMYK33.33%0.00%45.83%
5.88%

Color #A0F082 in popluar number systems.

HEXA0F082
Decimal160240130
Binary101000001111000010000010
Octal240360202

Shades and tints

Shades of #A0F082

#A0F082
(160,240,130)
#92DB77
(146,219,119)
#84C66C
(132,198,108)
#76B161
(118,177,97)
#689C56
(104,156,86)
#5A874B
(90,135,75)
#4C7240
(76,114,64)
#3E5D35
(62,93,53)
#30482A
(48,72,42)
#22331F
(34,51,31)
#141E14
(20,30,20)
#000000
(0,0,0)

Tints of #A0F082

#A0F082
(160,240,130)
#A8F18D
(168,241,141)
#B0F298
(176,242,152)
#B8F3A3
(184,243,163)
#C0F4AE
(192,244,174)
#C8F5B9
(200,245,185)
#D0F6C4
(208,246,196)
#D8F7CF
(216,247,207)
#E0F8DA
(224,248,218)
#E8F9E5
(232,249,229)
#F0FAF0
(240,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0F082; }

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

This text font color is #A0F082.


Background Color

.myBgColor { background-color: #A0F082; }

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

This div background color is #A0F082.


Border color

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

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

This div border color is #A0F082.


Opacity

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

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

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

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

This text has shadow with #A0F082 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0F082 on black background.


Color preview on white background

This text has color #A0F082 on white background.



Black color preview on #A0F082 background

This text has black color on #A0F082 background.


White color preview on #A0F082 background

This text has white color on #A0F082 background.