COLOR #A5FEC2

HEX: #A5FEC2
RGB: (165,254,194)

Color info

#A5FEC2 contains mainly green color. Web safe color of #A5FEC2 is #99FFCC (or #9FC).

RGB color model

#A5FEC2 color RGB value is (165,254,194).

  • red value is 165;
  • green value is 254;
  • blue value is 194.
RGB:
(165,254,194)
(65%,100%,76%)

RGB channels and saturation

R 165 of 255 = 65%
G 254 of 255 = 100%
B 194 of 255 = 76%

165
254
194

R + G + B ~ 80%. #A5FEC2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 254 + 194 = 613 (100%)
R 165 of 613 ~ 26.92%
G 254 of 613 ~ 41.44%
B 194 of 613 ~ 31.65%

%26.92
%41.44
%31.65

CMYK color model

#A5FEC2 color CMYK value is (35,0,24,0).

  • cyan value is 35.04%
  • magenta value is 0.00%
  • yellow value is 23.62%
  • key color value is 0.39%
CMYK:
(35,0,24,0)
C35M0Y24K0 
(35%,0%,24%,0%)
(0.35/0.00/0.24/0.00)	

CMYK percentages

%35.04
%0
%23.62
%0.39

Codes

Color #A5FEC2 in popluar color models

A5FEC2
RGB165254194
HSL140°97.80%82.16%
HSB/HSV140°35.04%99.61%
CMYK35.04%0.00%23.62%
0.39%

Color #A5FEC2 in popluar number systems.

HEXA5FEC2
Decimal165254194
Binary101001011111111011000010
Octal245376302

Shades and tints

Shades of #A5FEC2

#A5FEC2
(165,254,194)
#96E7B1
(150,231,177)
#87D0A0
(135,208,160)
#78B98F
(120,185,143)
#69A27E
(105,162,126)
#5A8B6D
(90,139,109)
#4B745C
(75,116,92)
#3C5D4B
(60,93,75)
#2D463A
(45,70,58)
#1E2F29
(30,47,41)
#0F1818
(15,24,24)
#000000
(0,0,0)

Tints of #A5FEC2

#A5FEC2
(165,254,194)
#ADFEC7
(173,254,199)
#B5FECC
(181,254,204)
#BDFED1
(189,254,209)
#C5FED6
(197,254,214)
#CDFEDB
(205,254,219)
#D5FEE0
(213,254,224)
#DDFEE5
(221,254,229)
#E5FEEA
(229,254,234)
#EDFEEF
(237,254,239)
#F5FEF4
(245,254,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5FEC2 color. Also use rgb(165,254,194) instead hex code.

Text Font Color

.myTextColor { color: #A5FEC2; }

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

This text font color is #A5FEC2.


Background Color

.myBgColor { background-color: #A5FEC2; }

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

This div background color is #A5FEC2.


Border color

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

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

This div border color is #A5FEC2.


Opacity

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

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

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

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

This text has shadow with #A5FEC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5FEC2 on black background.


Color preview on white background

This text has color #A5FEC2 on white background.



Black color preview on #A5FEC2 background

This text has black color on #A5FEC2 background.


White color preview on #A5FEC2 background

This text has white color on #A5FEC2 background.