COLOR #8EE669

HEX: #8EE669
RGB: (142,230,105)

Color info

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

RGB color model

#8EE669 color RGB value is (142,230,105).

  • red value is 142;
  • green value is 230;
  • blue value is 105.
RGB:
(142,230,105)
(56%,90%,41%)

RGB channels and saturation

R 142 of 255 = 56%
G 230 of 255 = 90%
B 105 of 255 = 41%

142
230
105

R + G + B ~ 62%. #8EE669 is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 230 + 105 = 477 (100%)
R 142 of 477 ~ 29.77%
G 230 of 477 ~ 48.22%
B 105 of 477 ~ 22.01%

%29.77
%48.22
%22.01

CMYK color model

#8EE669 color CMYK value is (38,0,54,10).

  • cyan value is 38.26%
  • magenta value is 0.00%
  • yellow value is 54.35%
  • key color value is 9.80%
CMYK:
(38,0,54,10)
C38M0Y54K10 
(38%,0%,54%,10%)
(0.38/0.00/0.54/0.10)	

CMYK percentages

%38.26
%0
%54.35
%9.8

Codes

Color #8EE669 in popluar color models

8EE669
RGB142230105
HSL102°71.43%65.69%
HSB/HSV102°54.35%90.20%
CMYK38.26%0.00%54.35%
9.80%

Color #8EE669 in popluar number systems.

HEX8EE669
Decimal142230105
Binary10001110111001101101001
Octal216346151

Shades and tints

Shades of #8EE669

#8EE669
(142,230,105)
#82D260
(130,210,96)
#76BE57
(118,190,87)
#6AAA4E
(106,170,78)
#5E9645
(94,150,69)
#52823C
(82,130,60)
#466E33
(70,110,51)
#3A5A2A
(58,90,42)
#2E4621
(46,70,33)
#223218
(34,50,24)
#161E0F
(22,30,15)
#000000
(0,0,0)

Tints of #8EE669

#8EE669
(142,230,105)
#98E876
(152,232,118)
#A2EA83
(162,234,131)
#ACEC90
(172,236,144)
#B6EE9D
(182,238,157)
#C0F0AA
(192,240,170)
#CAF2B7
(202,242,183)
#D4F4C4
(212,244,196)
#DEF6D1
(222,246,209)
#E8F8DE
(232,248,222)
#F2FAEB
(242,250,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EE669 color. Also use rgb(142,230,105) instead hex code.

Text Font Color

.myTextColor { color: #8EE669; }

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

This text font color is #8EE669.


Background Color

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

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

This div background color is #8EE669.


Border color

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

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

This div border color is #8EE669.


Opacity

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

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

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

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

This text has shadow with #8EE669 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EE669 on black background.


Color preview on white background

This text has color #8EE669 on white background.



Black color preview on #8EE669 background

This text has black color on #8EE669 background.


White color preview on #8EE669 background

This text has white color on #8EE669 background.