COLOR #8FC490

HEX: #8FC490 RGB: (143,196,144)

Color info

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

RGB color model

#8FC490 color RGB value is (143,196,144).

RGB: (143,196,144) (56%, 77%, 56%)

RGB channels and saturation

R 143 of 255 = 56%
G 196 of 255 = 77%
B 144 of 255 = 56%

143
196
144

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

Portions of RGB colors in percentages

R + G + B = 143 + 196 + 144 = 483 (100%)
R 143 of 483 ~ 29.61%
G 196 of 483 ~ 40.58%
B 144 of 483 ~ 29.81'%

%29.61
%40.58
%29.81

CMYK color model

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

  • cyan value is 27.04%
  • magenta value is 0.00%
  • yellow value is 26.53%
  • key color value is 23.14%

CMYK: (27,0,27,23)
C27M0Y27K23 (27%, 0%, 27%, 23%)
(0.27 / 0.00 / 0.27 / 0.23)

CMYK percentages

%27.04
%0
%26.53
%23.14

Codes

Color #8FC490 in popluar color models

8F C4 90
RGB 143 196 144
HSL 121° 30.99% 66.47%
HSB/HSV 121° 27.04% 76.86%
CMYK 27.04% 0.00% 26.53%
23.14%

Color #8FC490 in popluar number systems.

HEX 8F C4 90
Decimal 143 196 144
Binary 10001111 11000100 10010000
Octal 217 304 220

Shades and tints

Shades of #8FC490

#8FC490
(143,196,144)
#82B383
(130,179,131)
#75A276
(117,162,118)
#689169
(104,145,105)
#5B805C
(91,128,92)
#4E6F4F
(78,111,79)
#415E42
(65,94,66)
#344D35
(52,77,53)
#273C28
(39,60,40)
#1A2B1B
(26,43,27)
#0D1A0E
(13,26,14)
#000000
(0,0,0)

Tints of #8FC490

#8FC490
(143,196,144)
#99C99A
(153,201,154)
#A3CEA4
(163,206,164)
#ADD3AE
(173,211,174)
#B7D8B8
(183,216,184)
#C1DDC2
(193,221,194)
#CBE2CC
(203,226,204)
#D5E7D6
(213,231,214)
#DFECE0
(223,236,224)
#E9F1EA
(233,241,234)
#F3F6F4
(243,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FC490; }

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

This text font color is #8FC490.

Background Color

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

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

This div background color is #8FC490.

Border color

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

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

This div border color is #8FC490.

Opacity

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

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

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

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

This text has shadow with #8FC490 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8FC490.

Preview

Color preview on black background

This text has color #8FC490 on black background.


Color preview on white background

This text has color #8FC490 on white background.


Black color preview on #8FC490 background

This text has black color on #8FC490 background.


White color preview on #8FC490 background

This text has white color on #8FC490 background.


Related colors

Complementary color

Complementary color for #hex is #703B6F.


I love getcolorcode.com

Triadic colors

1 #908FC4 and #C4908F with #8FC490 are triadic colors.

2 #90C48F and #C48F90 with #8FC490 are triadic colors.