COLOR #8ABC20

HEX: #8ABC20 RGB: (138,188,32)

Color info

#8ABC20 contains mainly red and green colors. Web safe color of #8ABC20 is #99CC33 (or #9C3).

RGB color model

#8ABC20 color RGB value is (138,188,32).

RGB: (138,188,32) (54%, 74%, 13%)

RGB channels and saturation

R 138 of 255 = 54%
G 188 of 255 = 74%
B 32 of 255 = 13%

138
188
32

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

Portions of RGB colors in percentages

R + G + B = 138 + 188 + 32 = 358 (100%)
R 138 of 358 ~ 38.55%
G 188 of 358 ~ 52.51%
B 32 of 358 ~ 8.94'%

%38.55
%52.51

CMYK color model

#8ABC20 color CMYK value is (27,0,83,26).

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

CMYK: (27,0,83,26)
C27M0Y83K26 (27%, 0%, 83%, 26%)
(0.27 / 0.00 / 0.83 / 0.26)

CMYK percentages

%26.6
%0
%82.98
%26.27

Codes

Color #8ABC20 in popluar color models

8A BC 20
RGB 138 188 32
HSL 79° 70.91% 43.14%
HSB/HSV 79° 82.98% 73.73%
CMYK 26.60% 0.00% 82.98%
26.27%

Color #8ABC20 in popluar number systems.

HEX 8A BC 20
Decimal 138 188 32
Binary 10001010 10111100 100000
Octal 212 274 40

Shades and tints

Shades of #8ABC20

#8ABC20
(138,188,32)
#7EAB1E
(126,171,30)
#729A1C
(114,154,28)
#66891A
(102,137,26)
#5A7818
(90,120,24)
#4E6716
(78,103,22)
#425614
(66,86,20)
#364512
(54,69,18)
#2A3410
(42,52,16)
#1E230E
(30,35,14)
#12120C
(18,18,12)
#000000
(0,0,0)

Tints of #8ABC20

#8ABC20
(138,188,32)
#94C234
(148,194,52)
#9EC848
(158,200,72)
#A8CE5C
(168,206,92)
#B2D470
(178,212,112)
#BCDA84
(188,218,132)
#C6E098
(198,224,152)
#D0E6AC
(208,230,172)
#DAECC0
(218,236,192)
#E4F2D4
(228,242,212)
#EEF8E8
(238,248,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8ABC20; }

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

This text font color is #8ABC20.

Background Color

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

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

This div background color is #8ABC20.

Border color

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

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

This div border color is #8ABC20.

Opacity

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

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

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

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

This text has shadow with #8ABC20 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8ABC20.

Preview

Color preview on black background

This text has color #8ABC20 on black background.


Color preview on white background

This text has color #8ABC20 on white background.


Black color preview on #8ABC20 background

This text has black color on #8ABC20 background.


White color preview on #8ABC20 background

This text has white color on #8ABC20 background.


Related colors

Complementary color

Complementary color for #hex is #7543DF.


I love getcolorcode.com

Triadic colors

1 #208ABC and #BC208A with #8ABC20 are triadic colors.

2 #20BC8A and #BC8A20 with #8ABC20 are triadic colors.