COLOR #A5E08A

HEX: #A5E08A
RGB: (165,224,138)

Color info

#A5E08A contains mainly red and green colors. Web safe color of #A5E08A is #99CC99 (or #9C9).

RGB color model

#A5E08A color RGB value is (165,224,138).

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

RGB channels and saturation

R 165 of 255 = 65%
G 224 of 255 = 88%
B 138 of 255 = 54%

165
224
138

R + G + B ~ 69%. #A5E08A is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 224 + 138 = 527 (100%)
R 165 of 527 ~ 31.31%
G 224 of 527 ~ 42.5%
B 138 of 527 ~ 26.19%

%31.31
%42.5
%26.19

CMYK color model

#A5E08A color CMYK value is (26,0,38,12).

  • cyan value is 26.34%
  • magenta value is 0.00%
  • yellow value is 38.39%
  • key color value is 12.16%
CMYK:
(26,0,38,12)
C26M0Y38K12 
(26%,0%,38%,12%)
(0.26/0.00/0.38/0.12)	

CMYK percentages

%26.34
%0
%38.39
%12.16

Codes

Color #A5E08A in popluar color models

A5E08A
RGB165224138
HSL101°58.11%70.98%
HSB/HSV101°38.39%87.84%
CMYK26.34%0.00%38.39%
12.16%

Color #A5E08A in popluar number systems.

HEXA5E08A
Decimal165224138
Binary101001011110000010001010
Octal245340212

Shades and tints

Shades of #A5E08A

#A5E08A
(165,224,138)
#96CC7E
(150,204,126)
#87B872
(135,184,114)
#78A466
(120,164,102)
#69905A
(105,144,90)
#5A7C4E
(90,124,78)
#4B6842
(75,104,66)
#3C5436
(60,84,54)
#2D402A
(45,64,42)
#1E2C1E
(30,44,30)
#0F1812
(15,24,18)
#000000
(0,0,0)

Tints of #A5E08A

#A5E08A
(165,224,138)
#ADE294
(173,226,148)
#B5E49E
(181,228,158)
#BDE6A8
(189,230,168)
#C5E8B2
(197,232,178)
#CDEABC
(205,234,188)
#D5ECC6
(213,236,198)
#DDEED0
(221,238,208)
#E5F0DA
(229,240,218)
#EDF2E4
(237,242,228)
#F5F4EE
(245,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5E08A; }

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

This text font color is #A5E08A.


Background Color

.myBgColor { background-color: #A5E08A; }

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

This div background color is #A5E08A.


Border color

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

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

This div border color is #A5E08A.


Opacity

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

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

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

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

This text has shadow with #A5E08A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5E08A on black background.


Color preview on white background

This text has color #A5E08A on white background.



Black color preview on #A5E08A background

This text has black color on #A5E08A background.


White color preview on #A5E08A background

This text has white color on #A5E08A background.