COLOR #A5D259

HEX: #A5D259
RGB: (165,210,89)

Color info

#A5D259 contains mainly red and green colors. Web safe color of #A5D259 is #99CC66 (or #9C6).

RGB color model

#A5D259 color RGB value is (165,210,89).

  • red value is 165;
  • green value is 210;
  • blue value is 89.
RGB:
(165,210,89)
(65%,82%,35%)

RGB channels and saturation

R 165 of 255 = 65%
G 210 of 255 = 82%
B 89 of 255 = 35%

165
210
89

R + G + B ~ 61%. #A5D259 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 210 + 89 = 464 (100%)
R 165 of 464 ~ 35.56%
G 210 of 464 ~ 45.26%
B 89 of 464 ~ 19.18%

%35.56
%45.26
%19.18

CMYK color model

#A5D259 color CMYK value is (21,0,58,18).

  • cyan value is 21.43%
  • magenta value is 0.00%
  • yellow value is 57.62%
  • key color value is 17.65%
CMYK:
(21,0,58,18)
C21M0Y58K18 
(21%,0%,58%,18%)
(0.21/0.00/0.58/0.18)	

CMYK percentages

%21.43
%0
%57.62
%17.65

Codes

Color #A5D259 in popluar color models

A5D259
RGB16521089
HSL82°57.35%58.63%
HSB/HSV82°57.62%82.35%
CMYK21.43%0.00%57.62%
17.65%

Color #A5D259 in popluar number systems.

HEXA5D259
Decimal16521089
Binary10100101110100101011001
Octal245322131

Shades and tints

Shades of #A5D259

#A5D259
(165,210,89)
#96BF51
(150,191,81)
#87AC49
(135,172,73)
#789941
(120,153,65)
#698639
(105,134,57)
#5A7331
(90,115,49)
#4B6029
(75,96,41)
#3C4D21
(60,77,33)
#2D3A19
(45,58,25)
#1E2711
(30,39,17)
#0F1409
(15,20,9)
#000000
(0,0,0)

Tints of #A5D259

#A5D259
(165,210,89)
#ADD668
(173,214,104)
#B5DA77
(181,218,119)
#BDDE86
(189,222,134)
#C5E295
(197,226,149)
#CDE6A4
(205,230,164)
#D5EAB3
(213,234,179)
#DDEEC2
(221,238,194)
#E5F2D1
(229,242,209)
#EDF6E0
(237,246,224)
#F5FAEF
(245,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5D259 color. Also use rgb(165,210,89) instead hex code.

Text Font Color

.myTextColor { color: #A5D259; }

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

This text font color is #A5D259.


Background Color

.myBgColor { background-color: #A5D259; }

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

This div background color is #A5D259.


Border color

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

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

This div border color is #A5D259.


Opacity

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

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

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

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

This text has shadow with #A5D259 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5D259 on black background.


Color preview on white background

This text has color #A5D259 on white background.



Black color preview on #A5D259 background

This text has black color on #A5D259 background.


White color preview on #A5D259 background

This text has white color on #A5D259 background.