COLOR #8FD142

HEX: #8FD142
RGB: (143,209,66)

Color info

#8FD142 contains mainly green color. Web safe color of #8FD142 is #99CC33 (or #9C3).

RGB color model

#8FD142 color RGB value is (143,209,66).

  • red value is 143;
  • green value is 209;
  • blue value is 66.
RGB:
(143,209,66)
(56%,82%,26%)

RGB channels and saturation

R 143 of 255 = 56%
G 209 of 255 = 82%
B 66 of 255 = 26%

143
209
66

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

Portions of RGB colors in percentages

R + G + B =
143 + 209 + 66 = 418 (100%)
R 143 of 418 ~ 34.21%
G 209 of 418 ~ 50%
B 66 of 418 ~ 15.79%

%34.21
%50
%15.79

CMYK color model

#8FD142 color CMYK value is (32,0,68,18).

  • cyan value is 31.58%
  • magenta value is 0.00%
  • yellow value is 68.42%
  • key color value is 18.04%
CMYK:
(32,0,68,18)
C32M0Y68K18 
(32%,0%,68%,18%)
(0.32/0.00/0.68/0.18)	

CMYK percentages

%31.58
%0
%68.42
%18.04

Codes

Color #8FD142 in popluar color models

8FD142
RGB14320966
HSL88°60.85%53.92%
HSB/HSV88°68.42%81.96%
CMYK31.58%0.00%68.42%
18.04%

Color #8FD142 in popluar number systems.

HEX8FD142
Decimal14320966
Binary10001111110100011000010
Octal217321102

Shades and tints

Shades of #8FD142

#8FD142
(143,209,66)
#82BE3C
(130,190,60)
#75AB36
(117,171,54)
#689830
(104,152,48)
#5B852A
(91,133,42)
#4E7224
(78,114,36)
#415F1E
(65,95,30)
#344C18
(52,76,24)
#273912
(39,57,18)
#1A260C
(26,38,12)
#0D1306
(13,19,6)
#000000
(0,0,0)

Tints of #8FD142

#8FD142
(143,209,66)
#99D553
(153,213,83)
#A3D964
(163,217,100)
#ADDD75
(173,221,117)
#B7E186
(183,225,134)
#C1E597
(193,229,151)
#CBE9A8
(203,233,168)
#D5EDB9
(213,237,185)
#DFF1CA
(223,241,202)
#E9F5DB
(233,245,219)
#F3F9EC
(243,249,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FD142 color. Also use rgb(143,209,66) instead hex code.

Text Font Color

.myTextColor { color: #8FD142; }

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

This text font color is #8FD142.


Background Color

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

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

This div background color is #8FD142.


Border color

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

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

This div border color is #8FD142.


Opacity

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

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

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

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

This text has shadow with #8FD142 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FD142 on black background.


Color preview on white background

This text has color #8FD142 on white background.



Black color preview on #8FD142 background

This text has black color on #8FD142 background.


White color preview on #8FD142 background

This text has white color on #8FD142 background.