COLOR #8CF907

HEX: #8CF907
RGB: (140,249,7)

Color info

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

RGB color model

#8CF907 color RGB value is (140,249,7).

  • red value is 140;
  • green value is 249;
  • blue value is 7.
RGB:
(140,249,7)
(55%,98%,3%)

RGB channels and saturation

R 140 of 255 = 55%
G 249 of 255 = 98%
B 7 of 255 = 3%

140
249
7

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

Portions of RGB colors in percentages

R + G + B =
140 + 249 + 7 = 396 (100%)
R 140 of 396 ~ 35.35%
G 249 of 396 ~ 62.88%
B 7 of 396 ~ 1.77%

%35.35
%62.88

CMYK color model

#8CF907 color CMYK value is (44,0,97,2).

  • cyan value is 43.78%
  • magenta value is 0.00%
  • yellow value is 97.19%
  • key color value is 2.35%
CMYK:
(44,0,97,2)
C44M0Y97K2 
(44%,0%,97%,2%)
(0.44/0.00/0.97/0.02)	

CMYK percentages

%43.78
%0
%97.19
%2.35

Codes

Color #8CF907 in popluar color models

8CF907
RGB1402497
HSL87°95.28%50.20%
HSB/HSV87°97.19%97.65%
CMYK43.78%0.00%97.19%
2.35%

Color #8CF907 in popluar number systems.

HEX8CF907
Decimal1402497
Binary1000110011111001111
Octal2143717

Shades and tints

Shades of #8CF907

#8CF907
(140,249,7)
#80E307
(128,227,7)
#74CD07
(116,205,7)
#68B707
(104,183,7)
#5CA107
(92,161,7)
#508B07
(80,139,7)
#447507
(68,117,7)
#385F07
(56,95,7)
#2C4907
(44,73,7)
#203307
(32,51,7)
#141D07
(20,29,7)
#000000
(0,0,0)

Tints of #8CF907

#8CF907
(140,249,7)
#96F91D
(150,249,29)
#A0F933
(160,249,51)
#AAF949
(170,249,73)
#B4F95F
(180,249,95)
#BEF975
(190,249,117)
#C8F98B
(200,249,139)
#D2F9A1
(210,249,161)
#DCF9B7
(220,249,183)
#E6F9CD
(230,249,205)
#F0F9E3
(240,249,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CF907 color. Also use rgb(140,249,7) instead hex code.

Text Font Color

.myTextColor { color: #8CF907; }

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

This text font color is #8CF907.


Background Color

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

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

This div background color is #8CF907.


Border color

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

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

This div border color is #8CF907.


Opacity

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

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

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

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

This text has shadow with #8CF907 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CF907 on black background.


Color preview on white background

This text has color #8CF907 on white background.



Black color preview on #8CF907 background

This text has black color on #8CF907 background.


White color preview on #8CF907 background

This text has white color on #8CF907 background.