COLOR #A0F99C

HEX: #A0F99C
RGB: (160,249,156)

Color info

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

RGB color model

#A0F99C color RGB value is (160,249,156).

  • red value is 160;
  • green value is 249;
  • blue value is 156.
RGB:
(160,249,156)
(63%,98%,61%)

RGB channels and saturation

R 160 of 255 = 63%
G 249 of 255 = 98%
B 156 of 255 = 61%

160
249
156

R + G + B ~ 74%. #A0F99C is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 249 + 156 = 565 (100%)
R 160 of 565 ~ 28.32%
G 249 of 565 ~ 44.07%
B 156 of 565 ~ 27.61%

%28.32
%44.07
%27.61

CMYK color model

#A0F99C color CMYK value is (36,0,37,2).

  • cyan value is 35.74%
  • magenta value is 0.00%
  • yellow value is 37.35%
  • key color value is 2.35%
CMYK:
(36,0,37,2)
C36M0Y37K2 
(36%,0%,37%,2%)
(0.36/0.00/0.37/0.02)	

CMYK percentages

%35.74
%0
%37.35
%2.35

Codes

Color #A0F99C in popluar color models

A0F99C
RGB160249156
HSL117°88.57%79.41%
HSB/HSV117°37.35%97.65%
CMYK35.74%0.00%37.35%
2.35%

Color #A0F99C in popluar number systems.

HEXA0F99C
Decimal160249156
Binary101000001111100110011100
Octal240371234

Shades and tints

Shades of #A0F99C

#A0F99C
(160,249,156)
#92E38E
(146,227,142)
#84CD80
(132,205,128)
#76B772
(118,183,114)
#68A164
(104,161,100)
#5A8B56
(90,139,86)
#4C7548
(76,117,72)
#3E5F3A
(62,95,58)
#30492C
(48,73,44)
#22331E
(34,51,30)
#141D10
(20,29,16)
#000000
(0,0,0)

Tints of #A0F99C

#A0F99C
(160,249,156)
#A8F9A5
(168,249,165)
#B0F9AE
(176,249,174)
#B8F9B7
(184,249,183)
#C0F9C0
(192,249,192)
#C8F9C9
(200,249,201)
#D0F9D2
(208,249,210)
#D8F9DB
(216,249,219)
#E0F9E4
(224,249,228)
#E8F9ED
(232,249,237)
#F0F9F6
(240,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0F99C color. Also use rgb(160,249,156) instead hex code.

Text Font Color

.myTextColor { color: #A0F99C; }

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

This text font color is #A0F99C.


Background Color

.myBgColor { background-color: #A0F99C; }

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

This div background color is #A0F99C.


Border color

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

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

This div border color is #A0F99C.


Opacity

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

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

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

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

This text has shadow with #A0F99C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0F99C on black background.


Color preview on white background

This text has color #A0F99C on white background.



Black color preview on #A0F99C background

This text has black color on #A0F99C background.


White color preview on #A0F99C background

This text has white color on #A0F99C background.