COLOR #A5F495

HEX: #A5F495
RGB: (165,244,149)

Color info

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

RGB color model

#A5F495 color RGB value is (165,244,149).

  • red value is 165;
  • green value is 244;
  • blue value is 149.
RGB:
(165,244,149)
(65%,96%,58%)

RGB channels and saturation

R 165 of 255 = 65%
G 244 of 255 = 96%
B 149 of 255 = 58%

165
244
149

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

Portions of RGB colors in percentages

R + G + B =
165 + 244 + 149 = 558 (100%)
R 165 of 558 ~ 29.57%
G 244 of 558 ~ 43.73%
B 149 of 558 ~ 26.7%

%29.57
%43.73
%26.7

CMYK color model

#A5F495 color CMYK value is (32,0,39,4).

  • cyan value is 32.38%
  • magenta value is 0.00%
  • yellow value is 38.93%
  • key color value is 4.31%
CMYK:
(32,0,39,4)
C32M0Y39K4 
(32%,0%,39%,4%)
(0.32/0.00/0.39/0.04)	

CMYK percentages

%32.38
%0
%38.93
%4.31

Codes

Color #A5F495 in popluar color models

A5F495
RGB165244149
HSL110°81.20%77.06%
HSB/HSV110°38.93%95.69%
CMYK32.38%0.00%38.93%
4.31%

Color #A5F495 in popluar number systems.

HEXA5F495
Decimal165244149
Binary101001011111010010010101
Octal245364225

Shades and tints

Shades of #A5F495

#A5F495
(165,244,149)
#96DE88
(150,222,136)
#87C87B
(135,200,123)
#78B26E
(120,178,110)
#699C61
(105,156,97)
#5A8654
(90,134,84)
#4B7047
(75,112,71)
#3C5A3A
(60,90,58)
#2D442D
(45,68,45)
#1E2E20
(30,46,32)
#0F1813
(15,24,19)
#000000
(0,0,0)

Tints of #A5F495

#A5F495
(165,244,149)
#ADF59E
(173,245,158)
#B5F6A7
(181,246,167)
#BDF7B0
(189,247,176)
#C5F8B9
(197,248,185)
#CDF9C2
(205,249,194)
#D5FACB
(213,250,203)
#DDFBD4
(221,251,212)
#E5FCDD
(229,252,221)
#EDFDE6
(237,253,230)
#F5FEEF
(245,254,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5F495 color. Also use rgb(165,244,149) instead hex code.

Text Font Color

.myTextColor { color: #A5F495; }

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

This text font color is #A5F495.


Background Color

.myBgColor { background-color: #A5F495; }

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

This div background color is #A5F495.


Border color

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

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

This div border color is #A5F495.


Opacity

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

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

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

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

This text has shadow with #A5F495 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5F495 on black background.


Color preview on white background

This text has color #A5F495 on white background.



Black color preview on #A5F495 background

This text has black color on #A5F495 background.


White color preview on #A5F495 background

This text has white color on #A5F495 background.