COLOR #A5F48A

HEX: #A5F48A
RGB: (165,244,138)

Color info

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

RGB color model

#A5F48A color RGB value is (165,244,138).

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

RGB channels and saturation

R 165 of 255 = 65%
G 244 of 255 = 96%
B 138 of 255 = 54%

165
244
138

R + G + B ~ 72%. #A5F48A is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 244 + 138 = 547 (100%)
R 165 of 547 ~ 30.16%
G 244 of 547 ~ 44.61%
B 138 of 547 ~ 25.23%

%30.16
%44.61
%25.23

CMYK color model

#A5F48A color CMYK value is (32,0,43,4).

  • cyan value is 32.38%
  • magenta value is 0.00%
  • yellow value is 43.44%
  • key color value is 4.31%
CMYK:
(32,0,43,4)
C32M0Y43K4 
(32%,0%,43%,4%)
(0.32/0.00/0.43/0.04)	

CMYK percentages

%32.38
%0
%43.44
%4.31

Codes

Color #A5F48A in popluar color models

A5F48A
RGB165244138
HSL105°82.81%74.90%
HSB/HSV105°43.44%95.69%
CMYK32.38%0.00%43.44%
4.31%

Color #A5F48A in popluar number systems.

HEXA5F48A
Decimal165244138
Binary101001011111010010001010
Octal245364212

Shades and tints

Shades of #A5F48A

#A5F48A
(165,244,138)
#96DE7E
(150,222,126)
#87C872
(135,200,114)
#78B266
(120,178,102)
#699C5A
(105,156,90)
#5A864E
(90,134,78)
#4B7042
(75,112,66)
#3C5A36
(60,90,54)
#2D442A
(45,68,42)
#1E2E1E
(30,46,30)
#0F1812
(15,24,18)
#000000
(0,0,0)

Tints of #A5F48A

#A5F48A
(165,244,138)
#ADF594
(173,245,148)
#B5F69E
(181,246,158)
#BDF7A8
(189,247,168)
#C5F8B2
(197,248,178)
#CDF9BC
(205,249,188)
#D5FAC6
(213,250,198)
#DDFBD0
(221,251,208)
#E5FCDA
(229,252,218)
#EDFDE4
(237,253,228)
#F5FEEE
(245,254,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5F48A; }

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

This text font color is #A5F48A.


Background Color

.myBgColor { background-color: #A5F48A; }

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

This div background color is #A5F48A.


Border color

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

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

This div border color is #A5F48A.


Opacity

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

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

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

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

This text has shadow with #A5F48A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5F48A on black background.


Color preview on white background

This text has color #A5F48A on white background.



Black color preview on #A5F48A background

This text has black color on #A5F48A background.


White color preview on #A5F48A background

This text has white color on #A5F48A background.