COLOR #8ABC5D

HEX: #8ABC5D RGB: (138,188,93)

Color info

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

RGB color model

#8ABC5D color RGB value is (138,188,93).

RGB: (138,188,93) (54%, 74%, 36%)

RGB channels and saturation

R 138 of 255 = 54%
G 188 of 255 = 74%
B 93 of 255 = 36%

138
188
93

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

Portions of RGB colors in percentages

R + G + B = 138 + 188 + 93 = 419 (100%)
R 138 of 419 ~ 32.94%
G 188 of 419 ~ 44.87%
B 93 of 419 ~ 22.2'%

%32.94
%44.87
%22.2

CMYK color model

#8ABC5D color CMYK value is (27,0,51,26).

  • cyan value is 26.60%
  • magenta value is 0.00%
  • yellow value is 50.53%
  • key color value is 26.27%

CMYK: (27,0,51,26)
C27M0Y51K26 (27%, 0%, 51%, 26%)
(0.27 / 0.00 / 0.51 / 0.26)

CMYK percentages

%26.6
%0
%50.53
%26.27

Codes

Color #8ABC5D in popluar color models

8A BC 5D
RGB 138 188 93
HSL 92° 41.48% 55.10%
HSB/HSV 92° 50.53% 73.73%
CMYK 26.60% 0.00% 50.53%
26.27%

Color #8ABC5D in popluar number systems.

HEX 8A BC 5D
Decimal 138 188 93
Binary 10001010 10111100 1011101
Octal 212 274 135

Shades and tints

Shades of #8ABC5D

#8ABC5D
(138,188,93)
#7EAB55
(126,171,85)
#729A4D
(114,154,77)
#668945
(102,137,69)
#5A783D
(90,120,61)
#4E6735
(78,103,53)
#42562D
(66,86,45)
#364525
(54,69,37)
#2A341D
(42,52,29)
#1E2315
(30,35,21)
#12120D
(18,18,13)
#000000
(0,0,0)

Tints of #8ABC5D

#8ABC5D
(138,188,93)
#94C26B
(148,194,107)
#9EC879
(158,200,121)
#A8CE87
(168,206,135)
#B2D495
(178,212,149)
#BCDAA3
(188,218,163)
#C6E0B1
(198,224,177)
#D0E6BF
(208,230,191)
#DAECCD
(218,236,205)
#E4F2DB
(228,242,219)
#EEF8E9
(238,248,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8ABC5D color. Also use rgb(138,188,93) instead hex code.

Text Font Color

.myTextColor { color: #8ABC5D; }

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

This text font color is #8ABC5D.

Background Color

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

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

This div background color is #8ABC5D.

Border color

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

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

This div border color is #8ABC5D.

Opacity

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

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

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

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

This text has shadow with #8ABC5D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8ABC5D.

Preview

Color preview on black background

This text has color #8ABC5D on black background.


Color preview on white background

This text has color #8ABC5D on white background.


Black color preview on #8ABC5D background

This text has black color on #8ABC5D background.


White color preview on #8ABC5D background

This text has white color on #8ABC5D background.


Related colors

Complementary color

Complementary color for #hex is #7543A2.


I love getcolorcode.com

Triadic colors

1 #5D8ABC and #BC5D8A with #8ABC5D are triadic colors.

2 #5DBC8A and #BC8A5D with #8ABC5D are triadic colors.