COLOR #A1D340

HEX: #A1D340
RGB: (161,211,64)

Color info

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

RGB color model

#A1D340 color RGB value is (161,211,64).

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

RGB channels and saturation

R 161 of 255 = 63%
G 211 of 255 = 83%
B 64 of 255 = 25%

161
211
64

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

Portions of RGB colors in percentages

R + G + B =
161 + 211 + 64 = 436 (100%)
R 161 of 436 ~ 36.93%
G 211 of 436 ~ 48.39%
B 64 of 436 ~ 14.68%

%36.93
%48.39
%14.68

CMYK color model

#A1D340 color CMYK value is (24,0,70,17).

  • cyan value is 23.70%
  • magenta value is 0.00%
  • yellow value is 69.67%
  • key color value is 17.25%
CMYK:
(24,0,70,17)
C24M0Y70K17 
(24%,0%,70%,17%)
(0.24/0.00/0.70/0.17)	

CMYK percentages

%23.7
%0
%69.67
%17.25

Codes

Color #A1D340 in popluar color models

A1D340
RGB16121164
HSL80°62.55%53.92%
HSB/HSV80°69.67%82.75%
CMYK23.70%0.00%69.67%
17.25%

Color #A1D340 in popluar number systems.

HEXA1D340
Decimal16121164
Binary10100001110100111000000
Octal241323100

Shades and tints

Shades of #A1D340

#A1D340
(161,211,64)
#93C03B
(147,192,59)
#85AD36
(133,173,54)
#779A31
(119,154,49)
#69872C
(105,135,44)
#5B7427
(91,116,39)
#4D6122
(77,97,34)
#3F4E1D
(63,78,29)
#313B18
(49,59,24)
#232813
(35,40,19)
#15150E
(21,21,14)
#000000
(0,0,0)

Tints of #A1D340

#A1D340
(161,211,64)
#A9D751
(169,215,81)
#B1DB62
(177,219,98)
#B9DF73
(185,223,115)
#C1E384
(193,227,132)
#C9E795
(201,231,149)
#D1EBA6
(209,235,166)
#D9EFB7
(217,239,183)
#E1F3C8
(225,243,200)
#E9F7D9
(233,247,217)
#F1FBEA
(241,251,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1D340; }

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

This text font color is #A1D340.


Background Color

.myBgColor { background-color: #A1D340; }

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

This div background color is #A1D340.


Border color

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

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

This div border color is #A1D340.


Opacity

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

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

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

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

This text has shadow with #A1D340 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1D340 on black background.


Color preview on white background

This text has color #A1D340 on white background.



Black color preview on #A1D340 background

This text has black color on #A1D340 background.


White color preview on #A1D340 background

This text has white color on #A1D340 background.