COLOR #A5DA94

HEX: #A5DA94 RGB: (165,218,148)

Color info

#A5DA94 contains mainly red and green colors. Web safe color of #A5DA94 is #99CC99 (or #9C9).

RGB color model

#A5DA94 color RGB value is (165,218,148).

RGB: (165,218,148) (65%, 85%, 58%)

RGB channels and saturation

R 165 of 255 = 65%
G 218 of 255 = 85%
B 148 of 255 = 58%

165
218
148

R + G + B ~ 69%. #A5DA94 is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 218 + 148 = 531 (100%)
R 165 of 531 ~ 31.07%
G 218 of 531 ~ 41.05%
B 148 of 531 ~ 27.87'%

%31.07
%41.05
%27.87

CMYK color model

#A5DA94 color CMYK value is (24,0,32,15).

  • cyan value is 24.31%
  • magenta value is 0.00%
  • yellow value is 32.11%
  • key color value is 14.51%

CMYK: (24,0,32,15)
C24M0Y32K15 (24%, 0%, 32%, 15%)
(0.24 / 0.00 / 0.32 / 0.15)

CMYK percentages

%24.31
%0
%32.11
%14.51

Codes

Color #A5DA94 in popluar color models

A5 DA 94
RGB 165 218 148
HSL 105° 48.61% 71.76%
HSB/HSV 105° 32.11% 85.49%
CMYK 24.31% 0.00% 32.11%
14.51%

Color #A5DA94 in popluar number systems.

HEX A5 DA 94
Decimal 165 218 148
Binary 10100101 11011010 10010100
Octal 245 332 224

Shades and tints

Shades of #A5DA94

#A5DA94
(165,218,148)
#96C787
(150,199,135)
#87B47A
(135,180,122)
#78A16D
(120,161,109)
#698E60
(105,142,96)
#5A7B53
(90,123,83)
#4B6846
(75,104,70)
#3C5539
(60,85,57)
#2D422C
(45,66,44)
#1E2F1F
(30,47,31)
#0F1C12
(15,28,18)
#000000
(0,0,0)

Tints of #A5DA94

#A5DA94
(165,218,148)
#ADDD9D
(173,221,157)
#B5E0A6
(181,224,166)
#BDE3AF
(189,227,175)
#C5E6B8
(197,230,184)
#CDE9C1
(205,233,193)
#D5ECCA
(213,236,202)
#DDEFD3
(221,239,211)
#E5F2DC
(229,242,220)
#EDF5E5
(237,245,229)
#F5F8EE
(245,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5DA94 color. Also use rgb(165,218,148) instead hex code.

Text Font Color

.myTextColor { color: #A5DA94; }

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

This text font color is #A5DA94.

Background Color

.myBgColor { background-color: #A5DA94; }

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

This div background color is #A5DA94.

Border color

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

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

This div border color is #A5DA94.

Opacity

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

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

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

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

This text has shadow with #A5DA94 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5DA94.

Preview

Color preview on black background

This text has color #A5DA94 on black background.


Color preview on white background

This text has color #A5DA94 on white background.


Black color preview on #A5DA94 background

This text has black color on #A5DA94 background.


White color preview on #A5DA94 background

This text has white color on #A5DA94 background.


Related colors

Complementary color

Complementary color for #hex is #5A256B.


I love getcolorcode.com

Triadic colors

1 #94A5DA and #DA94A5 with #A5DA94 are triadic colors.

2 #94DAA5 and #DAA594 with #A5DA94 are triadic colors.