COLOR #A5DB6F

HEX: #A5DB6F
RGB: (165,219,111)

Color info

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

RGB color model

#A5DB6F color RGB value is (165,219,111).

  • red value is 165;
  • green value is 219;
  • blue value is 111.
RGB:
(165,219,111)
(65%,86%,44%)

RGB channels and saturation

R 165 of 255 = 65%
G 219 of 255 = 86%
B 111 of 255 = 44%

165
219
111

R + G + B ~ 65%. #A5DB6F is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 219 + 111 = 495 (100%)
R 165 of 495 ~ 33.33%
G 219 of 495 ~ 44.24%
B 111 of 495 ~ 22.42%

%33.33
%44.24
%22.42

CMYK color model

#A5DB6F color CMYK value is (25,0,49,14).

  • cyan value is 24.66%
  • magenta value is 0.00%
  • yellow value is 49.32%
  • key color value is 14.12%
CMYK:
(25,0,49,14)
C25M0Y49K14 
(25%,0%,49%,14%)
(0.25/0.00/0.49/0.14)	

CMYK percentages

%24.66
%0
%49.32
%14.12

Codes

Color #A5DB6F in popluar color models

A5DB6F
RGB165219111
HSL90°60.00%64.71%
HSB/HSV90°49.32%85.88%
CMYK24.66%0.00%49.32%
14.12%

Color #A5DB6F in popluar number systems.

HEXA5DB6F
Decimal165219111
Binary10100101110110111101111
Octal245333157

Shades and tints

Shades of #A5DB6F

#A5DB6F
(165,219,111)
#96C865
(150,200,101)
#87B55B
(135,181,91)
#78A251
(120,162,81)
#698F47
(105,143,71)
#5A7C3D
(90,124,61)
#4B6933
(75,105,51)
#3C5629
(60,86,41)
#2D431F
(45,67,31)
#1E3015
(30,48,21)
#0F1D0B
(15,29,11)
#000000
(0,0,0)

Tints of #A5DB6F

#A5DB6F
(165,219,111)
#ADDE7C
(173,222,124)
#B5E189
(181,225,137)
#BDE496
(189,228,150)
#C5E7A3
(197,231,163)
#CDEAB0
(205,234,176)
#D5EDBD
(213,237,189)
#DDF0CA
(221,240,202)
#E5F3D7
(229,243,215)
#EDF6E4
(237,246,228)
#F5F9F1
(245,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5DB6F color. Also use rgb(165,219,111) instead hex code.

Text Font Color

.myTextColor { color: #A5DB6F; }

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

This text font color is #A5DB6F.


Background Color

.myBgColor { background-color: #A5DB6F; }

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

This div background color is #A5DB6F.


Border color

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

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

This div border color is #A5DB6F.


Opacity

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

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

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

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

This text has shadow with #A5DB6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5DB6F on black background.


Color preview on white background

This text has color #A5DB6F on white background.



Black color preview on #A5DB6F background

This text has black color on #A5DB6F background.


White color preview on #A5DB6F background

This text has white color on #A5DB6F background.