COLOR #8FC68D

HEX: #8FC68D
RGB: (143,198,141)

Color info

#8FC68D contains red, green and blue colors in about the same proportion. Web safe color of #8FC68D is #99CC99 (or #9C9).

RGB color model

#8FC68D color RGB value is (143,198,141).

  • red value is 143;
  • green value is 198;
  • blue value is 141.
RGB:
(143,198,141)
(56%,78%,55%)

RGB channels and saturation

R 143 of 255 = 56%
G 198 of 255 = 78%
B 141 of 255 = 55%

143
198
141

R + G + B ~ 63%. #8FC68D is quite light color.

Portions of RGB colors in percentages

R + G + B =
143 + 198 + 141 = 482 (100%)
R 143 of 482 ~ 29.67%
G 198 of 482 ~ 41.08%
B 141 of 482 ~ 29.25%

%29.67
%41.08
%29.25

CMYK color model

#8FC68D color CMYK value is (28,0,29,22).

  • cyan value is 27.78%
  • magenta value is 0.00%
  • yellow value is 28.79%
  • key color value is 22.35%
CMYK:
(28,0,29,22)
C28M0Y29K22 
(28%,0%,29%,22%)
(0.28/0.00/0.29/0.22)	

CMYK percentages

%27.78
%0
%28.79
%22.35

Codes

Color #8FC68D in popluar color models

8FC68D
RGB143198141
HSL118°33.33%66.47%
HSB/HSV118°28.79%77.65%
CMYK27.78%0.00%28.79%
22.35%

Color #8FC68D in popluar number systems.

HEX8FC68D
Decimal143198141
Binary100011111100011010001101
Octal217306215

Shades and tints

Shades of #8FC68D

#8FC68D
(143,198,141)
#82B481
(130,180,129)
#75A275
(117,162,117)
#689069
(104,144,105)
#5B7E5D
(91,126,93)
#4E6C51
(78,108,81)
#415A45
(65,90,69)
#344839
(52,72,57)
#27362D
(39,54,45)
#1A2421
(26,36,33)
#0D1215
(13,18,21)
#000000
(0,0,0)

Tints of #8FC68D

#8FC68D
(143,198,141)
#99CB97
(153,203,151)
#A3D0A1
(163,208,161)
#ADD5AB
(173,213,171)
#B7DAB5
(183,218,181)
#C1DFBF
(193,223,191)
#CBE4C9
(203,228,201)
#D5E9D3
(213,233,211)
#DFEEDD
(223,238,221)
#E9F3E7
(233,243,231)
#F3F8F1
(243,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FC68D color. Also use rgb(143,198,141) instead hex code.

Text Font Color

.myTextColor { color: #8FC68D; }

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

This text font color is #8FC68D.


Background Color

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

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

This div background color is #8FC68D.


Border color

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

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

This div border color is #8FC68D.


Opacity

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

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

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

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

This text has shadow with #8FC68D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FC68D on black background.


Color preview on white background

This text has color #8FC68D on white background.



Black color preview on #8FC68D background

This text has black color on #8FC68D background.


White color preview on #8FC68D background

This text has white color on #8FC68D background.