COLOR #8FDA6F

HEX: #8FDA6F RGB: (143,218,111)

Color info

#8FDA6F contains mainly green color. Web safe color of #8FDA6F is #99CC66 (or #9C6).

RGB color model

#8FDA6F color RGB value is (143,218,111).

RGB: (143,218,111) (56%, 85%, 44%)

RGB channels and saturation

R 143 of 255 = 56%
G 218 of 255 = 85%
B 111 of 255 = 44%

143
218
111

R + G + B ~ 62%. #8FDA6F is quite light color.

Portions of RGB colors in percentages

R + G + B = 143 + 218 + 111 = 472 (100%)
R 143 of 472 ~ 30.3%
G 218 of 472 ~ 46.19%
B 111 of 472 ~ 23.52'%

%30.3
%46.19
%23.52

CMYK color model

#8FDA6F color CMYK value is (34,0,49,15).

  • cyan value is 34.40%
  • magenta value is 0.00%
  • yellow value is 49.08%
  • key color value is 14.51%

CMYK: (34,0,49,15)
C34M0Y49K15 (34%, 0%, 49%, 15%)
(0.34 / 0.00 / 0.49 / 0.15)

CMYK percentages

%34.4
%0
%49.08
%14.51

Codes

Color #8FDA6F in popluar color models

8F DA 6F
RGB 143 218 111
HSL 102° 59.12% 64.51%
HSB/HSV 102° 49.08% 85.49%
CMYK 34.40% 0.00% 49.08%
14.51%

Color #8FDA6F in popluar number systems.

HEX 8F DA 6F
Decimal 143 218 111
Binary 10001111 11011010 1101111
Octal 217 332 157

Shades and tints

Shades of #8FDA6F

#8FDA6F
(143,218,111)
#82C765
(130,199,101)
#75B45B
(117,180,91)
#68A151
(104,161,81)
#5B8E47
(91,142,71)
#4E7B3D
(78,123,61)
#416833
(65,104,51)
#345529
(52,85,41)
#27421F
(39,66,31)
#1A2F15
(26,47,21)
#0D1C0B
(13,28,11)
#000000
(0,0,0)

Tints of #8FDA6F

#8FDA6F
(143,218,111)
#99DD7C
(153,221,124)
#A3E089
(163,224,137)
#ADE396
(173,227,150)
#B7E6A3
(183,230,163)
#C1E9B0
(193,233,176)
#CBECBD
(203,236,189)
#D5EFCA
(213,239,202)
#DFF2D7
(223,242,215)
#E9F5E4
(233,245,228)
#F3F8F1
(243,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FDA6F color. Also use rgb(143,218,111) instead hex code.

Text Font Color

.myTextColor { color: #8FDA6F; }

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

This text font color is #8FDA6F.

Background Color

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

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

This div background color is #8FDA6F.

Border color

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

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

This div border color is #8FDA6F.

Opacity

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

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

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

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

This text has shadow with #8FDA6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8FDA6F.

Preview

Color preview on black background

This text has color #8FDA6F on black background.


Color preview on white background

This text has color #8FDA6F on white background.


Black color preview on #8FDA6F background

This text has black color on #8FDA6F background.


White color preview on #8FDA6F background

This text has white color on #8FDA6F background.


Related colors

Complementary color

Complementary color for #8FDA6F is #702590.


I love getcolorcode.com

Triadic colors

1 #6F8FDA and #DA6F8F with #8FDA6F are triadic colors.

2 #6FDA8F and #DA8F6F with #8FDA6F are triadic colors.