COLOR #A5DEAE

HEX: #A5DEAE RGB: (165,222,174)

Color info

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

RGB color model

#A5DEAE color RGB value is (165,222,174).

RGB: (165,222,174) (65%, 87%, 68%)

RGB channels and saturation

R 165 of 255 = 65%
G 222 of 255 = 87%
B 174 of 255 = 68%

165
222
174

R + G + B ~ 73%. #A5DEAE is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 222 + 174 = 561 (100%)
R 165 of 561 ~ 29.41%
G 222 of 561 ~ 39.57%
B 174 of 561 ~ 31.02'%

%29.41
%39.57
%31.02

CMYK color model

#A5DEAE color CMYK value is (26,0,22,13).

  • cyan value is 25.68%
  • magenta value is 0.00%
  • yellow value is 21.62%
  • key color value is 12.94%

CMYK: (26,0,22,13)
C26M0Y22K13 (26%, 0%, 22%, 13%)
(0.26 / 0.00 / 0.22 / 0.13)

CMYK percentages

%25.68
%0
%21.62
%12.94

Codes

Color #A5DEAE in popluar color models

A5 DE AE
RGB 165 222 174
HSL 129° 46.34% 75.88%
HSB/HSV 129° 25.68% 87.06%
CMYK 25.68% 0.00% 21.62%
12.94%

Color #A5DEAE in popluar number systems.

HEX A5 DE AE
Decimal 165 222 174
Binary 10100101 11011110 10101110
Octal 245 336 256

Shades and tints

Shades of #A5DEAE

#A5DEAE
(165,222,174)
#96CA9F
(150,202,159)
#87B690
(135,182,144)
#78A281
(120,162,129)
#698E72
(105,142,114)
#5A7A63
(90,122,99)
#4B6654
(75,102,84)
#3C5245
(60,82,69)
#2D3E36
(45,62,54)
#1E2A27
(30,42,39)
#0F1618
(15,22,24)
#000000
(0,0,0)

Tints of #A5DEAE

#A5DEAE
(165,222,174)
#ADE1B5
(173,225,181)
#B5E4BC
(181,228,188)
#BDE7C3
(189,231,195)
#C5EACA
(197,234,202)
#CDEDD1
(205,237,209)
#D5F0D8
(213,240,216)
#DDF3DF
(221,243,223)
#E5F6E6
(229,246,230)
#EDF9ED
(237,249,237)
#F5FCF4
(245,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5DEAE color. Also use rgb(165,222,174) instead hex code.

Text Font Color

.myTextColor { color: #A5DEAE; }

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

This text font color is #A5DEAE.

Background Color

.myBgColor { background-color: #A5DEAE; }

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

This div background color is #A5DEAE.

Border color

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

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

This div border color is #A5DEAE.

Opacity

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

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

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

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

This text has shadow with #A5DEAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5DEAE.

Preview

Color preview on black background

This text has color #A5DEAE on black background.


Color preview on white background

This text has color #A5DEAE on white background.


Black color preview on #A5DEAE background

This text has black color on #A5DEAE background.


White color preview on #A5DEAE background

This text has white color on #A5DEAE background.


Related colors

Complementary color

Complementary color for #hex is #5A2151.


I love getcolorcode.com

Triadic colors

1 #AEA5DE and #DEAEA5 with #A5DEAE are triadic colors.

2 #AEDEA5 and #DEA5AE with #A5DEAE are triadic colors.