COLOR #8EF486

HEX: #8EF486 RGB: (142,244,134)

Color info

#8EF486 contains mainly green color. Web safe color of #8EF486 is #99FF99 (or #9F9).

RGB color model

#8EF486 color RGB value is (142,244,134).

RGB: (142,244,134) (56%, 96%, 53%)

RGB channels and saturation

R 142 of 255 = 56%
G 244 of 255 = 96%
B 134 of 255 = 53%

142
244
134

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

Portions of RGB colors in percentages

R + G + B = 142 + 244 + 134 = 520 (100%)
R 142 of 520 ~ 27.31%
G 244 of 520 ~ 46.92%
B 134 of 520 ~ 25.77'%

%27.31
%46.92
%25.77

CMYK color model

#8EF486 color CMYK value is (42,0,45,4).

  • cyan value is 41.80%
  • magenta value is 0.00%
  • yellow value is 45.08%
  • key color value is 4.31%

CMYK: (42,0,45,4)
C42M0Y45K4 (42%, 0%, 45%, 4%)
(0.42 / 0.00 / 0.45 / 0.04)

CMYK percentages

%41.8
%0
%45.08
%4.31

Codes

Color #8EF486 in popluar color models

8E F4 86
RGB 142 244 134
HSL 116° 83.33% 74.12%
HSB/HSV 116° 45.08% 95.69%
CMYK 41.80% 0.00% 45.08%
4.31%

Color #8EF486 in popluar number systems.

HEX 8E F4 86
Decimal 142 244 134
Binary 10001110 11110100 10000110
Octal 216 364 206

Shades and tints

Shades of #8EF486

#8EF486
(142,244,134)
#82DE7A
(130,222,122)
#76C86E
(118,200,110)
#6AB262
(106,178,98)
#5E9C56
(94,156,86)
#52864A
(82,134,74)
#46703E
(70,112,62)
#3A5A32
(58,90,50)
#2E4426
(46,68,38)
#222E1A
(34,46,26)
#16180E
(22,24,14)
#000000
(0,0,0)

Tints of #8EF486

#8EF486
(142,244,134)
#98F591
(152,245,145)
#A2F69C
(162,246,156)
#ACF7A7
(172,247,167)
#B6F8B2
(182,248,178)
#C0F9BD
(192,249,189)
#CAFAC8
(202,250,200)
#D4FBD3
(212,251,211)
#DEFCDE
(222,252,222)
#E8FDE9
(232,253,233)
#F2FEF4
(242,254,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EF486 color. Also use rgb(142,244,134) instead hex code.

Text Font Color

.myTextColor { color: #8EF486; }

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

This text font color is #8EF486.

Background Color

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

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

This div background color is #8EF486.

Border color

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

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

This div border color is #8EF486.

Opacity

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

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

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

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

This text has shadow with #8EF486 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EF486.

Preview

Color preview on black background

This text has color #8EF486 on black background.


Color preview on white background

This text has color #8EF486 on white background.


Black color preview on #8EF486 background

This text has black color on #8EF486 background.


White color preview on #8EF486 background

This text has white color on #8EF486 background.


Related colors

Complementary color

Complementary color for #hex is #710B79.


I love getcolorcode.com

Triadic colors

1 #868EF4 and #F4868E with #8EF486 are triadic colors.

2 #86F48E and #F48E86 with #8EF486 are triadic colors.