COLOR #A1D478

HEX: #A1D478
RGB: (161,212,120)

Color info

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

RGB color model

#A1D478 color RGB value is (161,212,120).

  • red value is 161;
  • green value is 212;
  • blue value is 120.
RGB:
(161,212,120)
(63%,83%,47%)

RGB channels and saturation

R 161 of 255 = 63%
G 212 of 255 = 83%
B 120 of 255 = 47%

161
212
120

R + G + B ~ 64%. #A1D478 is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 212 + 120 = 493 (100%)
R 161 of 493 ~ 32.66%
G 212 of 493 ~ 43%
B 120 of 493 ~ 24.34%

%32.66
%43
%24.34

CMYK color model

#A1D478 color CMYK value is (24,0,43,17).

  • cyan value is 24.06%
  • magenta value is 0.00%
  • yellow value is 43.40%
  • key color value is 16.86%
CMYK:
(24,0,43,17)
C24M0Y43K17 
(24%,0%,43%,17%)
(0.24/0.00/0.43/0.17)	

CMYK percentages

%24.06
%0
%43.4
%16.86

Codes

Color #A1D478 in popluar color models

A1D478
RGB161212120
HSL93°51.69%65.10%
HSB/HSV93°43.40%83.14%
CMYK24.06%0.00%43.40%
16.86%

Color #A1D478 in popluar number systems.

HEXA1D478
Decimal161212120
Binary10100001110101001111000
Octal241324170

Shades and tints

Shades of #A1D478

#A1D478
(161,212,120)
#93C16E
(147,193,110)
#85AE64
(133,174,100)
#779B5A
(119,155,90)
#698850
(105,136,80)
#5B7546
(91,117,70)
#4D623C
(77,98,60)
#3F4F32
(63,79,50)
#313C28
(49,60,40)
#23291E
(35,41,30)
#151614
(21,22,20)
#000000
(0,0,0)

Tints of #A1D478

#A1D478
(161,212,120)
#A9D784
(169,215,132)
#B1DA90
(177,218,144)
#B9DD9C
(185,221,156)
#C1E0A8
(193,224,168)
#C9E3B4
(201,227,180)
#D1E6C0
(209,230,192)
#D9E9CC
(217,233,204)
#E1ECD8
(225,236,216)
#E9EFE4
(233,239,228)
#F1F2F0
(241,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1D478 color. Also use rgb(161,212,120) instead hex code.

Text Font Color

.myTextColor { color: #A1D478; }

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

This text font color is #A1D478.


Background Color

.myBgColor { background-color: #A1D478; }

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

This div background color is #A1D478.


Border color

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

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

This div border color is #A1D478.


Opacity

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

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

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

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

This text has shadow with #A1D478 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1D478 on black background.


Color preview on white background

This text has color #A1D478 on white background.



Black color preview on #A1D478 background

This text has black color on #A1D478 background.


White color preview on #A1D478 background

This text has white color on #A1D478 background.