COLOR #A0C636

HEX: #A0C636
RGB: (160,198,54)

Color info

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

RGB color model

#A0C636 color RGB value is (160,198,54).

  • red value is 160;
  • green value is 198;
  • blue value is 54.
RGB:
(160,198,54)
(63%,78%,21%)

RGB channels and saturation

R 160 of 255 = 63%
G 198 of 255 = 78%
B 54 of 255 = 21%

160
198
54

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

Portions of RGB colors in percentages

R + G + B =
160 + 198 + 54 = 412 (100%)
R 160 of 412 ~ 38.83%
G 198 of 412 ~ 48.06%
B 54 of 412 ~ 13.11%

%38.83
%48.06
%13.11

CMYK color model

#A0C636 color CMYK value is (19,0,73,22).

  • cyan value is 19.19%
  • magenta value is 0.00%
  • yellow value is 72.73%
  • key color value is 22.35%
CMYK:
(19,0,73,22)
C19M0Y73K22 
(19%,0%,73%,22%)
(0.19/0.00/0.73/0.22)	

CMYK percentages

%19.19
%0
%72.73
%22.35

Codes

Color #A0C636 in popluar color models

A0C636
RGB16019854
HSL76°57.14%49.41%
HSB/HSV76°72.73%77.65%
CMYK19.19%0.00%72.73%
22.35%

Color #A0C636 in popluar number systems.

HEXA0C636
Decimal16019854
Binary1010000011000110110110
Octal24030666

Shades and tints

Shades of #A0C636

#A0C636
(160,198,54)
#92B432
(146,180,50)
#84A22E
(132,162,46)
#76902A
(118,144,42)
#687E26
(104,126,38)
#5A6C22
(90,108,34)
#4C5A1E
(76,90,30)
#3E481A
(62,72,26)
#303616
(48,54,22)
#222412
(34,36,18)
#14120E
(20,18,14)
#000000
(0,0,0)

Tints of #A0C636

#A0C636
(160,198,54)
#A8CB48
(168,203,72)
#B0D05A
(176,208,90)
#B8D56C
(184,213,108)
#C0DA7E
(192,218,126)
#C8DF90
(200,223,144)
#D0E4A2
(208,228,162)
#D8E9B4
(216,233,180)
#E0EEC6
(224,238,198)
#E8F3D8
(232,243,216)
#F0F8EA
(240,248,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0C636 color. Also use rgb(160,198,54) instead hex code.

Text Font Color

.myTextColor { color: #A0C636; }

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

This text font color is #A0C636.


Background Color

.myBgColor { background-color: #A0C636; }

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

This div background color is #A0C636.


Border color

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

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

This div border color is #A0C636.


Opacity

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

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

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

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

This text has shadow with #A0C636 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0C636 on black background.


Color preview on white background

This text has color #A0C636 on white background.



Black color preview on #A0C636 background

This text has black color on #A0C636 background.


White color preview on #A0C636 background

This text has white color on #A0C636 background.