COLOR #A0F87E

HEX: #A0F87E
RGB: (160,248,126)

Color info

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

RGB color model

#A0F87E color RGB value is (160,248,126).

  • red value is 160;
  • green value is 248;
  • blue value is 126.
RGB:
(160,248,126)
(63%,97%,49%)

RGB channels and saturation

R 160 of 255 = 63%
G 248 of 255 = 97%
B 126 of 255 = 49%

160
248
126

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

Portions of RGB colors in percentages

R + G + B =
160 + 248 + 126 = 534 (100%)
R 160 of 534 ~ 29.96%
G 248 of 534 ~ 46.44%
B 126 of 534 ~ 23.6%

%29.96
%46.44
%23.6

CMYK color model

#A0F87E color CMYK value is (35,0,49,3).

  • cyan value is 35.48%
  • magenta value is 0.00%
  • yellow value is 49.19%
  • key color value is 2.75%
CMYK:
(35,0,49,3)
C35M0Y49K3 
(35%,0%,49%,3%)
(0.35/0.00/0.49/0.03)	

CMYK percentages

%35.48
%0
%49.19
%2.75

Codes

Color #A0F87E in popluar color models

A0F87E
RGB160248126
HSL103°89.71%73.33%
HSB/HSV103°49.19%97.25%
CMYK35.48%0.00%49.19%
2.75%

Color #A0F87E in popluar number systems.

HEXA0F87E
Decimal160248126
Binary10100000111110001111110
Octal240370176

Shades and tints

Shades of #A0F87E

#A0F87E
(160,248,126)
#92E273
(146,226,115)
#84CC68
(132,204,104)
#76B65D
(118,182,93)
#68A052
(104,160,82)
#5A8A47
(90,138,71)
#4C743C
(76,116,60)
#3E5E31
(62,94,49)
#304826
(48,72,38)
#22321B
(34,50,27)
#141C10
(20,28,16)
#000000
(0,0,0)

Tints of #A0F87E

#A0F87E
(160,248,126)
#A8F889
(168,248,137)
#B0F894
(176,248,148)
#B8F89F
(184,248,159)
#C0F8AA
(192,248,170)
#C8F8B5
(200,248,181)
#D0F8C0
(208,248,192)
#D8F8CB
(216,248,203)
#E0F8D6
(224,248,214)
#E8F8E1
(232,248,225)
#F0F8EC
(240,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0F87E color. Also use rgb(160,248,126) instead hex code.

Text Font Color

.myTextColor { color: #A0F87E; }

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

This text font color is #A0F87E.


Background Color

.myBgColor { background-color: #A0F87E; }

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

This div background color is #A0F87E.


Border color

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

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

This div border color is #A0F87E.


Opacity

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

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

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

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

This text has shadow with #A0F87E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0F87E on black background.


Color preview on white background

This text has color #A0F87E on white background.



Black color preview on #A0F87E background

This text has black color on #A0F87E background.


White color preview on #A0F87E background

This text has white color on #A0F87E background.