COLOR #A5C41B

HEX: #A5C41B
RGB: (165,196,27)

Color info

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

RGB color model

#A5C41B color RGB value is (165,196,27).

  • red value is 165;
  • green value is 196;
  • blue value is 27.
RGB:
(165,196,27)
(65%,77%,11%)

RGB channels and saturation

R 165 of 255 = 65%
G 196 of 255 = 77%
B 27 of 255 = 11%

165
196
27

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

Portions of RGB colors in percentages

R + G + B =
165 + 196 + 27 = 388 (100%)
R 165 of 388 ~ 42.53%
G 196 of 388 ~ 50.52%
B 27 of 388 ~ 6.96%

%42.53
%50.52

CMYK color model

#A5C41B color CMYK value is (16,0,86,23).

  • cyan value is 15.82%
  • magenta value is 0.00%
  • yellow value is 86.22%
  • key color value is 23.14%
CMYK:
(16,0,86,23)
C16M0Y86K23 
(16%,0%,86%,23%)
(0.16/0.00/0.86/0.23)	

CMYK percentages

%15.82
%0
%86.22
%23.14

Codes

Color #A5C41B in popluar color models

A5C41B
RGB16519627
HSL71°75.78%43.73%
HSB/HSV71°86.22%76.86%
CMYK15.82%0.00%86.22%
23.14%

Color #A5C41B in popluar number systems.

HEXA5C41B
Decimal16519627
Binary101001011100010011011
Octal24530433

Shades and tints

Shades of #A5C41B

#A5C41B
(165,196,27)
#96B319
(150,179,25)
#87A217
(135,162,23)
#789115
(120,145,21)
#698013
(105,128,19)
#5A6F11
(90,111,17)
#4B5E0F
(75,94,15)
#3C4D0D
(60,77,13)
#2D3C0B
(45,60,11)
#1E2B09
(30,43,9)
#0F1A07
(15,26,7)
#000000
(0,0,0)

Tints of #A5C41B

#A5C41B
(165,196,27)
#ADC92F
(173,201,47)
#B5CE43
(181,206,67)
#BDD357
(189,211,87)
#C5D86B
(197,216,107)
#CDDD7F
(205,221,127)
#D5E293
(213,226,147)
#DDE7A7
(221,231,167)
#E5ECBB
(229,236,187)
#EDF1CF
(237,241,207)
#F5F6E3
(245,246,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5C41B color. Also use rgb(165,196,27) instead hex code.

Text Font Color

.myTextColor { color: #A5C41B; }

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

This text font color is #A5C41B.


Background Color

.myBgColor { background-color: #A5C41B; }

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

This div background color is #A5C41B.


Border color

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

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

This div border color is #A5C41B.


Opacity

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

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

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

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

This text has shadow with #A5C41B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5C41B on black background.


Color preview on white background

This text has color #A5C41B on white background.



Black color preview on #A5C41B background

This text has black color on #A5C41B background.


White color preview on #A5C41B background

This text has white color on #A5C41B background.