COLOR #A0F896

HEX: #A0F896 RGB: (160,248,150)

Color info

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

RGB color model

#A0F896 color RGB value is (160,248,150).

RGB: (160,248,150) (63%, 97%, 59%)

RGB channels and saturation

R 160 of 255 = 63%
G 248 of 255 = 97%
B 150 of 255 = 59%

160
248
150

R + G + B ~ 73%. #A0F896 is quite light color.

Portions of RGB colors in percentages

R + G + B = 160 + 248 + 150 = 558 (100%)
R 160 of 558 ~ 28.67%
G 248 of 558 ~ 44.44%
B 150 of 558 ~ 26.88'%

%28.67
%44.44
%26.88

CMYK color model

#A0F896 color CMYK value is (35,0,40,3).

  • cyan value is 35.48%
  • magenta value is 0.00%
  • yellow value is 39.52%
  • key color value is 2.75%

CMYK: (35,0,40,3)
C35M0Y40K3 (35%, 0%, 40%, 3%)
(0.35 / 0.00 / 0.40 / 0.03)

CMYK percentages

%35.48
%0
%39.52
%2.75

Codes

Color #A0F896 in popluar color models

A0 F8 96
RGB 160 248 150
HSL 114° 87.50% 78.04%
HSB/HSV 114° 39.52% 97.25%
CMYK 35.48% 0.00% 39.52%
2.75%

Color #A0F896 in popluar number systems.

HEX A0 F8 96
Decimal 160 248 150
Binary 10100000 11111000 10010110
Octal 240 370 226

Shades and tints

Shades of #A0F896

#A0F896
(160,248,150)
#92E289
(146,226,137)
#84CC7C
(132,204,124)
#76B66F
(118,182,111)
#68A062
(104,160,98)
#5A8A55
(90,138,85)
#4C7448
(76,116,72)
#3E5E3B
(62,94,59)
#30482E
(48,72,46)
#223221
(34,50,33)
#141C14
(20,28,20)
#000000
(0,0,0)

Tints of #A0F896

#A0F896
(160,248,150)
#A8F89F
(168,248,159)
#B0F8A8
(176,248,168)
#B8F8B1
(184,248,177)
#C0F8BA
(192,248,186)
#C8F8C3
(200,248,195)
#D0F8CC
(208,248,204)
#D8F8D5
(216,248,213)
#E0F8DE
(224,248,222)
#E8F8E7
(232,248,231)
#F0F8F0
(240,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0F896; }

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

This text font color is #A0F896.

Background Color

.myBgColor { background-color: #A0F896; }

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

This div background color is #A0F896.

Border color

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

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

This div border color is #A0F896.

Opacity

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

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

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

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

This text has shadow with #A0F896 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0F896.

Preview

Color preview on black background

This text has color #A0F896 on black background.


Color preview on white background

This text has color #A0F896 on white background.


Black color preview on #A0F896 background

This text has black color on #A0F896 background.


White color preview on #A0F896 background

This text has white color on #A0F896 background.


Related colors

Complementary color

Complementary color for #hex is #5F0769.


I love getcolorcode.com

Triadic colors

1 #96A0F8 and #F896A0 with #A0F896 are triadic colors.

2 #96F8A0 and #F8A096 with #A0F896 are triadic colors.