COLOR #A1C837

HEX: #A1C837
RGB: (161,200,55)

Color info

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

RGB color model

#A1C837 color RGB value is (161,200,55).

  • red value is 161;
  • green value is 200;
  • blue value is 55.
RGB:
(161,200,55)
(63%,78%,22%)

RGB channels and saturation

R 161 of 255 = 63%
G 200 of 255 = 78%
B 55 of 255 = 22%

161
200
55

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

Portions of RGB colors in percentages

R + G + B =
161 + 200 + 55 = 416 (100%)
R 161 of 416 ~ 38.7%
G 200 of 416 ~ 48.08%
B 55 of 416 ~ 13.22%

%38.7
%48.08
%13.22

CMYK color model

#A1C837 color CMYK value is (20,0,73,22).

  • cyan value is 19.50%
  • magenta value is 0.00%
  • yellow value is 72.50%
  • key color value is 21.57%
CMYK:
(20,0,73,22)
C20M0Y73K22 
(20%,0%,73%,22%)
(0.20/0.00/0.73/0.22)	

CMYK percentages

%19.5
%0
%72.5
%21.57

Codes

Color #A1C837 in popluar color models

A1C837
RGB16120055
HSL76°56.86%50.00%
HSB/HSV76°72.50%78.43%
CMYK19.50%0.00%72.50%
21.57%

Color #A1C837 in popluar number systems.

HEXA1C837
Decimal16120055
Binary1010000111001000110111
Octal24131067

Shades and tints

Shades of #A1C837

#A1C837
(161,200,55)
#93B632
(147,182,50)
#85A42D
(133,164,45)
#779228
(119,146,40)
#698023
(105,128,35)
#5B6E1E
(91,110,30)
#4D5C19
(77,92,25)
#3F4A14
(63,74,20)
#31380F
(49,56,15)
#23260A
(35,38,10)
#151405
(21,20,5)
#000000
(0,0,0)

Tints of #A1C837

#A1C837
(161,200,55)
#A9CD49
(169,205,73)
#B1D25B
(177,210,91)
#B9D76D
(185,215,109)
#C1DC7F
(193,220,127)
#C9E191
(201,225,145)
#D1E6A3
(209,230,163)
#D9EBB5
(217,235,181)
#E1F0C7
(225,240,199)
#E9F5D9
(233,245,217)
#F1FAEB
(241,250,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1C837 color. Also use rgb(161,200,55) instead hex code.

Text Font Color

.myTextColor { color: #A1C837; }

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

This text font color is #A1C837.


Background Color

.myBgColor { background-color: #A1C837; }

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

This div background color is #A1C837.


Border color

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

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

This div border color is #A1C837.


Opacity

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

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

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

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

This text has shadow with #A1C837 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1C837 on black background.


Color preview on white background

This text has color #A1C837 on white background.



Black color preview on #A1C837 background

This text has black color on #A1C837 background.


White color preview on #A1C837 background

This text has white color on #A1C837 background.