COLOR #8FB248

HEX: #8FB248
RGB: (143,178,72)

Color info

#8FB248 contains mainly red and green colors. Web safe color of #8FB248 is #999933 (or #993).

RGB color model

#8FB248 color RGB value is (143,178,72).

  • red value is 143;
  • green value is 178;
  • blue value is 72.
RGB:
(143,178,72)
(56%,70%,28%)

RGB channels and saturation

R 143 of 255 = 56%
G 178 of 255 = 70%
B 72 of 255 = 28%

143
178
72

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

Portions of RGB colors in percentages

R + G + B =
143 + 178 + 72 = 393 (100%)
R 143 of 393 ~ 36.39%
G 178 of 393 ~ 45.29%
B 72 of 393 ~ 18.32%

%36.39
%45.29
%18.32

CMYK color model

#8FB248 color CMYK value is (20,0,60,30).

  • cyan value is 19.66%
  • magenta value is 0.00%
  • yellow value is 59.55%
  • key color value is 30.20%
CMYK:
(20,0,60,30)
C20M0Y60K30 
(20%,0%,60%,30%)
(0.20/0.00/0.60/0.30)	

CMYK percentages

%19.66
%0
%59.55
%30.2

Codes

Color #8FB248 in popluar color models

8FB248
RGB14317872
HSL80°42.40%49.02%
HSB/HSV80°59.55%69.80%
CMYK19.66%0.00%59.55%
30.20%

Color #8FB248 in popluar number systems.

HEX8FB248
Decimal14317872
Binary10001111101100101001000
Octal217262110

Shades and tints

Shades of #8FB248

#8FB248
(143,178,72)
#82A242
(130,162,66)
#75923C
(117,146,60)
#688236
(104,130,54)
#5B7230
(91,114,48)
#4E622A
(78,98,42)
#415224
(65,82,36)
#34421E
(52,66,30)
#273218
(39,50,24)
#1A2212
(26,34,18)
#0D120C
(13,18,12)
#000000
(0,0,0)

Tints of #8FB248

#8FB248
(143,178,72)
#99B958
(153,185,88)
#A3C068
(163,192,104)
#ADC778
(173,199,120)
#B7CE88
(183,206,136)
#C1D598
(193,213,152)
#CBDCA8
(203,220,168)
#D5E3B8
(213,227,184)
#DFEAC8
(223,234,200)
#E9F1D8
(233,241,216)
#F3F8E8
(243,248,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FB248 color. Also use rgb(143,178,72) instead hex code.

Text Font Color

.myTextColor { color: #8FB248; }

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

This text font color is #8FB248.


Background Color

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

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

This div background color is #8FB248.


Border color

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

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

This div border color is #8FB248.


Opacity

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

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

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

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

This text has shadow with #8FB248 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FB248 on black background.


Color preview on white background

This text has color #8FB248 on white background.



Black color preview on #8FB248 background

This text has black color on #8FB248 background.


White color preview on #8FB248 background

This text has white color on #8FB248 background.