COLOR #A5E35B

HEX: #A5E35B RGB: (165,227,91)

Color info

#A5E35B contains mainly green color. Web safe color of #A5E35B is #99CC66 (or #9C6).

RGB color model

#A5E35B color RGB value is (165,227,91).

RGB: (165,227,91) (65%, 89%, 36%)

RGB channels and saturation

R 165 of 255 = 65%
G 227 of 255 = 89%
B 91 of 255 = 36%

165
227
91

R + G + B ~ 63%. #A5E35B is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 227 + 91 = 483 (100%)
R 165 of 483 ~ 34.16%
G 227 of 483 ~ 47%
B 91 of 483 ~ 18.84'%

%34.16
%47
%18.84

CMYK color model

#A5E35B color CMYK value is (27,0,60,11).

  • cyan value is 27.31%
  • magenta value is 0.00%
  • yellow value is 59.91%
  • key color value is 10.98%

CMYK: (27,0,60,11)
C27M0Y60K11 (27%, 0%, 60%, 11%)
(0.27 / 0.00 / 0.60 / 0.11)

CMYK percentages

%27.31
%0
%59.91
%10.98

Codes

Color #A5E35B in popluar color models

A5 E3 5B
RGB 165 227 91
HSL 87° 70.83% 62.35%
HSB/HSV 87° 59.91% 89.02%
CMYK 27.31% 0.00% 59.91%
10.98%

Color #A5E35B in popluar number systems.

HEX A5 E3 5B
Decimal 165 227 91
Binary 10100101 11100011 1011011
Octal 245 343 133

Shades and tints

Shades of #A5E35B

#A5E35B
(165,227,91)
#96CF53
(150,207,83)
#87BB4B
(135,187,75)
#78A743
(120,167,67)
#69933B
(105,147,59)
#5A7F33
(90,127,51)
#4B6B2B
(75,107,43)
#3C5723
(60,87,35)
#2D431B
(45,67,27)
#1E2F13
(30,47,19)
#0F1B0B
(15,27,11)
#000000
(0,0,0)

Tints of #A5E35B

#A5E35B
(165,227,91)
#ADE569
(173,229,105)
#B5E777
(181,231,119)
#BDE985
(189,233,133)
#C5EB93
(197,235,147)
#CDEDA1
(205,237,161)
#D5EFAF
(213,239,175)
#DDF1BD
(221,241,189)
#E5F3CB
(229,243,203)
#EDF5D9
(237,245,217)
#F5F7E7
(245,247,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5E35B color. Also use rgb(165,227,91) instead hex code.

Text Font Color

.myTextColor { color: #A5E35B; }

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

This text font color is #A5E35B.

Background Color

.myBgColor { background-color: #A5E35B; }

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

This div background color is #A5E35B.

Border color

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

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

This div border color is #A5E35B.

Opacity

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

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

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

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

This text has shadow with #A5E35B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5E35B.

Preview

Color preview on black background

This text has color #A5E35B on black background.


Color preview on white background

This text has color #A5E35B on white background.


Black color preview on #A5E35B background

This text has black color on #A5E35B background.


White color preview on #A5E35B background

This text has white color on #A5E35B background.


Related colors

Complementary color

Complementary color for #hex is #5A1CA4.


I love getcolorcode.com

Triadic colors

1 #5BA5E3 and #E35BA5 with #A5E35B are triadic colors.

2 #5BE3A5 and #E3A55B with #A5E35B are triadic colors.