COLOR #A0F3C2

HEX: #A0F3C2
RGB: (160,243,194)

Color info

#A0F3C2 contains mainly green and blue colors. Web safe color of #A0F3C2 is #99FFCC (or #9FC).

RGB color model

#A0F3C2 color RGB value is (160,243,194).

  • red value is 160;
  • green value is 243;
  • blue value is 194.
RGB:
(160,243,194)
(63%,95%,76%)

RGB channels and saturation

R 160 of 255 = 63%
G 243 of 255 = 95%
B 194 of 255 = 76%

160
243
194

R + G + B ~ 78%. #A0F3C2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 243 + 194 = 597 (100%)
R 160 of 597 ~ 26.8%
G 243 of 597 ~ 40.7%
B 194 of 597 ~ 32.5%

%26.8
%40.7
%32.5

CMYK color model

#A0F3C2 color CMYK value is (34,0,20,5).

  • cyan value is 34.16%
  • magenta value is 0.00%
  • yellow value is 20.16%
  • key color value is 4.71%
CMYK:
(34,0,20,5)
C34M0Y20K5 
(34%,0%,20%,5%)
(0.34/0.00/0.20/0.05)	

CMYK percentages

%34.16
%0
%20.16
%4.71

Codes

Color #A0F3C2 in popluar color models

A0F3C2
RGB160243194
HSL145°77.57%79.02%
HSB/HSV145°34.16%95.29%
CMYK34.16%0.00%20.16%
4.71%

Color #A0F3C2 in popluar number systems.

HEXA0F3C2
Decimal160243194
Binary101000001111001111000010
Octal240363302

Shades and tints

Shades of #A0F3C2

#A0F3C2
(160,243,194)
#92DDB1
(146,221,177)
#84C7A0
(132,199,160)
#76B18F
(118,177,143)
#689B7E
(104,155,126)
#5A856D
(90,133,109)
#4C6F5C
(76,111,92)
#3E594B
(62,89,75)
#30433A
(48,67,58)
#222D29
(34,45,41)
#141718
(20,23,24)
#000000
(0,0,0)

Tints of #A0F3C2

#A0F3C2
(160,243,194)
#A8F4C7
(168,244,199)
#B0F5CC
(176,245,204)
#B8F6D1
(184,246,209)
#C0F7D6
(192,247,214)
#C8F8DB
(200,248,219)
#D0F9E0
(208,249,224)
#D8FAE5
(216,250,229)
#E0FBEA
(224,251,234)
#E8FCEF
(232,252,239)
#F0FDF4
(240,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0F3C2 color. Also use rgb(160,243,194) instead hex code.

Text Font Color

.myTextColor { color: #A0F3C2; }

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

This text font color is #A0F3C2.


Background Color

.myBgColor { background-color: #A0F3C2; }

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

This div background color is #A0F3C2.


Border color

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

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

This div border color is #A0F3C2.


Opacity

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

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

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

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

This text has shadow with #A0F3C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0F3C2 on black background.


Color preview on white background

This text has color #A0F3C2 on white background.



Black color preview on #A0F3C2 background

This text has black color on #A0F3C2 background.


White color preview on #A0F3C2 background

This text has white color on #A0F3C2 background.