COLOR #A5EFB1

HEX: #A5EFB1 RGB: (165,239,177)

Color info

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

RGB color model

#A5EFB1 color RGB value is (165,239,177).

RGB: (165,239,177) (65%, 94%, 69%)

RGB channels and saturation

R 165 of 255 = 65%
G 239 of 255 = 94%
B 177 of 255 = 69%

165
239
177

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

Portions of RGB colors in percentages

R + G + B = 165 + 239 + 177 = 581 (100%)
R 165 of 581 ~ 28.4%
G 239 of 581 ~ 41.14%
B 177 of 581 ~ 30.46'%

%28.4
%41.14
%30.46

CMYK color model

#A5EFB1 color CMYK value is (31,0,26,6).

  • cyan value is 30.96%
  • magenta value is 0.00%
  • yellow value is 25.94%
  • key color value is 6.27%
CMYK: (31,0,26,6) C31M0Y26K6 (31%,0%,26%,6%) (0.31/0.00/0.26/0.06) 

CMYK percentages

%30.96
%0
%25.94
%6.27

Codes

Color #A5EFB1 in popluar color models

A5 EF B1
RGB 165 239 177
HSL 130° 69.81% 79.22%
HSB/HSV 130° 30.96% 93.73%
CMYK 30.96% 0.00% 25.94%
6.27%

Color #A5EFB1 in popluar number systems.

HEX A5 EF B1
Decimal 165 239 177
Binary 10100101 11101111 10110001
Octal 245 357 261

Shades and tints

Shades of #A5EFB1

#A5EFB1
(165,239,177)
#96DAA1
(150,218,161)
#87C591
(135,197,145)
#78B081
(120,176,129)
#699B71
(105,155,113)
#5A8661
(90,134,97)
#4B7151
(75,113,81)
#3C5C41
(60,92,65)
#2D4731
(45,71,49)
#1E3221
(30,50,33)
#0F1D11
(15,29,17)
#000000
(0,0,0)

Tints of #A5EFB1

#A5EFB1
(165,239,177)
#ADF0B8
(173,240,184)
#B5F1BF
(181,241,191)
#BDF2C6
(189,242,198)
#C5F3CD
(197,243,205)
#CDF4D4
(205,244,212)
#D5F5DB
(213,245,219)
#DDF6E2
(221,246,226)
#E5F7E9
(229,247,233)
#EDF8F0
(237,248,240)
#F5F9F7
(245,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5EFB1 color. Also use rgb(165,239,177) instead hex code.

Text Font Color

.myTextColor { color: #A5EFB1; }

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

This text font color is #A5EFB1.

Background Color

.myBgColor { background-color: #A5EFB1; }

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

This div background color is #A5EFB1.

Border color

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

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

This div border color is #A5EFB1.

Opacity

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

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

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

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

This text has shadow with #A5EFB1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5EFB1.

Preview

Color preview on black background

This text has color #A5EFB1 on black background.


Color preview on white background

This text has color #A5EFB1 on white background.


Black color preview on #A5EFB1 background

This text has black color on #A5EFB1 background.


White color preview on #A5EFB1 background

This text has white color on #A5EFB1 background.


Related colors

Complementary color

Complementary color for #hex is #5A104E.


I love getcolorcode.com

Triadic colors

1 #B1A5EF and #EFB1A5 with #A5EFB1 are triadic colors.

2 #B1EFA5 and #EFA5B1 with #A5EFB1 are triadic colors.