COLOR #8FC489

HEX: #8FC489
RGB: (143,196,137)

Color info

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

RGB color model

#8FC489 color RGB value is (143,196,137).

  • red value is 143;
  • green value is 196;
  • blue value is 137.
RGB:
(143,196,137)
(56%,77%,54%)

RGB channels and saturation

R 143 of 255 = 56%
G 196 of 255 = 77%
B 137 of 255 = 54%

143
196
137

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

Portions of RGB colors in percentages

R + G + B =
143 + 196 + 137 = 476 (100%)
R 143 of 476 ~ 30.04%
G 196 of 476 ~ 41.18%
B 137 of 476 ~ 28.78%

%30.04
%41.18
%28.78

CMYK color model

#8FC489 color CMYK value is (27,0,30,23).

  • cyan value is 27.04%
  • magenta value is 0.00%
  • yellow value is 30.10%
  • key color value is 23.14%
CMYK:
(27,0,30,23)
C27M0Y30K23 
(27%,0%,30%,23%)
(0.27/0.00/0.30/0.23)	

CMYK percentages

%27.04
%0
%30.1
%23.14

Codes

Color #8FC489 in popluar color models

8FC489
RGB143196137
HSL114°33.33%65.29%
HSB/HSV114°30.10%76.86%
CMYK27.04%0.00%30.10%
23.14%

Color #8FC489 in popluar number systems.

HEX8FC489
Decimal143196137
Binary100011111100010010001001
Octal217304211

Shades and tints

Shades of #8FC489

#8FC489
(143,196,137)
#82B37D
(130,179,125)
#75A271
(117,162,113)
#689165
(104,145,101)
#5B8059
(91,128,89)
#4E6F4D
(78,111,77)
#415E41
(65,94,65)
#344D35
(52,77,53)
#273C29
(39,60,41)
#1A2B1D
(26,43,29)
#0D1A11
(13,26,17)
#000000
(0,0,0)

Tints of #8FC489

#8FC489
(143,196,137)
#99C993
(153,201,147)
#A3CE9D
(163,206,157)
#ADD3A7
(173,211,167)
#B7D8B1
(183,216,177)
#C1DDBB
(193,221,187)
#CBE2C5
(203,226,197)
#D5E7CF
(213,231,207)
#DFECD9
(223,236,217)
#E9F1E3
(233,241,227)
#F3F6ED
(243,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FC489 color. Also use rgb(143,196,137) instead hex code.

Text Font Color

.myTextColor { color: #8FC489; }

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

This text font color is #8FC489.


Background Color

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

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

This div background color is #8FC489.


Border color

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

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

This div border color is #8FC489.


Opacity

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

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

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

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

This text has shadow with #8FC489 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FC489 on black background.


Color preview on white background

This text has color #8FC489 on white background.



Black color preview on #8FC489 background

This text has black color on #8FC489 background.


White color preview on #8FC489 background

This text has white color on #8FC489 background.