COLOR #8AD97F

HEX: #8AD97F RGB: (138,217,127)

Color info

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

RGB color model

#8AD97F color RGB value is (138,217,127).

RGB: (138,217,127) (54%, 85%, 50%)

RGB channels and saturation

R 138 of 255 = 54%
G 217 of 255 = 85%
B 127 of 255 = 50%

138
217
127

R + G + B ~ 63%. #8AD97F is quite light color.

Portions of RGB colors in percentages

R + G + B = 138 + 217 + 127 = 482 (100%)
R 138 of 482 ~ 28.63%
G 217 of 482 ~ 45.02%
B 127 of 482 ~ 26.35'%

%28.63
%45.02
%26.35

CMYK color model

#8AD97F color CMYK value is (36,0,41,15).

  • cyan value is 36.41%
  • magenta value is 0.00%
  • yellow value is 41.47%
  • key color value is 14.90%

CMYK: (36,0,41,15)
C36M0Y41K15 (36%, 0%, 41%, 15%)
(0.36 / 0.00 / 0.41 / 0.15)

CMYK percentages

%36.41
%0
%41.47
%14.9

Codes

Color #8AD97F in popluar color models

8A D9 7F
RGB 138 217 127
HSL 113° 54.22% 67.45%
HSB/HSV 113° 41.47% 85.10%
CMYK 36.41% 0.00% 41.47%
14.90%

Color #8AD97F in popluar number systems.

HEX 8A D9 7F
Decimal 138 217 127
Binary 10001010 11011001 1111111
Octal 212 331 177

Shades and tints

Shades of #8AD97F

#8AD97F
(138,217,127)
#7EC674
(126,198,116)
#72B369
(114,179,105)
#66A05E
(102,160,94)
#5A8D53
(90,141,83)
#4E7A48
(78,122,72)
#42673D
(66,103,61)
#365432
(54,84,50)
#2A4127
(42,65,39)
#1E2E1C
(30,46,28)
#121B11
(18,27,17)
#000000
(0,0,0)

Tints of #8AD97F

#8AD97F
(138,217,127)
#94DC8A
(148,220,138)
#9EDF95
(158,223,149)
#A8E2A0
(168,226,160)
#B2E5AB
(178,229,171)
#BCE8B6
(188,232,182)
#C6EBC1
(198,235,193)
#D0EECC
(208,238,204)
#DAF1D7
(218,241,215)
#E4F4E2
(228,244,226)
#EEF7ED
(238,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AD97F color. Also use rgb(138,217,127) instead hex code.

Text Font Color

.myTextColor { color: #8AD97F; }

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

This text font color is #8AD97F.

Background Color

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

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

This div background color is #8AD97F.

Border color

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

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

This div border color is #8AD97F.

Opacity

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

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

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

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

This text has shadow with #8AD97F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8AD97F.

Preview

Color preview on black background

This text has color #8AD97F on black background.


Color preview on white background

This text has color #8AD97F on white background.


Black color preview on #8AD97F background

This text has black color on #8AD97F background.


White color preview on #8AD97F background

This text has white color on #8AD97F background.


Related colors

Complementary color

Complementary color for #hex is #752680.


I love getcolorcode.com

Triadic colors

1 #7F8AD9 and #D97F8A with #8AD97F are triadic colors.

2 #7FD98A and #D98A7F with #8AD97F are triadic colors.