COLOR #8AD38A

HEX: #8AD38A
RGB: (138,211,138)

Color info

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

RGB color model

#8AD38A color RGB value is (138,211,138).

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

RGB channels and saturation

R 138 of 255 = 54%
G 211 of 255 = 83%
B 138 of 255 = 54%

138
211
138

R + G + B ~ 64%. #8AD38A is quite light color.

Portions of RGB colors in percentages

R + G + B =
138 + 211 + 138 = 487 (100%)
R 138 of 487 ~ 28.34%
G 211 of 487 ~ 43.33%
B 138 of 487 ~ 28.34%

%28.34
%43.33
%28.34

CMYK color model

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

  • cyan value is 34.60%
  • magenta value is 0.00%
  • yellow value is 34.60%
  • key color value is 17.25%
CMYK:
(35,0,35,17)
C35M0Y35K17 
(35%,0%,35%,17%)
(0.35/0.00/0.35/0.17)	

CMYK percentages

%34.6
%0
%34.6
%17.25

Codes

Color #8AD38A in popluar color models

8AD38A
RGB138211138
HSL120°45.34%68.43%
HSB/HSV120°34.60%82.75%
CMYK34.60%0.00%34.60%
17.25%

Color #8AD38A in popluar number systems.

HEX8AD38A
Decimal138211138
Binary100010101101001110001010
Octal212323212

Shades and tints

Shades of #8AD38A

#8AD38A
(138,211,138)
#7EC07E
(126,192,126)
#72AD72
(114,173,114)
#669A66
(102,154,102)
#5A875A
(90,135,90)
#4E744E
(78,116,78)
#426142
(66,97,66)
#364E36
(54,78,54)
#2A3B2A
(42,59,42)
#1E281E
(30,40,30)
#121512
(18,21,18)
#000000
(0,0,0)

Tints of #8AD38A

#8AD38A
(138,211,138)
#94D794
(148,215,148)
#9EDB9E
(158,219,158)
#A8DFA8
(168,223,168)
#B2E3B2
(178,227,178)
#BCE7BC
(188,231,188)
#C6EBC6
(198,235,198)
#D0EFD0
(208,239,208)
#DAF3DA
(218,243,218)
#E4F7E4
(228,247,228)
#EEFBEE
(238,251,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8AD38A; }

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

This text font color is #8AD38A.


Background Color

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

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

This div background color is #8AD38A.


Border color

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

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

This div border color is #8AD38A.


Opacity

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

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

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

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

This text has shadow with #8AD38A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AD38A on black background.


Color preview on white background

This text has color #8AD38A on white background.



Black color preview on #8AD38A background

This text has black color on #8AD38A background.


White color preview on #8AD38A background

This text has white color on #8AD38A background.