COLOR #A8DC50

HEX: #A8DC50
RGB: (168,220,80)

Color info

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

RGB color model

#A8DC50 color RGB value is (168,220,80).

  • red value is 168;
  • green value is 220;
  • blue value is 80.
RGB:
(168,220,80)
(66%,86%,31%)

RGB channels and saturation

R 168 of 255 = 66%
G 220 of 255 = 86%
B 80 of 255 = 31%

168
220
80

R + G + B ~ 61%. #A8DC50 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 220 + 80 = 468 (100%)
R 168 of 468 ~ 35.9%
G 220 of 468 ~ 47.01%
B 80 of 468 ~ 17.09%

%35.9
%47.01
%17.09

CMYK color model

#A8DC50 color CMYK value is (24,0,64,14).

  • cyan value is 23.64%
  • magenta value is 0.00%
  • yellow value is 63.64%
  • key color value is 13.73%
CMYK:
(24,0,64,14)
C24M0Y64K14 
(24%,0%,64%,14%)
(0.24/0.00/0.64/0.14)	

CMYK percentages

%23.64
%0
%63.64
%13.73

Codes

Color #A8DC50 in popluar color models

A8DC50
RGB16822080
HSL82°66.67%58.82%
HSB/HSV82°63.64%86.27%
CMYK23.64%0.00%63.64%
13.73%

Color #A8DC50 in popluar number systems.

HEXA8DC50
Decimal16822080
Binary10101000110111001010000
Octal250334120

Shades and tints

Shades of #A8DC50

#A8DC50
(168,220,80)
#99C849
(153,200,73)
#8AB442
(138,180,66)
#7BA03B
(123,160,59)
#6C8C34
(108,140,52)
#5D782D
(93,120,45)
#4E6426
(78,100,38)
#3F501F
(63,80,31)
#303C18
(48,60,24)
#212811
(33,40,17)
#12140A
(18,20,10)
#000000
(0,0,0)

Tints of #A8DC50

#A8DC50
(168,220,80)
#AFDF5F
(175,223,95)
#B6E26E
(182,226,110)
#BDE57D
(189,229,125)
#C4E88C
(196,232,140)
#CBEB9B
(203,235,155)
#D2EEAA
(210,238,170)
#D9F1B9
(217,241,185)
#E0F4C8
(224,244,200)
#E7F7D7
(231,247,215)
#EEFAE6
(238,250,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8DC50 color. Also use rgb(168,220,80) instead hex code.

Text Font Color

.myTextColor { color: #A8DC50; }

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

This text font color is #A8DC50.


Background Color

.myBgColor { background-color: #A8DC50; }

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

This div background color is #A8DC50.


Border color

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

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

This div border color is #A8DC50.


Opacity

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

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

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

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

This text has shadow with #A8DC50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8DC50 on black background.


Color preview on white background

This text has color #A8DC50 on white background.



Black color preview on #A8DC50 background

This text has black color on #A8DC50 background.


White color preview on #A8DC50 background

This text has white color on #A8DC50 background.