COLOR #A1D34C

HEX: #A1D34C
RGB: (161,211,76)

Color info

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

RGB color model

#A1D34C color RGB value is (161,211,76).

  • red value is 161;
  • green value is 211;
  • blue value is 76.
RGB:
(161,211,76)
(63%,83%,30%)

RGB channels and saturation

R 161 of 255 = 63%
G 211 of 255 = 83%
B 76 of 255 = 30%

161
211
76

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

Portions of RGB colors in percentages

R + G + B =
161 + 211 + 76 = 448 (100%)
R 161 of 448 ~ 35.94%
G 211 of 448 ~ 47.1%
B 76 of 448 ~ 16.96%

%35.94
%47.1
%16.96

CMYK color model

#A1D34C color CMYK value is (24,0,64,17).

  • cyan value is 23.70%
  • magenta value is 0.00%
  • yellow value is 63.98%
  • key color value is 17.25%
CMYK:
(24,0,64,17)
C24M0Y64K17 
(24%,0%,64%,17%)
(0.24/0.00/0.64/0.17)	

CMYK percentages

%23.7
%0
%63.98
%17.25

Codes

Color #A1D34C in popluar color models

A1D34C
RGB16121176
HSL82°60.54%56.27%
HSB/HSV82°63.98%82.75%
CMYK23.70%0.00%63.98%
17.25%

Color #A1D34C in popluar number systems.

HEXA1D34C
Decimal16121176
Binary10100001110100111001100
Octal241323114

Shades and tints

Shades of #A1D34C

#A1D34C
(161,211,76)
#93C046
(147,192,70)
#85AD40
(133,173,64)
#779A3A
(119,154,58)
#698734
(105,135,52)
#5B742E
(91,116,46)
#4D6128
(77,97,40)
#3F4E22
(63,78,34)
#313B1C
(49,59,28)
#232816
(35,40,22)
#151510
(21,21,16)
#000000
(0,0,0)

Tints of #A1D34C

#A1D34C
(161,211,76)
#A9D75C
(169,215,92)
#B1DB6C
(177,219,108)
#B9DF7C
(185,223,124)
#C1E38C
(193,227,140)
#C9E79C
(201,231,156)
#D1EBAC
(209,235,172)
#D9EFBC
(217,239,188)
#E1F3CC
(225,243,204)
#E9F7DC
(233,247,220)
#F1FBEC
(241,251,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1D34C color. Also use rgb(161,211,76) instead hex code.

Text Font Color

.myTextColor { color: #A1D34C; }

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

This text font color is #A1D34C.


Background Color

.myBgColor { background-color: #A1D34C; }

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

This div background color is #A1D34C.


Border color

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

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

This div border color is #A1D34C.


Opacity

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

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

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

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

This text has shadow with #A1D34C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1D34C on black background.


Color preview on white background

This text has color #A1D34C on white background.



Black color preview on #A1D34C background

This text has black color on #A1D34C background.


White color preview on #A1D34C background

This text has white color on #A1D34C background.