COLOR #A5DE98

HEX: #A5DE98 RGB: (165,222,152)

Color info

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

RGB color model

#A5DE98 color RGB value is (165,222,152).

RGB: (165,222,152) (65%, 87%, 60%)

RGB channels and saturation

R 165 of 255 = 65%
G 222 of 255 = 87%
B 152 of 255 = 60%

165
222
152

R + G + B ~ 71%. #A5DE98 is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 222 + 152 = 539 (100%)
R 165 of 539 ~ 30.61%
G 222 of 539 ~ 41.19%
B 152 of 539 ~ 28.2'%

%30.61
%41.19
%28.2

CMYK color model

#A5DE98 color CMYK value is (26,0,32,13).

  • cyan value is 25.68%
  • magenta value is 0.00%
  • yellow value is 31.53%
  • key color value is 12.94%
CMYK: (26,0,32,13) C26M0Y32K13 (26%,0%,32%,13%) (0.26/0.00/0.32/0.13) 

CMYK percentages

%25.68
%0
%31.53
%12.94

Codes

Color #A5DE98 in popluar color models

A5 DE 98
RGB 165 222 152
HSL 109° 51.47% 73.33%
HSB/HSV 109° 31.53% 87.06%
CMYK 25.68% 0.00% 31.53%
12.94%

Color #A5DE98 in popluar number systems.

HEX A5 DE 98
Decimal 165 222 152
Binary 10100101 11011110 10011000
Octal 245 336 230

Shades and tints

Shades of #A5DE98

#A5DE98
(165,222,152)
#96CA8B
(150,202,139)
#87B67E
(135,182,126)
#78A271
(120,162,113)
#698E64
(105,142,100)
#5A7A57
(90,122,87)
#4B664A
(75,102,74)
#3C523D
(60,82,61)
#2D3E30
(45,62,48)
#1E2A23
(30,42,35)
#0F1616
(15,22,22)
#000000
(0,0,0)

Tints of #A5DE98

#A5DE98
(165,222,152)
#ADE1A1
(173,225,161)
#B5E4AA
(181,228,170)
#BDE7B3
(189,231,179)
#C5EABC
(197,234,188)
#CDEDC5
(205,237,197)
#D5F0CE
(213,240,206)
#DDF3D7
(221,243,215)
#E5F6E0
(229,246,224)
#EDF9E9
(237,249,233)
#F5FCF2
(245,252,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5DE98; }

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

This text font color is #A5DE98.

Background Color

.myBgColor { background-color: #A5DE98; }

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

This div background color is #A5DE98.

Border color

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

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

This div border color is #A5DE98.

Opacity

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

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

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

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

This text has shadow with #A5DE98 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5DE98.

Preview

Color preview on black background

This text has color #A5DE98 on black background.


Color preview on white background

This text has color #A5DE98 on white background.


Black color preview on #A5DE98 background

This text has black color on #A5DE98 background.


White color preview on #A5DE98 background

This text has white color on #A5DE98 background.


Related colors

Complementary color

Complementary color for #hex is #5A2167.


I love getcolorcode.com

Triadic colors

1 #98A5DE and #DE98A5 with #A5DE98 are triadic colors.

2 #98DEA5 and #DEA598 with #A5DE98 are triadic colors.