COLOR #8AD494

HEX: #8AD494
RGB: (138,212,148)

Color info

#8AD494 contains mainly green color. Web safe color of #8AD494 is #99CC99 (or #9C9).

RGB color model

#8AD494 color RGB value is (138,212,148).

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

RGB channels and saturation

R 138 of 255 = 54%
G 212 of 255 = 83%
B 148 of 255 = 58%

138
212
148

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

Portions of RGB colors in percentages

R + G + B =
138 + 212 + 148 = 498 (100%)
R 138 of 498 ~ 27.71%
G 212 of 498 ~ 42.57%
B 148 of 498 ~ 29.72%

%27.71
%42.57
%29.72

CMYK color model

#8AD494 color CMYK value is (35,0,30,17).

  • cyan value is 34.91%
  • magenta value is 0.00%
  • yellow value is 30.19%
  • key color value is 16.86%
CMYK:
(35,0,30,17)
C35M0Y30K17 
(35%,0%,30%,17%)
(0.35/0.00/0.30/0.17)	

CMYK percentages

%34.91
%0
%30.19
%16.86

Codes

Color #8AD494 in popluar color models

8AD494
RGB138212148
HSL128°46.25%68.63%
HSB/HSV128°34.91%83.14%
CMYK34.91%0.00%30.19%
16.86%

Color #8AD494 in popluar number systems.

HEX8AD494
Decimal138212148
Binary100010101101010010010100
Octal212324224

Shades and tints

Shades of #8AD494

#8AD494
(138,212,148)
#7EC187
(126,193,135)
#72AE7A
(114,174,122)
#669B6D
(102,155,109)
#5A8860
(90,136,96)
#4E7553
(78,117,83)
#426246
(66,98,70)
#364F39
(54,79,57)
#2A3C2C
(42,60,44)
#1E291F
(30,41,31)
#121612
(18,22,18)
#000000
(0,0,0)

Tints of #8AD494

#8AD494
(138,212,148)
#94D79D
(148,215,157)
#9EDAA6
(158,218,166)
#A8DDAF
(168,221,175)
#B2E0B8
(178,224,184)
#BCE3C1
(188,227,193)
#C6E6CA
(198,230,202)
#D0E9D3
(208,233,211)
#DAECDC
(218,236,220)
#E4EFE5
(228,239,229)
#EEF2EE
(238,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8AD494; }

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

This text font color is #8AD494.


Background Color

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

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

This div background color is #8AD494.


Border color

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

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

This div border color is #8AD494.


Opacity

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

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

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

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

This text has shadow with #8AD494 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AD494 on black background.


Color preview on white background

This text has color #8AD494 on white background.



Black color preview on #8AD494 background

This text has black color on #8AD494 background.


White color preview on #8AD494 background

This text has white color on #8AD494 background.