COLOR #A1D790

HEX: #A1D790
RGB: (161,215,144)

Color info

#A1D790 contains mainly red and green colors. Web safe color of #A1D790 is #99CC99 (or #9C9).

RGB color model

#A1D790 color RGB value is (161,215,144).

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

RGB channels and saturation

R 161 of 255 = 63%
G 215 of 255 = 84%
B 144 of 255 = 56%

161
215
144

R + G + B ~ 68%. #A1D790 is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 215 + 144 = 520 (100%)
R 161 of 520 ~ 30.96%
G 215 of 520 ~ 41.35%
B 144 of 520 ~ 27.69%

%30.96
%41.35
%27.69

CMYK color model

#A1D790 color CMYK value is (25,0,33,16).

  • cyan value is 25.12%
  • magenta value is 0.00%
  • yellow value is 33.02%
  • key color value is 15.69%
CMYK:
(25,0,33,16)
C25M0Y33K16 
(25%,0%,33%,16%)
(0.25/0.00/0.33/0.16)	

CMYK percentages

%25.12
%0
%33.02
%15.69

Codes

Color #A1D790 in popluar color models

A1D790
RGB161215144
HSL106°47.02%70.39%
HSB/HSV106°33.02%84.31%
CMYK25.12%0.00%33.02%
15.69%

Color #A1D790 in popluar number systems.

HEXA1D790
Decimal161215144
Binary101000011101011110010000
Octal241327220

Shades and tints

Shades of #A1D790

#A1D790
(161,215,144)
#93C483
(147,196,131)
#85B176
(133,177,118)
#779E69
(119,158,105)
#698B5C
(105,139,92)
#5B784F
(91,120,79)
#4D6542
(77,101,66)
#3F5235
(63,82,53)
#313F28
(49,63,40)
#232C1B
(35,44,27)
#15190E
(21,25,14)
#000000
(0,0,0)

Tints of #A1D790

#A1D790
(161,215,144)
#A9DA9A
(169,218,154)
#B1DDA4
(177,221,164)
#B9E0AE
(185,224,174)
#C1E3B8
(193,227,184)
#C9E6C2
(201,230,194)
#D1E9CC
(209,233,204)
#D9ECD6
(217,236,214)
#E1EFE0
(225,239,224)
#E9F2EA
(233,242,234)
#F1F5F4
(241,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1D790; }

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

This text font color is #A1D790.


Background Color

.myBgColor { background-color: #A1D790; }

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

This div background color is #A1D790.


Border color

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

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

This div border color is #A1D790.


Opacity

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

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

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

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

This text has shadow with #A1D790 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1D790 on black background.


Color preview on white background

This text has color #A1D790 on white background.



Black color preview on #A1D790 background

This text has black color on #A1D790 background.


White color preview on #A1D790 background

This text has white color on #A1D790 background.