COLOR #A5CB1A

HEX: #A5CB1A
RGB: (165,203,26)

Color info

#A5CB1A contains mainly red and green colors. Web safe color of #A5CB1A is #99CC00 (or #9C0).

RGB color model

#A5CB1A color RGB value is (165,203,26).

  • red value is 165;
  • green value is 203;
  • blue value is 26.
RGB:
(165,203,26)
(65%,80%,10%)

RGB channels and saturation

R 165 of 255 = 65%
G 203 of 255 = 80%
B 26 of 255 = 10%

165
203
26

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

Portions of RGB colors in percentages

R + G + B =
165 + 203 + 26 = 394 (100%)
R 165 of 394 ~ 41.88%
G 203 of 394 ~ 51.52%
B 26 of 394 ~ 6.6%

%41.88
%51.52

CMYK color model

#A5CB1A color CMYK value is (19,0,87,20).

  • cyan value is 18.72%
  • magenta value is 0.00%
  • yellow value is 87.19%
  • key color value is 20.39%
CMYK:
(19,0,87,20)
C19M0Y87K20 
(19%,0%,87%,20%)
(0.19/0.00/0.87/0.20)	

CMYK percentages

%18.72
%0
%87.19
%20.39

Codes

Color #A5CB1A in popluar color models

A5CB1A
RGB16520326
HSL73°77.29%44.90%
HSB/HSV73°87.19%79.61%
CMYK18.72%0.00%87.19%
20.39%

Color #A5CB1A in popluar number systems.

HEXA5CB1A
Decimal16520326
Binary101001011100101111010
Octal24531332

Shades and tints

Shades of #A5CB1A

#A5CB1A
(165,203,26)
#96B918
(150,185,24)
#87A716
(135,167,22)
#789514
(120,149,20)
#698312
(105,131,18)
#5A7110
(90,113,16)
#4B5F0E
(75,95,14)
#3C4D0C
(60,77,12)
#2D3B0A
(45,59,10)
#1E2908
(30,41,8)
#0F1706
(15,23,6)
#000000
(0,0,0)

Tints of #A5CB1A

#A5CB1A
(165,203,26)
#ADCF2E
(173,207,46)
#B5D342
(181,211,66)
#BDD756
(189,215,86)
#C5DB6A
(197,219,106)
#CDDF7E
(205,223,126)
#D5E392
(213,227,146)
#DDE7A6
(221,231,166)
#E5EBBA
(229,235,186)
#EDEFCE
(237,239,206)
#F5F3E2
(245,243,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5CB1A; }

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

This text font color is #A5CB1A.


Background Color

.myBgColor { background-color: #A5CB1A; }

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

This div background color is #A5CB1A.


Border color

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

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

This div border color is #A5CB1A.


Opacity

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

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

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

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

This text has shadow with #A5CB1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5CB1A on black background.


Color preview on white background

This text has color #A5CB1A on white background.



Black color preview on #A5CB1A background

This text has black color on #A5CB1A background.


White color preview on #A5CB1A background

This text has white color on #A5CB1A background.