COLOR #A5CB63

HEX: #A5CB63 RGB: (165,203,99)

Color info

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

RGB color model

#A5CB63 color RGB value is (165,203,99).

RGB: (165,203,99) (65%, 80%, 39%)

RGB channels and saturation

R 165 of 255 = 65%
G 203 of 255 = 80%
B 99 of 255 = 39%

165
203
99

R + G + B ~ 61%. #A5CB63 is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 203 + 99 = 467 (100%)
R 165 of 467 ~ 35.33%
G 203 of 467 ~ 43.47%
B 99 of 467 ~ 21.2'%

%35.33
%43.47
%21.2

CMYK color model

#A5CB63 color CMYK value is (19,0,51,20).

  • cyan value is 18.72%
  • magenta value is 0.00%
  • yellow value is 51.23%
  • key color value is 20.39%
CMYK: (19,0,51,20) C19M0Y51K20 (19%,0%,51%,20%) (0.19/0.00/0.51/0.20) 

CMYK percentages

%18.72
%0
%51.23
%20.39

Codes

Color #A5CB63 in popluar color models

A5 CB 63
RGB 165 203 99
HSL 82° 50.00% 59.22%
HSB/HSV 82° 51.23% 79.61%
CMYK 18.72% 0.00% 51.23%
20.39%

Color #A5CB63 in popluar number systems.

HEX A5 CB 63
Decimal 165 203 99
Binary 10100101 11001011 1100011
Octal 245 313 143

Shades and tints

Shades of #A5CB63

#A5CB63
(165,203,99)
#96B95A
(150,185,90)
#87A751
(135,167,81)
#789548
(120,149,72)
#69833F
(105,131,63)
#5A7136
(90,113,54)
#4B5F2D
(75,95,45)
#3C4D24
(60,77,36)
#2D3B1B
(45,59,27)
#1E2912
(30,41,18)
#0F1709
(15,23,9)
#000000
(0,0,0)

Tints of #A5CB63

#A5CB63
(165,203,99)
#ADCF71
(173,207,113)
#B5D37F
(181,211,127)
#BDD78D
(189,215,141)
#C5DB9B
(197,219,155)
#CDDFA9
(205,223,169)
#D5E3B7
(213,227,183)
#DDE7C5
(221,231,197)
#E5EBD3
(229,235,211)
#EDEFE1
(237,239,225)
#F5F3EF
(245,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5CB63; }

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

This text font color is #A5CB63.

Background Color

.myBgColor { background-color: #A5CB63; }

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

This div background color is #A5CB63.

Border color

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

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

This div border color is #A5CB63.

Opacity

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

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

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

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

This text has shadow with #A5CB63 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5CB63.

Preview

Color preview on black background

This text has color #A5CB63 on black background.


Color preview on white background

This text has color #A5CB63 on white background.


Black color preview on #A5CB63 background

This text has black color on #A5CB63 background.


White color preview on #A5CB63 background

This text has white color on #A5CB63 background.


Related colors

Complementary color

Complementary color for #hex is #5A349C.


I love getcolorcode.com

Triadic colors

1 #63A5CB and #CB63A5 with #A5CB63 are triadic colors.

2 #63CBA5 and #CBA563 with #A5CB63 are triadic colors.