COLOR #A1B13A

HEX: #A1B13A
RGB: (161,177,58)

Color info

#A1B13A contains mainly red and green colors. Web safe color of #A1B13A is #999933 (or #993).

RGB color model

#A1B13A color RGB value is (161,177,58).

  • red value is 161;
  • green value is 177;
  • blue value is 58.
RGB:
(161,177,58)
(63%,69%,23%)

RGB channels and saturation

R 161 of 255 = 63%
G 177 of 255 = 69%
B 58 of 255 = 23%

161
177
58

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

Portions of RGB colors in percentages

R + G + B =
161 + 177 + 58 = 396 (100%)
R 161 of 396 ~ 40.66%
G 177 of 396 ~ 44.7%
B 58 of 396 ~ 14.65%

%40.66
%44.7
%14.65

CMYK color model

#A1B13A color CMYK value is (9,0,67,31).

  • cyan value is 9.04%
  • magenta value is 0.00%
  • yellow value is 67.23%
  • key color value is 30.59%
CMYK:
(9,0,67,31)
C9M0Y67K31 
(9%,0%,67%,31%)
(0.09/0.00/0.67/0.31)	

CMYK percentages

%9.04
%0
%67.23
%30.59

Codes

Color #A1B13A in popluar color models

A1B13A
RGB16117758
HSL68°50.64%46.08%
HSB/HSV68°67.23%69.41%
CMYK9.04%0.00%67.23%
30.59%

Color #A1B13A in popluar number systems.

HEXA1B13A
Decimal16117758
Binary1010000110110001111010
Octal24126172

Shades and tints

Shades of #A1B13A

#A1B13A
(161,177,58)
#93A135
(147,161,53)
#859130
(133,145,48)
#77812B
(119,129,43)
#697126
(105,113,38)
#5B6121
(91,97,33)
#4D511C
(77,81,28)
#3F4117
(63,65,23)
#313112
(49,49,18)
#23210D
(35,33,13)
#151108
(21,17,8)
#000000
(0,0,0)

Tints of #A1B13A

#A1B13A
(161,177,58)
#A9B84B
(169,184,75)
#B1BF5C
(177,191,92)
#B9C66D
(185,198,109)
#C1CD7E
(193,205,126)
#C9D48F
(201,212,143)
#D1DBA0
(209,219,160)
#D9E2B1
(217,226,177)
#E1E9C2
(225,233,194)
#E9F0D3
(233,240,211)
#F1F7E4
(241,247,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1B13A color. Also use rgb(161,177,58) instead hex code.

Text Font Color

.myTextColor { color: #A1B13A; }

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

This text font color is #A1B13A.


Background Color

.myBgColor { background-color: #A1B13A; }

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

This div background color is #A1B13A.


Border color

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

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

This div border color is #A1B13A.


Opacity

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

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

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

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

This text has shadow with #A1B13A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1B13A on black background.


Color preview on white background

This text has color #A1B13A on white background.



Black color preview on #A1B13A background

This text has black color on #A1B13A background.


White color preview on #A1B13A background

This text has white color on #A1B13A background.