COLOR #A0C41A

HEX: #A0C41A
RGB: (160,196,26)

Color info

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

RGB color model

#A0C41A color RGB value is (160,196,26).

  • red value is 160;
  • green value is 196;
  • blue value is 26.
RGB:
(160,196,26)
(63%,77%,10%)

RGB channels and saturation

R 160 of 255 = 63%
G 196 of 255 = 77%
B 26 of 255 = 10%

160
196
26

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

Portions of RGB colors in percentages

R + G + B =
160 + 196 + 26 = 382 (100%)
R 160 of 382 ~ 41.88%
G 196 of 382 ~ 51.31%
B 26 of 382 ~ 6.81%

%41.88
%51.31

CMYK color model

#A0C41A color CMYK value is (18,0,87,23).

  • cyan value is 18.37%
  • magenta value is 0.00%
  • yellow value is 86.73%
  • key color value is 23.14%
CMYK:
(18,0,87,23)
C18M0Y87K23 
(18%,0%,87%,23%)
(0.18/0.00/0.87/0.23)	

CMYK percentages

%18.37
%0
%86.73
%23.14

Codes

Color #A0C41A in popluar color models

A0C41A
RGB16019626
HSL73°76.58%43.53%
HSB/HSV73°86.73%76.86%
CMYK18.37%0.00%86.73%
23.14%

Color #A0C41A in popluar number systems.

HEXA0C41A
Decimal16019626
Binary101000001100010011010
Octal24030432

Shades and tints

Shades of #A0C41A

#A0C41A
(160,196,26)
#92B318
(146,179,24)
#84A216
(132,162,22)
#769114
(118,145,20)
#688012
(104,128,18)
#5A6F10
(90,111,16)
#4C5E0E
(76,94,14)
#3E4D0C
(62,77,12)
#303C0A
(48,60,10)
#222B08
(34,43,8)
#141A06
(20,26,6)
#000000
(0,0,0)

Tints of #A0C41A

#A0C41A
(160,196,26)
#A8C92E
(168,201,46)
#B0CE42
(176,206,66)
#B8D356
(184,211,86)
#C0D86A
(192,216,106)
#C8DD7E
(200,221,126)
#D0E292
(208,226,146)
#D8E7A6
(216,231,166)
#E0ECBA
(224,236,186)
#E8F1CE
(232,241,206)
#F0F6E2
(240,246,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0C41A color. Also use rgb(160,196,26) instead hex code.

Text Font Color

.myTextColor { color: #A0C41A; }

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

This text font color is #A0C41A.


Background Color

.myBgColor { background-color: #A0C41A; }

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

This div background color is #A0C41A.


Border color

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

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

This div border color is #A0C41A.


Opacity

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

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

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

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

This text has shadow with #A0C41A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0C41A on black background.


Color preview on white background

This text has color #A0C41A on white background.



Black color preview on #A0C41A background

This text has black color on #A0C41A background.


White color preview on #A0C41A background

This text has white color on #A0C41A background.