COLOR #8CF390

HEX: #8CF390
RGB: (140,243,144)

Color info

#8CF390 contains mainly green color. Web safe color of #8CF390 is #99FF99 (or #9F9).

RGB color model

#8CF390 color RGB value is (140,243,144).

  • red value is 140;
  • green value is 243;
  • blue value is 144.
RGB:
(140,243,144)
(55%,95%,56%)

RGB channels and saturation

R 140 of 255 = 55%
G 243 of 255 = 95%
B 144 of 255 = 56%

140
243
144

R + G + B ~ 69%. #8CF390 is quite light color.

Portions of RGB colors in percentages

R + G + B =
140 + 243 + 144 = 527 (100%)
R 140 of 527 ~ 26.57%
G 243 of 527 ~ 46.11%
B 144 of 527 ~ 27.32%

%26.57
%46.11
%27.32

CMYK color model

#8CF390 color CMYK value is (42,0,41,5).

  • cyan value is 42.39%
  • magenta value is 0.00%
  • yellow value is 40.74%
  • key color value is 4.71%
CMYK:
(42,0,41,5)
C42M0Y41K5 
(42%,0%,41%,5%)
(0.42/0.00/0.41/0.05)	

CMYK percentages

%42.39
%0
%40.74
%4.71

Codes

Color #8CF390 in popluar color models

8CF390
RGB140243144
HSL122°81.10%75.10%
HSB/HSV122°42.39%95.29%
CMYK42.39%0.00%40.74%
4.71%

Color #8CF390 in popluar number systems.

HEX8CF390
Decimal140243144
Binary100011001111001110010000
Octal214363220

Shades and tints

Shades of #8CF390

#8CF390
(140,243,144)
#80DD83
(128,221,131)
#74C776
(116,199,118)
#68B169
(104,177,105)
#5C9B5C
(92,155,92)
#50854F
(80,133,79)
#446F42
(68,111,66)
#385935
(56,89,53)
#2C4328
(44,67,40)
#202D1B
(32,45,27)
#14170E
(20,23,14)
#000000
(0,0,0)

Tints of #8CF390

#8CF390
(140,243,144)
#96F49A
(150,244,154)
#A0F5A4
(160,245,164)
#AAF6AE
(170,246,174)
#B4F7B8
(180,247,184)
#BEF8C2
(190,248,194)
#C8F9CC
(200,249,204)
#D2FAD6
(210,250,214)
#DCFBE0
(220,251,224)
#E6FCEA
(230,252,234)
#F0FDF4
(240,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CF390 color. Also use rgb(140,243,144) instead hex code.

Text Font Color

.myTextColor { color: #8CF390; }

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

This text font color is #8CF390.


Background Color

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

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

This div background color is #8CF390.


Border color

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

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

This div border color is #8CF390.


Opacity

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

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

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

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

This text has shadow with #8CF390 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CF390 on black background.


Color preview on white background

This text has color #8CF390 on white background.



Black color preview on #8CF390 background

This text has black color on #8CF390 background.


White color preview on #8CF390 background

This text has white color on #8CF390 background.