COLOR #A5F08B

HEX: #A5F08B
RGB: (165,240,139)

Color info

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

RGB color model

#A5F08B color RGB value is (165,240,139).

  • red value is 165;
  • green value is 240;
  • blue value is 139.
RGB:
(165,240,139)
(65%,94%,55%)

RGB channels and saturation

R 165 of 255 = 65%
G 240 of 255 = 94%
B 139 of 255 = 55%

165
240
139

R + G + B ~ 71%. #A5F08B is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 240 + 139 = 544 (100%)
R 165 of 544 ~ 30.33%
G 240 of 544 ~ 44.12%
B 139 of 544 ~ 25.55%

%30.33
%44.12
%25.55

CMYK color model

#A5F08B color CMYK value is (31,0,42,6).

  • cyan value is 31.25%
  • magenta value is 0.00%
  • yellow value is 42.08%
  • key color value is 5.88%
CMYK:
(31,0,42,6)
C31M0Y42K6 
(31%,0%,42%,6%)
(0.31/0.00/0.42/0.06)	

CMYK percentages

%31.25
%0
%42.08
%5.88

Codes

Color #A5F08B in popluar color models

A5F08B
RGB165240139
HSL105°77.10%74.31%
HSB/HSV105°42.08%94.12%
CMYK31.25%0.00%42.08%
5.88%

Color #A5F08B in popluar number systems.

HEXA5F08B
Decimal165240139
Binary101001011111000010001011
Octal245360213

Shades and tints

Shades of #A5F08B

#A5F08B
(165,240,139)
#96DB7F
(150,219,127)
#87C673
(135,198,115)
#78B167
(120,177,103)
#699C5B
(105,156,91)
#5A874F
(90,135,79)
#4B7243
(75,114,67)
#3C5D37
(60,93,55)
#2D482B
(45,72,43)
#1E331F
(30,51,31)
#0F1E13
(15,30,19)
#000000
(0,0,0)

Tints of #A5F08B

#A5F08B
(165,240,139)
#ADF195
(173,241,149)
#B5F29F
(181,242,159)
#BDF3A9
(189,243,169)
#C5F4B3
(197,244,179)
#CDF5BD
(205,245,189)
#D5F6C7
(213,246,199)
#DDF7D1
(221,247,209)
#E5F8DB
(229,248,219)
#EDF9E5
(237,249,229)
#F5FAEF
(245,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5F08B color. Also use rgb(165,240,139) instead hex code.

Text Font Color

.myTextColor { color: #A5F08B; }

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

This text font color is #A5F08B.


Background Color

.myBgColor { background-color: #A5F08B; }

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

This div background color is #A5F08B.


Border color

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

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

This div border color is #A5F08B.


Opacity

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

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

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

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

This text has shadow with #A5F08B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5F08B on black background.


Color preview on white background

This text has color #A5F08B on white background.



Black color preview on #A5F08B background

This text has black color on #A5F08B background.


White color preview on #A5F08B background

This text has white color on #A5F08B background.