COLOR #A0F586

HEX: #A0F586
RGB: (160,245,134)

Color info

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

RGB color model

#A0F586 color RGB value is (160,245,134).

  • red value is 160;
  • green value is 245;
  • blue value is 134.
RGB:
(160,245,134)
(63%,96%,53%)

RGB channels and saturation

R 160 of 255 = 63%
G 245 of 255 = 96%
B 134 of 255 = 53%

160
245
134

R + G + B ~ 71%. #A0F586 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 245 + 134 = 539 (100%)
R 160 of 539 ~ 29.68%
G 245 of 539 ~ 45.45%
B 134 of 539 ~ 24.86%

%29.68
%45.45
%24.86

CMYK color model

#A0F586 color CMYK value is (35,0,45,4).

  • cyan value is 34.69%
  • magenta value is 0.00%
  • yellow value is 45.31%
  • key color value is 3.92%
CMYK:
(35,0,45,4)
C35M0Y45K4 
(35%,0%,45%,4%)
(0.35/0.00/0.45/0.04)	

CMYK percentages

%34.69
%0
%45.31
%3.92

Codes

Color #A0F586 in popluar color models

A0F586
RGB160245134
HSL106°84.73%74.31%
HSB/HSV106°45.31%96.08%
CMYK34.69%0.00%45.31%
3.92%

Color #A0F586 in popluar number systems.

HEXA0F586
Decimal160245134
Binary101000001111010110000110
Octal240365206

Shades and tints

Shades of #A0F586

#A0F586
(160,245,134)
#92DF7A
(146,223,122)
#84C96E
(132,201,110)
#76B362
(118,179,98)
#689D56
(104,157,86)
#5A874A
(90,135,74)
#4C713E
(76,113,62)
#3E5B32
(62,91,50)
#304526
(48,69,38)
#222F1A
(34,47,26)
#14190E
(20,25,14)
#000000
(0,0,0)

Tints of #A0F586

#A0F586
(160,245,134)
#A8F591
(168,245,145)
#B0F59C
(176,245,156)
#B8F5A7
(184,245,167)
#C0F5B2
(192,245,178)
#C8F5BD
(200,245,189)
#D0F5C8
(208,245,200)
#D8F5D3
(216,245,211)
#E0F5DE
(224,245,222)
#E8F5E9
(232,245,233)
#F0F5F4
(240,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0F586 color. Also use rgb(160,245,134) instead hex code.

Text Font Color

.myTextColor { color: #A0F586; }

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

This text font color is #A0F586.


Background Color

.myBgColor { background-color: #A0F586; }

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

This div background color is #A0F586.


Border color

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

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

This div border color is #A0F586.


Opacity

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

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

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

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

This text has shadow with #A0F586 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0F586 on black background.


Color preview on white background

This text has color #A0F586 on white background.



Black color preview on #A0F586 background

This text has black color on #A0F586 background.


White color preview on #A0F586 background

This text has white color on #A0F586 background.