COLOR #8AD87A

HEX: #8AD87A RGB: (138,216,122)

Color info

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

RGB color model

#8AD87A color RGB value is (138,216,122).

RGB: (138,216,122) (54%, 85%, 48%)

RGB channels and saturation

R 138 of 255 = 54%
G 216 of 255 = 85%
B 122 of 255 = 48%

138
216
122

R + G + B ~ 62%. #8AD87A is quite light color.

Portions of RGB colors in percentages

R + G + B = 138 + 216 + 122 = 476 (100%)
R 138 of 476 ~ 28.99%
G 216 of 476 ~ 45.38%
B 122 of 476 ~ 25.63'%

%28.99
%45.38
%25.63

CMYK color model

#8AD87A color CMYK value is (36,0,44,15).

  • cyan value is 36.11%
  • magenta value is 0.00%
  • yellow value is 43.52%
  • key color value is 15.29%

CMYK: (36,0,44,15)
C36M0Y44K15 (36%, 0%, 44%, 15%)
(0.36 / 0.00 / 0.44 / 0.15)

CMYK percentages

%36.11
%0
%43.52
%15.29

Codes

Color #8AD87A in popluar color models

8A D8 7A
RGB 138 216 122
HSL 110° 54.65% 66.27%
HSB/HSV 110° 43.52% 84.71%
CMYK 36.11% 0.00% 43.52%
15.29%

Color #8AD87A in popluar number systems.

HEX 8A D8 7A
Decimal 138 216 122
Binary 10001010 11011000 1111010
Octal 212 330 172

Shades and tints

Shades of #8AD87A

#8AD87A
(138,216,122)
#7EC56F
(126,197,111)
#72B264
(114,178,100)
#669F59
(102,159,89)
#5A8C4E
(90,140,78)
#4E7943
(78,121,67)
#426638
(66,102,56)
#36532D
(54,83,45)
#2A4022
(42,64,34)
#1E2D17
(30,45,23)
#121A0C
(18,26,12)
#000000
(0,0,0)

Tints of #8AD87A

#8AD87A
(138,216,122)
#94DB86
(148,219,134)
#9EDE92
(158,222,146)
#A8E19E
(168,225,158)
#B2E4AA
(178,228,170)
#BCE7B6
(188,231,182)
#C6EAC2
(198,234,194)
#D0EDCE
(208,237,206)
#DAF0DA
(218,240,218)
#E4F3E6
(228,243,230)
#EEF6F2
(238,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AD87A color. Also use rgb(138,216,122) instead hex code.

Text Font Color

.myTextColor { color: #8AD87A; }

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

This text font color is #8AD87A.

Background Color

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

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

This div background color is #8AD87A.

Border color

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

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

This div border color is #8AD87A.

Opacity

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

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

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

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

This text has shadow with #8AD87A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8AD87A.

Preview

Color preview on black background

This text has color #8AD87A on black background.


Color preview on white background

This text has color #8AD87A on white background.


Black color preview on #8AD87A background

This text has black color on #8AD87A background.


White color preview on #8AD87A background

This text has white color on #8AD87A background.


Related colors

Complementary color

Complementary color for #hex is #752785.


I love getcolorcode.com

Triadic colors

1 #7A8AD8 and #D87A8A with #8AD87A are triadic colors.

2 #7AD88A and #D88A7A with #8AD87A are triadic colors.