COLOR #8AD46A

HEX: #8AD46A
RGB: (138,212,106)

Color info

#8AD46A contains mainly green color. Web safe color of #8AD46A is #99CC66 (or #9C6).

RGB color model

#8AD46A color RGB value is (138,212,106).

  • red value is 138;
  • green value is 212;
  • blue value is 106.
RGB:
(138,212,106)
(54%,83%,42%)

RGB channels and saturation

R 138 of 255 = 54%
G 212 of 255 = 83%
B 106 of 255 = 42%

138
212
106

R + G + B ~ 60%. #8AD46A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
138 + 212 + 106 = 456 (100%)
R 138 of 456 ~ 30.26%
G 212 of 456 ~ 46.49%
B 106 of 456 ~ 23.25%

%30.26
%46.49
%23.25

CMYK color model

#8AD46A color CMYK value is (35,0,50,17).

  • cyan value is 34.91%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 16.86%
CMYK:
(35,0,50,17)
C35M0Y50K17 
(35%,0%,50%,17%)
(0.35/0.00/0.50/0.17)	

CMYK percentages

%34.91
%0
%50
%16.86

Codes

Color #8AD46A in popluar color models

8AD46A
RGB138212106
HSL102°55.21%62.35%
HSB/HSV102°50.00%83.14%
CMYK34.91%0.00%50.00%
16.86%

Color #8AD46A in popluar number systems.

HEX8AD46A
Decimal138212106
Binary10001010110101001101010
Octal212324152

Shades and tints

Shades of #8AD46A

#8AD46A
(138,212,106)
#7EC161
(126,193,97)
#72AE58
(114,174,88)
#669B4F
(102,155,79)
#5A8846
(90,136,70)
#4E753D
(78,117,61)
#426234
(66,98,52)
#364F2B
(54,79,43)
#2A3C22
(42,60,34)
#1E2919
(30,41,25)
#121610
(18,22,16)
#000000
(0,0,0)

Tints of #8AD46A

#8AD46A
(138,212,106)
#94D777
(148,215,119)
#9EDA84
(158,218,132)
#A8DD91
(168,221,145)
#B2E09E
(178,224,158)
#BCE3AB
(188,227,171)
#C6E6B8
(198,230,184)
#D0E9C5
(208,233,197)
#DAECD2
(218,236,210)
#E4EFDF
(228,239,223)
#EEF2EC
(238,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AD46A color. Also use rgb(138,212,106) instead hex code.

Text Font Color

.myTextColor { color: #8AD46A; }

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

This text font color is #8AD46A.


Background Color

.myBgColor { background-color: #8AD46A; }

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

This div background color is #8AD46A.


Border color

.myBorderColor { border: 1px solid #8AD46A; }

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

This div border color is #8AD46A.


Opacity

.myOpacity80 { color: #8AD46A; opacity: 0.8; }

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

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

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

This text has shadow with #8AD46A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AD46A on black background.


Color preview on white background

This text has color #8AD46A on white background.



Black color preview on #8AD46A background

This text has black color on #8AD46A background.


White color preview on #8AD46A background

This text has white color on #8AD46A background.