COLOR #8EC371

HEX: #8EC371
RGB: (142,195,113)

Renk bilgisi

#8EC371 contains mainly red and green colors. #8EC371 ‘ nin web güvenlik rengi #99CC66 (ya da #9C6) dir.

RGB renk modeli

#8EC371 color RGB value is (142,195,113).

  • kırmız ton 142;
  • yeşil ton 195;
  • mavi ton 113.
RGB:
(142,195,113)
(56%,76%,44%)

RGB bağlantıları ve doygunluk

R 142 of 255 = 56%
G 195 of 255 = 76%
B 113 of 255 = 44%

142
195
113

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

Yüzdelerle RGB renk parçaları

R + G + B =
142 + 195 + 113 = 450 (100%)
R 142 of 450 ~ 31.56%
G 195 of 450 ~ 43.33%
B 113 of 450 ~ 25.11%

%31.56
%43.33
%25.11

CMYK RENK MODELİ

#8EC371 rengi CMYK tonu (27,0,42,24).

  • camgöbeği tonu 27.18%
  • eflatun tonu 0.00%
  • sarı tonu 42.05%
  • ana renk tonu 23.53%
CMYK:
(27,0,42,24)
C27M0Y42K24 
(27%,0%,42%,24%)
(0.27/0.00/0.42/0.24)	

CMYK yüzdeleri

%27.18
%0
%42.05
%23.53

Codes

Color #8EC371 in popluar color models

8EC371
RGB142195113
HSL99°40.59%60.39%
HSB/HSV99°42.05%76.47%
CMYK27.18%0.00%42.05%
23.53%

Color #8EC371 in popluar number systems.

HEX8EC371
Decimal142195113
Binary10001110110000111110001
Octal216303161

Shades and tints

Shades of #8EC371

#8EC371
(142,195,113)
#82B267
(130,178,103)
#76A15D
(118,161,93)
#6A9053
(106,144,83)
#5E7F49
(94,127,73)
#526E3F
(82,110,63)
#465D35
(70,93,53)
#3A4C2B
(58,76,43)
#2E3B21
(46,59,33)
#222A17
(34,42,23)
#16190D
(22,25,13)
#000000
(0,0,0)

Tints of #8EC371

#8EC371
(142,195,113)
#98C87D
(152,200,125)
#A2CD89
(162,205,137)
#ACD295
(172,210,149)
#B6D7A1
(182,215,161)
#C0DCAD
(192,220,173)
#CAE1B9
(202,225,185)
#D4E6C5
(212,230,197)
#DEEBD1
(222,235,209)
#E8F0DD
(232,240,221)
#F2F5E9
(242,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EC371 color. Also use rgb(142,195,113) instead hex code.

Text Font Color

.myTextColor { color: #8EC371; }

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

This text font color is #8EC371.


Background Color

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

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

This div background color is #8EC371.


Border color

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

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

This div border color is #8EC371.


Opacity

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

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

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

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

This text has shadow with #8EC371 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EC371 on black background.


Color preview on white background

This text has color #8EC371 on white background.



Black color preview on #8EC371 background

This text has black color on #8EC371 background.


White color preview on #8EC371 background

This text has white color on #8EC371 background.