COLOR #A5DC79

HEX: #A5DC79
RGB: (165,220,121)

Color info

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

RGB color model

#A5DC79 color RGB value is (165,220,121).

  • red value is 165;
  • green value is 220;
  • blue value is 121.
RGB:
(165,220,121)
(65%,86%,47%)

RGB channels and saturation

R 165 of 255 = 65%
G 220 of 255 = 86%
B 121 of 255 = 47%

165
220
121

R + G + B ~ 66%. #A5DC79 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 220 + 121 = 506 (100%)
R 165 of 506 ~ 32.61%
G 220 of 506 ~ 43.48%
B 121 of 506 ~ 23.91%

%32.61
%43.48
%23.91

CMYK color model

#A5DC79 color CMYK value is (25,0,45,14).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 45.00%
  • key color value is 13.73%
CMYK:
(25,0,45,14)
C25M0Y45K14 
(25%,0%,45%,14%)
(0.25/0.00/0.45/0.14)	

CMYK percentages

%25
%0
%45
%13.73

Codes

Color #A5DC79 in popluar color models

A5DC79
RGB165220121
HSL93°58.58%66.86%
HSB/HSV93°45.00%86.27%
CMYK25.00%0.00%45.00%
13.73%

Color #A5DC79 in popluar number systems.

HEXA5DC79
Decimal165220121
Binary10100101110111001111001
Octal245334171

Shades and tints

Shades of #A5DC79

#A5DC79
(165,220,121)
#96C86E
(150,200,110)
#87B463
(135,180,99)
#78A058
(120,160,88)
#698C4D
(105,140,77)
#5A7842
(90,120,66)
#4B6437
(75,100,55)
#3C502C
(60,80,44)
#2D3C21
(45,60,33)
#1E2816
(30,40,22)
#0F140B
(15,20,11)
#000000
(0,0,0)

Tints of #A5DC79

#A5DC79
(165,220,121)
#ADDF85
(173,223,133)
#B5E291
(181,226,145)
#BDE59D
(189,229,157)
#C5E8A9
(197,232,169)
#CDEBB5
(205,235,181)
#D5EEC1
(213,238,193)
#DDF1CD
(221,241,205)
#E5F4D9
(229,244,217)
#EDF7E5
(237,247,229)
#F5FAF1
(245,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5DC79 color. Also use rgb(165,220,121) instead hex code.

Text Font Color

.myTextColor { color: #A5DC79; }

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

This text font color is #A5DC79.


Background Color

.myBgColor { background-color: #A5DC79; }

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

This div background color is #A5DC79.


Border color

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

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

This div border color is #A5DC79.


Opacity

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

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

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

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

This text has shadow with #A5DC79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5DC79 on black background.


Color preview on white background

This text has color #A5DC79 on white background.



Black color preview on #A5DC79 background

This text has black color on #A5DC79 background.


White color preview on #A5DC79 background

This text has white color on #A5DC79 background.