COLOR #8AD196

HEX: #8AD196 RGB: (138,209,150)

Color info

#8AD196 contains mainly green and blue colors. Web safe color of #8AD196 is #99CC99 (or #9C9).

RGB color model

#8AD196 color RGB value is (138,209,150).

RGB: (138,209,150) (54%, 82%, 59%)

RGB channels and saturation

R 138 of 255 = 54%
G 209 of 255 = 82%
B 150 of 255 = 59%

138
209
150

R + G + B ~ 65%. #8AD196 is quite light color.

Portions of RGB colors in percentages

R + G + B = 138 + 209 + 150 = 497 (100%)
R 138 of 497 ~ 27.77%
G 209 of 497 ~ 42.05%
B 150 of 497 ~ 30.18'%

%27.77
%42.05
%30.18

CMYK color model

#8AD196 color CMYK value is (34,0,28,18).

  • cyan value is 33.97%
  • magenta value is 0.00%
  • yellow value is 28.23%
  • key color value is 18.04%

CMYK: (34,0,28,18)
C34M0Y28K18 (34%, 0%, 28%, 18%)
(0.34 / 0.00 / 0.28 / 0.18)

CMYK percentages

%33.97
%0
%28.23
%18.04

Codes

Color #8AD196 in popluar color models

8A D1 96
RGB 138 209 150
HSL 130° 43.56% 68.04%
HSB/HSV 130° 33.97% 81.96%
CMYK 33.97% 0.00% 28.23%
18.04%

Color #8AD196 in popluar number systems.

HEX 8A D1 96
Decimal 138 209 150
Binary 10001010 11010001 10010110
Octal 212 321 226

Shades and tints

Shades of #8AD196

#8AD196
(138,209,150)
#7EBE89
(126,190,137)
#72AB7C
(114,171,124)
#66986F
(102,152,111)
#5A8562
(90,133,98)
#4E7255
(78,114,85)
#425F48
(66,95,72)
#364C3B
(54,76,59)
#2A392E
(42,57,46)
#1E2621
(30,38,33)
#121314
(18,19,20)
#000000
(0,0,0)

Tints of #8AD196

#8AD196
(138,209,150)
#94D59F
(148,213,159)
#9ED9A8
(158,217,168)
#A8DDB1
(168,221,177)
#B2E1BA
(178,225,186)
#BCE5C3
(188,229,195)
#C6E9CC
(198,233,204)
#D0EDD5
(208,237,213)
#DAF1DE
(218,241,222)
#E4F5E7
(228,245,231)
#EEF9F0
(238,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AD196 color. Also use rgb(138,209,150) instead hex code.

Text Font Color

.myTextColor { color: #8AD196; }

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

This text font color is #8AD196.

Background Color

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

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

This div background color is #8AD196.

Border color

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

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

This div border color is #8AD196.

Opacity

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

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

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

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

This text has shadow with #8AD196 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8AD196.

Preview

Color preview on black background

This text has color #8AD196 on black background.


Color preview on white background

This text has color #8AD196 on white background.


Black color preview on #8AD196 background

This text has black color on #8AD196 background.


White color preview on #8AD196 background

This text has white color on #8AD196 background.


Related colors

Complementary color

Complementary color for #hex is #752E69.


I love getcolorcode.com

Triadic colors

1 #968AD1 and #D1968A with #8AD196 are triadic colors.

2 #96D18A and #D18A96 with #8AD196 are triadic colors.