COLOR #8EC259

HEX: #8EC259 RGB: (142,194,89)

Color info

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

RGB color model

#8EC259 color RGB value is (142,194,89).

RGB: (142,194,89) (56%, 76%, 35%)

RGB channels and saturation

R 142 of 255 = 56%
G 194 of 255 = 76%
B 89 of 255 = 35%

142
194
89

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

Portions of RGB colors in percentages

R + G + B = 142 + 194 + 89 = 425 (100%)
R 142 of 425 ~ 33.41%
G 194 of 425 ~ 45.65%
B 89 of 425 ~ 20.94'%

%33.41
%45.65
%20.94

CMYK color model

#8EC259 color CMYK value is (27,0,54,24).

  • cyan value is 26.80%
  • magenta value is 0.00%
  • yellow value is 54.12%
  • key color value is 23.92%

CMYK: (27,0,54,24)
C27M0Y54K24 (27%, 0%, 54%, 24%)
(0.27 / 0.00 / 0.54 / 0.24)

CMYK percentages

%26.8
%0
%54.12
%23.92

Codes

Color #8EC259 in popluar color models

8E C2 59
RGB 142 194 89
HSL 90° 46.26% 55.49%
HSB/HSV 90° 54.12% 76.08%
CMYK 26.80% 0.00% 54.12%
23.92%

Color #8EC259 in popluar number systems.

HEX 8E C2 59
Decimal 142 194 89
Binary 10001110 11000010 1011001
Octal 216 302 131

Shades and tints

Shades of #8EC259

#8EC259
(142,194,89)
#82B151
(130,177,81)
#76A049
(118,160,73)
#6A8F41
(106,143,65)
#5E7E39
(94,126,57)
#526D31
(82,109,49)
#465C29
(70,92,41)
#3A4B21
(58,75,33)
#2E3A19
(46,58,25)
#222911
(34,41,17)
#161809
(22,24,9)
#000000
(0,0,0)

Tints of #8EC259

#8EC259
(142,194,89)
#98C768
(152,199,104)
#A2CC77
(162,204,119)
#ACD186
(172,209,134)
#B6D695
(182,214,149)
#C0DBA4
(192,219,164)
#CAE0B3
(202,224,179)
#D4E5C2
(212,229,194)
#DEEAD1
(222,234,209)
#E8EFE0
(232,239,224)
#F2F4EF
(242,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EC259; }

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

This text font color is #8EC259.

Background Color

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

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

This div background color is #8EC259.

Border color

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

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

This div border color is #8EC259.

Opacity

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

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

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

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

This text has shadow with #8EC259 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EC259.

Preview

Color preview on black background

This text has color #8EC259 on black background.


Color preview on white background

This text has color #8EC259 on white background.


Black color preview on #8EC259 background

This text has black color on #8EC259 background.


White color preview on #8EC259 background

This text has white color on #8EC259 background.


Related colors

Complementary color

Complementary color for #hex is #713DA6.


I love getcolorcode.com

Triadic colors

1 #598EC2 and #C2598E with #8EC259 are triadic colors.

2 #59C28E and #C28E59 with #8EC259 are triadic colors.