COLOR #A1D777

HEX: #A1D777
RGB: (161,215,119)

Color info

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

RGB color model

#A1D777 color RGB value is (161,215,119).

  • red value is 161;
  • green value is 215;
  • blue value is 119.
RGB:
(161,215,119)
(63%,84%,47%)

RGB channels and saturation

R 161 of 255 = 63%
G 215 of 255 = 84%
B 119 of 255 = 47%

161
215
119

R + G + B ~ 65%. #A1D777 is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 215 + 119 = 495 (100%)
R 161 of 495 ~ 32.53%
G 215 of 495 ~ 43.43%
B 119 of 495 ~ 24.04%

%32.53
%43.43
%24.04

CMYK color model

#A1D777 color CMYK value is (25,0,45,16).

  • cyan value is 25.12%
  • magenta value is 0.00%
  • yellow value is 44.65%
  • key color value is 15.69%
CMYK:
(25,0,45,16)
C25M0Y45K16 
(25%,0%,45%,16%)
(0.25/0.00/0.45/0.16)	

CMYK percentages

%25.12
%0
%44.65
%15.69

Codes

Color #A1D777 in popluar color models

A1D777
RGB161215119
HSL94°54.55%65.49%
HSB/HSV94°44.65%84.31%
CMYK25.12%0.00%44.65%
15.69%

Color #A1D777 in popluar number systems.

HEXA1D777
Decimal161215119
Binary10100001110101111110111
Octal241327167

Shades and tints

Shades of #A1D777

#A1D777
(161,215,119)
#93C46D
(147,196,109)
#85B163
(133,177,99)
#779E59
(119,158,89)
#698B4F
(105,139,79)
#5B7845
(91,120,69)
#4D653B
(77,101,59)
#3F5231
(63,82,49)
#313F27
(49,63,39)
#232C1D
(35,44,29)
#151913
(21,25,19)
#000000
(0,0,0)

Tints of #A1D777

#A1D777
(161,215,119)
#A9DA83
(169,218,131)
#B1DD8F
(177,221,143)
#B9E09B
(185,224,155)
#C1E3A7
(193,227,167)
#C9E6B3
(201,230,179)
#D1E9BF
(209,233,191)
#D9ECCB
(217,236,203)
#E1EFD7
(225,239,215)
#E9F2E3
(233,242,227)
#F1F5EF
(241,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1D777 color. Also use rgb(161,215,119) instead hex code.

Text Font Color

.myTextColor { color: #A1D777; }

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

This text font color is #A1D777.


Background Color

.myBgColor { background-color: #A1D777; }

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

This div background color is #A1D777.


Border color

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

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

This div border color is #A1D777.


Opacity

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

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

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

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

This text has shadow with #A1D777 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1D777 on black background.


Color preview on white background

This text has color #A1D777 on white background.



Black color preview on #A1D777 background

This text has black color on #A1D777 background.


White color preview on #A1D777 background

This text has white color on #A1D777 background.