COLOR #A5FB90

HEX: #A5FB90
RGB: (165,251,144)

Color info

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

RGB color model

#A5FB90 color RGB value is (165,251,144).

  • red value is 165;
  • green value is 251;
  • blue value is 144.
RGB:
(165,251,144)
(65%,98%,56%)

RGB channels and saturation

R 165 of 255 = 65%
G 251 of 255 = 98%
B 144 of 255 = 56%

165
251
144

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

Portions of RGB colors in percentages

R + G + B =
165 + 251 + 144 = 560 (100%)
R 165 of 560 ~ 29.46%
G 251 of 560 ~ 44.82%
B 144 of 560 ~ 25.71%

%29.46
%44.82
%25.71

CMYK color model

#A5FB90 color CMYK value is (34,0,43,2).

  • cyan value is 34.26%
  • magenta value is 0.00%
  • yellow value is 42.63%
  • key color value is 1.57%
CMYK:
(34,0,43,2)
C34M0Y43K2 
(34%,0%,43%,2%)
(0.34/0.00/0.43/0.02)	

CMYK percentages

%34.26
%0
%42.63
%1.57

Codes

Color #A5FB90 in popluar color models

A5FB90
RGB165251144
HSL108°93.04%77.45%
HSB/HSV108°42.63%98.43%
CMYK34.26%0.00%42.63%
1.57%

Color #A5FB90 in popluar number systems.

HEXA5FB90
Decimal165251144
Binary101001011111101110010000
Octal245373220

Shades and tints

Shades of #A5FB90

#A5FB90
(165,251,144)
#96E583
(150,229,131)
#87CF76
(135,207,118)
#78B969
(120,185,105)
#69A35C
(105,163,92)
#5A8D4F
(90,141,79)
#4B7742
(75,119,66)
#3C6135
(60,97,53)
#2D4B28
(45,75,40)
#1E351B
(30,53,27)
#0F1F0E
(15,31,14)
#000000
(0,0,0)

Tints of #A5FB90

#A5FB90
(165,251,144)
#ADFB9A
(173,251,154)
#B5FBA4
(181,251,164)
#BDFBAE
(189,251,174)
#C5FBB8
(197,251,184)
#CDFBC2
(205,251,194)
#D5FBCC
(213,251,204)
#DDFBD6
(221,251,214)
#E5FBE0
(229,251,224)
#EDFBEA
(237,251,234)
#F5FBF4
(245,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5FB90 color. Also use rgb(165,251,144) instead hex code.

Text Font Color

.myTextColor { color: #A5FB90; }

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

This text font color is #A5FB90.


Background Color

.myBgColor { background-color: #A5FB90; }

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

This div background color is #A5FB90.


Border color

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

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

This div border color is #A5FB90.


Opacity

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

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

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

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

This text has shadow with #A5FB90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5FB90 on black background.


Color preview on white background

This text has color #A5FB90 on white background.



Black color preview on #A5FB90 background

This text has black color on #A5FB90 background.


White color preview on #A5FB90 background

This text has white color on #A5FB90 background.