COLOR #8CFF00

HEX: #8CFF00 RGB: (140,255,0)

Color info

#8CFF00 contains mainly green color. Web safe color of #8CFF00 is #99FF00 (or #9F0).

RGB color model

#8CFF00 color RGB value is (140,255,0).

RGB: (140,255,0) (55%, 100%, 0%)

RGB channels and saturation

R 140 of 255 = 55%
G 255 of 255 = 100%
B 0 of 255 = 0%

140
255
0

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

Portions of RGB colors in percentages

R + G + B = 140 + 255 + 0 = 395 (100%)
R 140 of 395 ~ 35.44%
G 255 of 395 ~ 64.56%
B 0 of 395 ~ 0'%

%35.44
%64.56

CMYK color model

#8CFF00 color CMYK value is (45,0,100,0).

  • cyan value is 45.10%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 0.00%

CMYK: (45,0,100,0)
C45M0Y100K0 (45%, 0%, 100%, 0%)
(0.45 / 0.00 / 1.00 / 0.00)

CMYK percentages

%45.1
%0
%100
%0

Codes

Color #8CFF00 in popluar color models

8C FF 00
RGB 140 255 0
HSL 87° 100.00% 50.00%
HSB/HSV 87° 100.00% 100.00%
CMYK 45.10% 0.00% 100.00%
0.00%

Color #8CFF00 in popluar number systems.

HEX 8C FF 00
Decimal 140 255 0
Binary 10001100 11111111 0
Octal 214 377 0

Shades and tints

Shades of #8CFF00

#8CFF00
(140,255,0)
#80E800
(128,232,0)
#74D100
(116,209,0)
#68BA00
(104,186,0)
#5CA300
(92,163,0)
#508C00
(80,140,0)
#447500
(68,117,0)
#385E00
(56,94,0)
#2C4700
(44,71,0)
#203000
(32,48,0)
#141900
(20,25,0)
#000000
(0,0,0)

Tints of #8CFF00

#8CFF00
(140,255,0)
#96FF17
(150,255,23)
#A0FF2E
(160,255,46)
#AAFF45
(170,255,69)
#B4FF5C
(180,255,92)
#BEFF73
(190,255,115)
#C8FF8A
(200,255,138)
#D2FFA1
(210,255,161)
#DCFFB8
(220,255,184)
#E6FFCF
(230,255,207)
#F0FFE6
(240,255,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CFF00 color. Also use rgb(140,255,0) instead hex code.

Text Font Color

.myTextColor { color: #8CFF00; }

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

This text font color is #8CFF00.

Background Color

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

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

This div background color is #8CFF00.

Border color

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

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

This div border color is #8CFF00.

Opacity

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

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

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

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

This text has shadow with #8CFF00 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8CFF00.

Preview

Color preview on black background

This text has color #8CFF00 on black background.


Color preview on white background

This text has color #8CFF00 on white background.


Black color preview on #8CFF00 background

This text has black color on #8CFF00 background.


White color preview on #8CFF00 background

This text has white color on #8CFF00 background.


Related colors

Complementary color

Complementary color for #hex is #7300FF.


I love getcolorcode.com

Triadic colors

1 #008CFF and #FF008C with #8CFF00 are triadic colors.

2 #00FF8C and #FF8C00 with #8CFF00 are triadic colors.