COLOR #A5CC4B

HEX: #A5CC4B RGB: (165,204,75)

Color info

#A5CC4B contains mainly red and green colors. Web safe color of #A5CC4B is #99CC33 (or #9C3).

RGB color model

#A5CC4B color RGB value is (165,204,75).

RGB: (165,204,75) (65%, 80%, 29%)

RGB channels and saturation

R 165 of 255 = 65%
G 204 of 255 = 80%
B 75 of 255 = 29%

165
204
75

R + G + B ~ 58%. #A5CC4B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 165 + 204 + 75 = 444 (100%)
R 165 of 444 ~ 37.16%
G 204 of 444 ~ 45.95%
B 75 of 444 ~ 16.89'%

%37.16
%45.95
%16.89

CMYK color model

#A5CC4B color CMYK value is (19,0,63,20).

  • cyan value is 19.12%
  • magenta value is 0.00%
  • yellow value is 63.24%
  • key color value is 20.00%
CMYK: (19,0,63,20) C19M0Y63K20 (19%,0%,63%,20%) (0.19/0.00/0.63/0.20) 

CMYK percentages

%19.12
%0
%63.24
%20

Codes

Color #A5CC4B in popluar color models

A5 CC 4B
RGB 165 204 75
HSL 78° 55.84% 54.71%
HSB/HSV 78° 63.24% 80.00%
CMYK 19.12% 0.00% 63.24%
20.00%

Color #A5CC4B in popluar number systems.

HEX A5 CC 4B
Decimal 165 204 75
Binary 10100101 11001100 1001011
Octal 245 314 113

Shades and tints

Shades of #A5CC4B

#A5CC4B
(165,204,75)
#96BA45
(150,186,69)
#87A83F
(135,168,63)
#789639
(120,150,57)
#698433
(105,132,51)
#5A722D
(90,114,45)
#4B6027
(75,96,39)
#3C4E21
(60,78,33)
#2D3C1B
(45,60,27)
#1E2A15
(30,42,21)
#0F180F
(15,24,15)
#000000
(0,0,0)

Tints of #A5CC4B

#A5CC4B
(165,204,75)
#ADD05B
(173,208,91)
#B5D46B
(181,212,107)
#BDD87B
(189,216,123)
#C5DC8B
(197,220,139)
#CDE09B
(205,224,155)
#D5E4AB
(213,228,171)
#DDE8BB
(221,232,187)
#E5ECCB
(229,236,203)
#EDF0DB
(237,240,219)
#F5F4EB
(245,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5CC4B color. Also use rgb(165,204,75) instead hex code.

Text Font Color

.myTextColor { color: #A5CC4B; }

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

This text font color is #A5CC4B.

Background Color

.myBgColor { background-color: #A5CC4B; }

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

This div background color is #A5CC4B.

Border color

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

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

This div border color is #A5CC4B.

Opacity

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

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

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

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

This text has shadow with #A5CC4B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5CC4B.

Preview

Color preview on black background

This text has color #A5CC4B on black background.


Color preview on white background

This text has color #A5CC4B on white background.


Black color preview on #A5CC4B background

This text has black color on #A5CC4B background.


White color preview on #A5CC4B background

This text has white color on #A5CC4B background.


Related colors

Complementary color

Complementary color for #hex is #5A33B4.


I love getcolorcode.com

Triadic colors

1 #4BA5CC and #CC4BA5 with #A5CC4B are triadic colors.

2 #4BCCA5 and #CCA54B with #A5CC4B are triadic colors.