COLOR #8AD75E

HEX: #8AD75E
RGB: (138,215,94)

Color info

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

RGB color model

#8AD75E color RGB value is (138,215,94).

  • red value is 138;
  • green value is 215;
  • blue value is 94.
RGB:
(138,215,94)
(54%,84%,37%)

RGB channels and saturation

R 138 of 255 = 54%
G 215 of 255 = 84%
B 94 of 255 = 37%

138
215
94

R + G + B ~ 58%. #8AD75E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
138 + 215 + 94 = 447 (100%)
R 138 of 447 ~ 30.87%
G 215 of 447 ~ 48.1%
B 94 of 447 ~ 21.03%

%30.87
%48.1
%21.03

CMYK color model

#8AD75E color CMYK value is (36,0,56,16).

  • cyan value is 35.81%
  • magenta value is 0.00%
  • yellow value is 56.28%
  • key color value is 15.69%
CMYK:
(36,0,56,16)
C36M0Y56K16 
(36%,0%,56%,16%)
(0.36/0.00/0.56/0.16)	

CMYK percentages

%35.81
%0
%56.28
%15.69

Codes

Color #8AD75E in popluar color models

8AD75E
RGB13821594
HSL98°60.20%60.59%
HSB/HSV98°56.28%84.31%
CMYK35.81%0.00%56.28%
15.69%

Color #8AD75E in popluar number systems.

HEX8AD75E
Decimal13821594
Binary10001010110101111011110
Octal212327136

Shades and tints

Shades of #8AD75E

#8AD75E
(138,215,94)
#7EC456
(126,196,86)
#72B14E
(114,177,78)
#669E46
(102,158,70)
#5A8B3E
(90,139,62)
#4E7836
(78,120,54)
#42652E
(66,101,46)
#365226
(54,82,38)
#2A3F1E
(42,63,30)
#1E2C16
(30,44,22)
#12190E
(18,25,14)
#000000
(0,0,0)

Tints of #8AD75E

#8AD75E
(138,215,94)
#94DA6C
(148,218,108)
#9EDD7A
(158,221,122)
#A8E088
(168,224,136)
#B2E396
(178,227,150)
#BCE6A4
(188,230,164)
#C6E9B2
(198,233,178)
#D0ECC0
(208,236,192)
#DAEFCE
(218,239,206)
#E4F2DC
(228,242,220)
#EEF5EA
(238,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8AD75E; }

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

This text font color is #8AD75E.


Background Color

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

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

This div background color is #8AD75E.


Border color

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

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

This div border color is #8AD75E.


Opacity

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

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

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

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

This text has shadow with #8AD75E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AD75E on black background.


Color preview on white background

This text has color #8AD75E on white background.



Black color preview on #8AD75E background

This text has black color on #8AD75E background.


White color preview on #8AD75E background

This text has white color on #8AD75E background.