COLOR #A5D599

HEX: #A5D599
RGB: (165,213,153)

Color info

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

RGB color model

#A5D599 color RGB value is (165,213,153).

  • red value is 165;
  • green value is 213;
  • blue value is 153.
RGB:
(165,213,153)
(65%,84%,60%)

RGB channels and saturation

R 165 of 255 = 65%
G 213 of 255 = 84%
B 153 of 255 = 60%

165
213
153

R + G + B ~ 70%. #A5D599 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 213 + 153 = 531 (100%)
R 165 of 531 ~ 31.07%
G 213 of 531 ~ 40.11%
B 153 of 531 ~ 28.81%

%31.07
%40.11
%28.81

CMYK color model

#A5D599 color CMYK value is (23,0,28,16).

  • cyan value is 22.54%
  • magenta value is 0.00%
  • yellow value is 28.17%
  • key color value is 16.47%
CMYK:
(23,0,28,16)
C23M0Y28K16 
(23%,0%,28%,16%)
(0.23/0.00/0.28/0.16)	

CMYK percentages

%22.54
%0
%28.17
%16.47

Codes

Color #A5D599 in popluar color models

A5D599
RGB165213153
HSL108°41.67%71.76%
HSB/HSV108°28.17%83.53%
CMYK22.54%0.00%28.17%
16.47%

Color #A5D599 in popluar number systems.

HEXA5D599
Decimal165213153
Binary101001011101010110011001
Octal245325231

Shades and tints

Shades of #A5D599

#A5D599
(165,213,153)
#96C28C
(150,194,140)
#87AF7F
(135,175,127)
#789C72
(120,156,114)
#698965
(105,137,101)
#5A7658
(90,118,88)
#4B634B
(75,99,75)
#3C503E
(60,80,62)
#2D3D31
(45,61,49)
#1E2A24
(30,42,36)
#0F1717
(15,23,23)
#000000
(0,0,0)

Tints of #A5D599

#A5D599
(165,213,153)
#ADD8A2
(173,216,162)
#B5DBAB
(181,219,171)
#BDDEB4
(189,222,180)
#C5E1BD
(197,225,189)
#CDE4C6
(205,228,198)
#D5E7CF
(213,231,207)
#DDEAD8
(221,234,216)
#E5EDE1
(229,237,225)
#EDF0EA
(237,240,234)
#F5F3F3
(245,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5D599 color. Also use rgb(165,213,153) instead hex code.

Text Font Color

.myTextColor { color: #A5D599; }

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

This text font color is #A5D599.


Background Color

.myBgColor { background-color: #A5D599; }

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

This div background color is #A5D599.


Border color

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

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

This div border color is #A5D599.


Opacity

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

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

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

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

This text has shadow with #A5D599 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5D599 on black background.


Color preview on white background

This text has color #A5D599 on white background.



Black color preview on #A5D599 background

This text has black color on #A5D599 background.


White color preview on #A5D599 background

This text has white color on #A5D599 background.