COLOR #A1D667

HEX: #A1D667
RGB: (161,214,103)

Color info

#A1D667 contains mainly red and green colors. Web safe color of #A1D667 is #99CC66 (or #9C6).

RGB color model

#A1D667 color RGB value is (161,214,103).

  • red value is 161;
  • green value is 214;
  • blue value is 103.
RGB:
(161,214,103)
(63%,84%,40%)

RGB channels and saturation

R 161 of 255 = 63%
G 214 of 255 = 84%
B 103 of 255 = 40%

161
214
103

R + G + B ~ 62%. #A1D667 is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 214 + 103 = 478 (100%)
R 161 of 478 ~ 33.68%
G 214 of 478 ~ 44.77%
B 103 of 478 ~ 21.55%

%33.68
%44.77
%21.55

CMYK color model

#A1D667 color CMYK value is (25,0,52,16).

  • cyan value is 24.77%
  • magenta value is 0.00%
  • yellow value is 51.87%
  • key color value is 16.08%
CMYK:
(25,0,52,16)
C25M0Y52K16 
(25%,0%,52%,16%)
(0.25/0.00/0.52/0.16)	

CMYK percentages

%24.77
%0
%51.87
%16.08

Codes

Color #A1D667 in popluar color models

A1D667
RGB161214103
HSL89°57.51%62.16%
HSB/HSV89°51.87%83.92%
CMYK24.77%0.00%51.87%
16.08%

Color #A1D667 in popluar number systems.

HEXA1D667
Decimal161214103
Binary10100001110101101100111
Octal241326147

Shades and tints

Shades of #A1D667

#A1D667
(161,214,103)
#93C35E
(147,195,94)
#85B055
(133,176,85)
#779D4C
(119,157,76)
#698A43
(105,138,67)
#5B773A
(91,119,58)
#4D6431
(77,100,49)
#3F5128
(63,81,40)
#313E1F
(49,62,31)
#232B16
(35,43,22)
#15180D
(21,24,13)
#000000
(0,0,0)

Tints of #A1D667

#A1D667
(161,214,103)
#A9D974
(169,217,116)
#B1DC81
(177,220,129)
#B9DF8E
(185,223,142)
#C1E29B
(193,226,155)
#C9E5A8
(201,229,168)
#D1E8B5
(209,232,181)
#D9EBC2
(217,235,194)
#E1EECF
(225,238,207)
#E9F1DC
(233,241,220)
#F1F4E9
(241,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1D667 color. Also use rgb(161,214,103) instead hex code.

Text Font Color

.myTextColor { color: #A1D667; }

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

This text font color is #A1D667.


Background Color

.myBgColor { background-color: #A1D667; }

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

This div background color is #A1D667.


Border color

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

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

This div border color is #A1D667.


Opacity

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

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

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

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

This text has shadow with #A1D667 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1D667 on black background.


Color preview on white background

This text has color #A1D667 on white background.



Black color preview on #A1D667 background

This text has black color on #A1D667 background.


White color preview on #A1D667 background

This text has white color on #A1D667 background.