COLOR #A5CB80

HEX: #A5CB80 RGB: (165,203,128)

Color info

#A5CB80 contains mainly red and green colors. Web safe color of #A5CB80 is #99CC66 (or #9C6).

RGB color model

#A5CB80 color RGB value is (165,203,128).

RGB: (165,203,128) (65%, 80%, 50%)

RGB channels and saturation

R 165 of 255 = 65%
G 203 of 255 = 80%
B 128 of 255 = 50%

165
203
128

R + G + B ~ 65%. #A5CB80 is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 203 + 128 = 496 (100%)
R 165 of 496 ~ 33.27%
G 203 of 496 ~ 40.93%
B 128 of 496 ~ 25.81'%

%33.27
%40.93
%25.81

CMYK color model

#A5CB80 color CMYK value is (19,0,37,20).

  • cyan value is 18.72%
  • magenta value is 0.00%
  • yellow value is 36.95%
  • key color value is 20.39%

CMYK: (19,0,37,20)
C19M0Y37K20 (19%, 0%, 37%, 20%)
(0.19 / 0.00 / 0.37 / 0.20)

CMYK percentages

%18.72
%0
%36.95
%20.39

Codes

Color #A5CB80 in popluar color models

A5 CB 80
RGB 165 203 128
HSL 90° 41.90% 64.90%
HSB/HSV 90° 36.95% 79.61%
CMYK 18.72% 0.00% 36.95%
20.39%

Color #A5CB80 in popluar number systems.

HEX A5 CB 80
Decimal 165 203 128
Binary 10100101 11001011 10000000
Octal 245 313 200

Shades and tints

Shades of #A5CB80

#A5CB80
(165,203,128)
#96B975
(150,185,117)
#87A76A
(135,167,106)
#78955F
(120,149,95)
#698354
(105,131,84)
#5A7149
(90,113,73)
#4B5F3E
(75,95,62)
#3C4D33
(60,77,51)
#2D3B28
(45,59,40)
#1E291D
(30,41,29)
#0F1712
(15,23,18)
#000000
(0,0,0)

Tints of #A5CB80

#A5CB80
(165,203,128)
#ADCF8B
(173,207,139)
#B5D396
(181,211,150)
#BDD7A1
(189,215,161)
#C5DBAC
(197,219,172)
#CDDFB7
(205,223,183)
#D5E3C2
(213,227,194)
#DDE7CD
(221,231,205)
#E5EBD8
(229,235,216)
#EDEFE3
(237,239,227)
#F5F3EE
(245,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5CB80 color. Also use rgb(165,203,128) instead hex code.

Text Font Color

.myTextColor { color: #A5CB80; }

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

This text font color is #A5CB80.

Background Color

.myBgColor { background-color: #A5CB80; }

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

This div background color is #A5CB80.

Border color

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

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

This div border color is #A5CB80.

Opacity

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

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

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

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

This text has shadow with #A5CB80 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5CB80.

Preview

Color preview on black background

This text has color #A5CB80 on black background.


Color preview on white background

This text has color #A5CB80 on white background.


Black color preview on #A5CB80 background

This text has black color on #A5CB80 background.


White color preview on #A5CB80 background

This text has white color on #A5CB80 background.


Related colors

Complementary color

Complementary color for #hex is #5A347F.


I love getcolorcode.com

Triadic colors

1 #80A5CB and #CB80A5 with #A5CB80 are triadic colors.

2 #80CBA5 and #CBA580 with #A5CB80 are triadic colors.