COLOR #8EBB59

HEX: #8EBB59
RGB: (142,187,89)

Color info

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

RGB color model

#8EBB59 color RGB value is (142,187,89).

  • red value is 142;
  • green value is 187;
  • blue value is 89.
RGB:
(142,187,89)
(56%,73%,35%)

RGB channels and saturation

R 142 of 255 = 56%
G 187 of 255 = 73%
B 89 of 255 = 35%

142
187
89

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

Portions of RGB colors in percentages

R + G + B =
142 + 187 + 89 = 418 (100%)
R 142 of 418 ~ 33.97%
G 187 of 418 ~ 44.74%
B 89 of 418 ~ 21.29%

%33.97
%44.74
%21.29

CMYK color model

#8EBB59 color CMYK value is (24,0,52,27).

  • cyan value is 24.06%
  • magenta value is 0.00%
  • yellow value is 52.41%
  • key color value is 26.67%
CMYK:
(24,0,52,27)
C24M0Y52K27 
(24%,0%,52%,27%)
(0.24/0.00/0.52/0.27)	

CMYK percentages

%24.06
%0
%52.41
%26.67

Codes

Color #8EBB59 in popluar color models

8EBB59
RGB14218789
HSL88°41.88%54.12%
HSB/HSV88°52.41%73.33%
CMYK24.06%0.00%52.41%
26.67%

Color #8EBB59 in popluar number systems.

HEX8EBB59
Decimal14218789
Binary10001110101110111011001
Octal216273131

Shades and tints

Shades of #8EBB59

#8EBB59
(142,187,89)
#82AA51
(130,170,81)
#769949
(118,153,73)
#6A8841
(106,136,65)
#5E7739
(94,119,57)
#526631
(82,102,49)
#465529
(70,85,41)
#3A4421
(58,68,33)
#2E3319
(46,51,25)
#222211
(34,34,17)
#161109
(22,17,9)
#000000
(0,0,0)

Tints of #8EBB59

#8EBB59
(142,187,89)
#98C168
(152,193,104)
#A2C777
(162,199,119)
#ACCD86
(172,205,134)
#B6D395
(182,211,149)
#C0D9A4
(192,217,164)
#CADFB3
(202,223,179)
#D4E5C2
(212,229,194)
#DEEBD1
(222,235,209)
#E8F1E0
(232,241,224)
#F2F7EF
(242,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EBB59 color. Also use rgb(142,187,89) instead hex code.

Text Font Color

.myTextColor { color: #8EBB59; }

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

This text font color is #8EBB59.


Background Color

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

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

This div background color is #8EBB59.


Border color

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

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

This div border color is #8EBB59.


Opacity

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

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

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

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

This text has shadow with #8EBB59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EBB59 on black background.


Color preview on white background

This text has color #8EBB59 on white background.



Black color preview on #8EBB59 background

This text has black color on #8EBB59 background.


White color preview on #8EBB59 background

This text has white color on #8EBB59 background.