COLOR #8BC58E

HEX: #8BC58E RGB: (139,197,142)

Color info

#8BC58E contains red, green and blue colors in about the same proportion. Web safe color of #8BC58E is #99CC99 (or #9C9).

RGB color model

#8BC58E color RGB value is (139,197,142).

RGB: (139,197,142) (55%, 77%, 56%)

RGB channels and saturation

R 139 of 255 = 55%
G 197 of 255 = 77%
B 142 of 255 = 56%

139
197
142

R + G + B ~ 63%. #8BC58E is quite light color.

Portions of RGB colors in percentages

R + G + B = 139 + 197 + 142 = 478 (100%)
R 139 of 478 ~ 29.08%
G 197 of 478 ~ 41.21%
B 142 of 478 ~ 29.71'%

%29.08
%41.21
%29.71

CMYK color model

#8BC58E color CMYK value is (29,0,28,23).

  • cyan value is 29.44%
  • magenta value is 0.00%
  • yellow value is 27.92%
  • key color value is 22.75%

CMYK: (29,0,28,23)
C29M0Y28K23 (29%, 0%, 28%, 23%)
(0.29 / 0.00 / 0.28 / 0.23)

CMYK percentages

%29.44
%0
%27.92
%22.75

Codes

Color #8BC58E in popluar color models

8B C5 8E
RGB 139 197 142
HSL 123° 33.33% 65.88%
HSB/HSV 123° 29.44% 77.25%
CMYK 29.44% 0.00% 27.92%
22.75%

Color #8BC58E in popluar number systems.

HEX 8B C5 8E
Decimal 139 197 142
Binary 10001011 11000101 10001110
Octal 213 305 216

Shades and tints

Shades of #8BC58E

#8BC58E
(139,197,142)
#7FB482
(127,180,130)
#73A376
(115,163,118)
#67926A
(103,146,106)
#5B815E
(91,129,94)
#4F7052
(79,112,82)
#435F46
(67,95,70)
#374E3A
(55,78,58)
#2B3D2E
(43,61,46)
#1F2C22
(31,44,34)
#131B16
(19,27,22)
#000000
(0,0,0)

Tints of #8BC58E

#8BC58E
(139,197,142)
#95CA98
(149,202,152)
#9FCFA2
(159,207,162)
#A9D4AC
(169,212,172)
#B3D9B6
(179,217,182)
#BDDEC0
(189,222,192)
#C7E3CA
(199,227,202)
#D1E8D4
(209,232,212)
#DBEDDE
(219,237,222)
#E5F2E8
(229,242,232)
#EFF7F2
(239,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8BC58E color. Also use rgb(139,197,142) instead hex code.

Text Font Color

.myTextColor { color: #8BC58E; }

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

This text font color is #8BC58E.

Background Color

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

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

This div background color is #8BC58E.

Border color

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

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

This div border color is #8BC58E.

Opacity

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

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

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

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

This text has shadow with #8BC58E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8BC58E.

Preview

Color preview on black background

This text has color #8BC58E on black background.


Color preview on white background

This text has color #8BC58E on white background.


Black color preview on #8BC58E background

This text has black color on #8BC58E background.


White color preview on #8BC58E background

This text has white color on #8BC58E background.


Related colors

Complementary color

Complementary color for #hex is #743A71.


I love getcolorcode.com

Triadic colors

1 #8E8BC5 and #C58E8B with #8BC58E are triadic colors.

2 #8EC58B and #C58B8E with #8BC58E are triadic colors.