COLOR #A5DAAA

HEX: #A5DAAA RGB: (165,218,170)

Color info

#A5DAAA contains red, green and blue colors in about the same proportion. Web safe color of #A5DAAA is #99CC99 (or #9C9).

RGB color model

#A5DAAA color RGB value is (165,218,170).

RGB: (165,218,170) (65%, 85%, 67%)

RGB channels and saturation

R 165 of 255 = 65%
G 218 of 255 = 85%
B 170 of 255 = 67%

165
218
170

R + G + B ~ 72%. #A5DAAA is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 218 + 170 = 553 (100%)
R 165 of 553 ~ 29.84%
G 218 of 553 ~ 39.42%
B 170 of 553 ~ 30.74'%

%29.84
%39.42
%30.74

CMYK color model

#A5DAAA color CMYK value is (24,0,22,15).

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

CMYK: (24,0,22,15)
C24M0Y22K15 (24%, 0%, 22%, 15%)
(0.24 / 0.00 / 0.22 / 0.15)

CMYK percentages

%24.31
%0
%22.02
%14.51

Codes

Color #A5DAAA in popluar color models

A5 DA AA
RGB 165 218 170
HSL 126° 41.73% 75.10%
HSB/HSV 126° 24.31% 85.49%
CMYK 24.31% 0.00% 22.02%
14.51%

Color #A5DAAA in popluar number systems.

HEX A5 DA AA
Decimal 165 218 170
Binary 10100101 11011010 10101010
Octal 245 332 252

Shades and tints

Shades of #A5DAAA

#A5DAAA
(165,218,170)
#96C79B
(150,199,155)
#87B48C
(135,180,140)
#78A17D
(120,161,125)
#698E6E
(105,142,110)
#5A7B5F
(90,123,95)
#4B6850
(75,104,80)
#3C5541
(60,85,65)
#2D4232
(45,66,50)
#1E2F23
(30,47,35)
#0F1C14
(15,28,20)
#000000
(0,0,0)

Tints of #A5DAAA

#A5DAAA
(165,218,170)
#ADDDB1
(173,221,177)
#B5E0B8
(181,224,184)
#BDE3BF
(189,227,191)
#C5E6C6
(197,230,198)
#CDE9CD
(205,233,205)
#D5ECD4
(213,236,212)
#DDEFDB
(221,239,219)
#E5F2E2
(229,242,226)
#EDF5E9
(237,245,233)
#F5F8F0
(245,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5DAAA; }

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

This text font color is #A5DAAA.

Background Color

.myBgColor { background-color: #A5DAAA; }

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

This div background color is #A5DAAA.

Border color

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

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

This div border color is #A5DAAA.

Opacity

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

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

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

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

This text has shadow with #A5DAAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5DAAA.

Preview

Color preview on black background

This text has color #A5DAAA on black background.


Color preview on white background

This text has color #A5DAAA on white background.


Black color preview on #A5DAAA background

This text has black color on #A5DAAA background.


White color preview on #A5DAAA background

This text has white color on #A5DAAA background.


Related colors

Complementary color

Complementary color for #hex is #5A2555.


I love getcolorcode.com

Triadic colors

1 #AAA5DA and #DAAAA5 with #A5DAAA are triadic colors.

2 #AADAA5 and #DAA5AA with #A5DAAA are triadic colors.