COLOR #A5F4AC

HEX: #A5F4AC
RGB: (165,244,172)

Color info

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

RGB color model

#A5F4AC color RGB value is (165,244,172).

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

RGB channels and saturation

R 165 of 255 = 65%
G 244 of 255 = 96%
B 172 of 255 = 67%

165
244
172

R + G + B ~ 76%. #A5F4AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 244 + 172 = 581 (100%)
R 165 of 581 ~ 28.4%
G 244 of 581 ~ 42%
B 172 of 581 ~ 29.6%

%28.4
%42
%29.6

CMYK color model

#A5F4AC color CMYK value is (32,0,30,4).

  • cyan value is 32.38%
  • magenta value is 0.00%
  • yellow value is 29.51%
  • key color value is 4.31%
CMYK:
(32,0,30,4)
C32M0Y30K4 
(32%,0%,30%,4%)
(0.32/0.00/0.30/0.04)	

CMYK percentages

%32.38
%0
%29.51
%4.31

Codes

Color #A5F4AC in popluar color models

A5F4AC
RGB165244172
HSL125°78.22%80.20%
HSB/HSV125°32.38%95.69%
CMYK32.38%0.00%29.51%
4.31%

Color #A5F4AC in popluar number systems.

HEXA5F4AC
Decimal165244172
Binary101001011111010010101100
Octal245364254

Shades and tints

Shades of #A5F4AC

#A5F4AC
(165,244,172)
#96DE9D
(150,222,157)
#87C88E
(135,200,142)
#78B27F
(120,178,127)
#699C70
(105,156,112)
#5A8661
(90,134,97)
#4B7052
(75,112,82)
#3C5A43
(60,90,67)
#2D4434
(45,68,52)
#1E2E25
(30,46,37)
#0F1816
(15,24,22)
#000000
(0,0,0)

Tints of #A5F4AC

#A5F4AC
(165,244,172)
#ADF5B3
(173,245,179)
#B5F6BA
(181,246,186)
#BDF7C1
(189,247,193)
#C5F8C8
(197,248,200)
#CDF9CF
(205,249,207)
#D5FAD6
(213,250,214)
#DDFBDD
(221,251,221)
#E5FCE4
(229,252,228)
#EDFDEB
(237,253,235)
#F5FEF2
(245,254,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5F4AC; }

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

This text font color is #A5F4AC.


Background Color

.myBgColor { background-color: #A5F4AC; }

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

This div background color is #A5F4AC.


Border color

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

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

This div border color is #A5F4AC.


Opacity

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

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

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

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

This text has shadow with #A5F4AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5F4AC on black background.


Color preview on white background

This text has color #A5F4AC on white background.



Black color preview on #A5F4AC background

This text has black color on #A5F4AC background.


White color preview on #A5F4AC background

This text has white color on #A5F4AC background.