COLOR #8EBE5C

HEX: #8EBE5C
RGB: (142,190,92)

Color info

#8EBE5C contains mainly red and green colors. Web safe color of #8EBE5C is #99CC66 (or #9C6).

RGB color model

#8EBE5C color RGB value is (142,190,92).

  • red value is 142;
  • green value is 190;
  • blue value is 92.
RGB:
(142,190,92)
(56%,75%,36%)

RGB channels and saturation

R 142 of 255 = 56%
G 190 of 255 = 75%
B 92 of 255 = 36%

142
190
92

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

Portions of RGB colors in percentages

R + G + B =
142 + 190 + 92 = 424 (100%)
R 142 of 424 ~ 33.49%
G 190 of 424 ~ 44.81%
B 92 of 424 ~ 21.7%

%33.49
%44.81
%21.7

CMYK color model

#8EBE5C color CMYK value is (25,0,52,25).

  • cyan value is 25.26%
  • magenta value is 0.00%
  • yellow value is 51.58%
  • key color value is 25.49%
CMYK:
(25,0,52,25)
C25M0Y52K25 
(25%,0%,52%,25%)
(0.25/0.00/0.52/0.25)	

CMYK percentages

%25.26
%0
%51.58
%25.49

Codes

Color #8EBE5C in popluar color models

8EBE5C
RGB14219092
HSL89°42.98%55.29%
HSB/HSV89°51.58%74.51%
CMYK25.26%0.00%51.58%
25.49%

Color #8EBE5C in popluar number systems.

HEX8EBE5C
Decimal14219092
Binary10001110101111101011100
Octal216276134

Shades and tints

Shades of #8EBE5C

#8EBE5C
(142,190,92)
#82AD54
(130,173,84)
#769C4C
(118,156,76)
#6A8B44
(106,139,68)
#5E7A3C
(94,122,60)
#526934
(82,105,52)
#46582C
(70,88,44)
#3A4724
(58,71,36)
#2E361C
(46,54,28)
#222514
(34,37,20)
#16140C
(22,20,12)
#000000
(0,0,0)

Tints of #8EBE5C

#8EBE5C
(142,190,92)
#98C36A
(152,195,106)
#A2C878
(162,200,120)
#ACCD86
(172,205,134)
#B6D294
(182,210,148)
#C0D7A2
(192,215,162)
#CADCB0
(202,220,176)
#D4E1BE
(212,225,190)
#DEE6CC
(222,230,204)
#E8EBDA
(232,235,218)
#F2F0E8
(242,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EBE5C color. Also use rgb(142,190,92) instead hex code.

Text Font Color

.myTextColor { color: #8EBE5C; }

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

This text font color is #8EBE5C.


Background Color

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

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

This div background color is #8EBE5C.


Border color

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

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

This div border color is #8EBE5C.


Opacity

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

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

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

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

This text has shadow with #8EBE5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EBE5C on black background.


Color preview on white background

This text has color #8EBE5C on white background.



Black color preview on #8EBE5C background

This text has black color on #8EBE5C background.


White color preview on #8EBE5C background

This text has white color on #8EBE5C background.