COLOR #8EF198

HEX: #8EF198 RGB: (142,241,152)

Color info

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

RGB color model

#8EF198 color RGB value is (142,241,152).

RGB: (142,241,152) (56%, 95%, 60%)

RGB channels and saturation

R 142 of 255 = 56%
G 241 of 255 = 95%
B 152 of 255 = 60%

142
241
152

R + G + B ~ 70%. #8EF198 is quite light color.

Portions of RGB colors in percentages

R + G + B = 142 + 241 + 152 = 535 (100%)
R 142 of 535 ~ 26.54%
G 241 of 535 ~ 45.05%
B 152 of 535 ~ 28.41'%

%26.54
%45.05
%28.41

CMYK color model

#8EF198 color CMYK value is (41,0,37,5).

  • cyan value is 41.08%
  • magenta value is 0.00%
  • yellow value is 36.93%
  • key color value is 5.49%

CMYK: (41,0,37,5)
C41M0Y37K5 (41%, 0%, 37%, 5%)
(0.41 / 0.00 / 0.37 / 0.05)

CMYK percentages

%41.08
%0
%36.93
%5.49

Codes

Color #8EF198 in popluar color models

8E F1 98
RGB 142 241 152
HSL 126° 77.95% 75.10%
HSB/HSV 126° 41.08% 94.51%
CMYK 41.08% 0.00% 36.93%
5.49%

Color #8EF198 in popluar number systems.

HEX 8E F1 98
Decimal 142 241 152
Binary 10001110 11110001 10011000
Octal 216 361 230

Shades and tints

Shades of #8EF198

#8EF198
(142,241,152)
#82DC8B
(130,220,139)
#76C77E
(118,199,126)
#6AB271
(106,178,113)
#5E9D64
(94,157,100)
#528857
(82,136,87)
#46734A
(70,115,74)
#3A5E3D
(58,94,61)
#2E4930
(46,73,48)
#223423
(34,52,35)
#161F16
(22,31,22)
#000000
(0,0,0)

Tints of #8EF198

#8EF198
(142,241,152)
#98F2A1
(152,242,161)
#A2F3AA
(162,243,170)
#ACF4B3
(172,244,179)
#B6F5BC
(182,245,188)
#C0F6C5
(192,246,197)
#CAF7CE
(202,247,206)
#D4F8D7
(212,248,215)
#DEF9E0
(222,249,224)
#E8FAE9
(232,250,233)
#F2FBF2
(242,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EF198 color. Also use rgb(142,241,152) instead hex code.

Text Font Color

.myTextColor { color: #8EF198; }

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

This text font color is #8EF198.

Background Color

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

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

This div background color is #8EF198.

Border color

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

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

This div border color is #8EF198.

Opacity

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

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

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

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

This text has shadow with #8EF198 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EF198.

Preview

Color preview on black background

This text has color #8EF198 on black background.


Color preview on white background

This text has color #8EF198 on white background.


Black color preview on #8EF198 background

This text has black color on #8EF198 background.


White color preview on #8EF198 background

This text has white color on #8EF198 background.


Related colors

Complementary color

Complementary color for #hex is #710E67.


I love getcolorcode.com

Triadic colors

1 #988EF1 and #F1988E with #8EF198 are triadic colors.

2 #98F18E and #F18E98 with #8EF198 are triadic colors.