COLOR #8DE39A

HEX: #8DE39A
RGB: (141,227,154)

Color info

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

RGB color model

#8DE39A color RGB value is (141,227,154).

  • red value is 141;
  • green value is 227;
  • blue value is 154.
RGB:
(141,227,154)
(55%,89%,60%)

RGB channels and saturation

R 141 of 255 = 55%
G 227 of 255 = 89%
B 154 of 255 = 60%

141
227
154

R + G + B ~ 68%. #8DE39A is quite light color.

Portions of RGB colors in percentages

R + G + B =
141 + 227 + 154 = 522 (100%)
R 141 of 522 ~ 27.01%
G 227 of 522 ~ 43.49%
B 154 of 522 ~ 29.5%

%27.01
%43.49
%29.5

CMYK color model

#8DE39A color CMYK value is (38,0,32,11).

  • cyan value is 37.89%
  • magenta value is 0.00%
  • yellow value is 32.16%
  • key color value is 10.98%
CMYK:
(38,0,32,11)
C38M0Y32K11 
(38%,0%,32%,11%)
(0.38/0.00/0.32/0.11)	

CMYK percentages

%37.89
%0
%32.16
%10.98

Codes

Color #8DE39A in popluar color models

8DE39A
RGB141227154
HSL129°60.56%72.16%
HSB/HSV129°37.89%89.02%
CMYK37.89%0.00%32.16%
10.98%

Color #8DE39A in popluar number systems.

HEX8DE39A
Decimal141227154
Binary100011011110001110011010
Octal215343232

Shades and tints

Shades of #8DE39A

#8DE39A
(141,227,154)
#81CF8C
(129,207,140)
#75BB7E
(117,187,126)
#69A770
(105,167,112)
#5D9362
(93,147,98)
#517F54
(81,127,84)
#456B46
(69,107,70)
#395738
(57,87,56)
#2D432A
(45,67,42)
#212F1C
(33,47,28)
#151B0E
(21,27,14)
#000000
(0,0,0)

Tints of #8DE39A

#8DE39A
(141,227,154)
#97E5A3
(151,229,163)
#A1E7AC
(161,231,172)
#ABE9B5
(171,233,181)
#B5EBBE
(181,235,190)
#BFEDC7
(191,237,199)
#C9EFD0
(201,239,208)
#D3F1D9
(211,241,217)
#DDF3E2
(221,243,226)
#E7F5EB
(231,245,235)
#F1F7F4
(241,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DE39A color. Also use rgb(141,227,154) instead hex code.

Text Font Color

.myTextColor { color: #8DE39A; }

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

This text font color is #8DE39A.


Background Color

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

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

This div background color is #8DE39A.


Border color

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

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

This div border color is #8DE39A.


Opacity

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

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

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

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

This text has shadow with #8DE39A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DE39A on black background.


Color preview on white background

This text has color #8DE39A on white background.



Black color preview on #8DE39A background

This text has black color on #8DE39A background.


White color preview on #8DE39A background

This text has white color on #8DE39A background.