COLOR #8FB619

HEX: #8FB619 RGB: (143,182,25)

Color info

#8FB619 contains mainly red and green colors. Web safe color of #8FB619 is #99CC00 (or #9C0).

RGB color model

#8FB619 color RGB value is (143,182,25).

RGB: (143,182,25) (56%, 71%, 10%)

RGB channels and saturation

R 143 of 255 = 56%
G 182 of 255 = 71%
B 25 of 255 = 10%

143
182
25

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

Portions of RGB colors in percentages

R + G + B = 143 + 182 + 25 = 350 (100%)
R 143 of 350 ~ 40.86%
G 182 of 350 ~ 52%
B 25 of 350 ~ 7.14'%

%40.86
%52

CMYK color model

#8FB619 color CMYK value is (21,0,86,29).

  • cyan value is 21.43%
  • magenta value is 0.00%
  • yellow value is 86.26%
  • key color value is 28.63%

CMYK: (21,0,86,29)
C21M0Y86K29 (21%, 0%, 86%, 29%)
(0.21 / 0.00 / 0.86 / 0.29)

CMYK percentages

%21.43
%0
%86.26
%28.63

Codes

Color #8FB619 in popluar color models

8F B6 19
RGB 143 182 25
HSL 75° 75.85% 40.59%
HSB/HSV 75° 86.26% 71.37%
CMYK 21.43% 0.00% 86.26%
28.63%

Color #8FB619 in popluar number systems.

HEX 8F B6 19
Decimal 143 182 25
Binary 10001111 10110110 11001
Octal 217 266 31

Shades and tints

Shades of #8FB619

#8FB619
(143,182,25)
#82A617
(130,166,23)
#759615
(117,150,21)
#688613
(104,134,19)
#5B7611
(91,118,17)
#4E660F
(78,102,15)
#41560D
(65,86,13)
#34460B
(52,70,11)
#273609
(39,54,9)
#1A2607
(26,38,7)
#0D1605
(13,22,5)
#000000
(0,0,0)

Tints of #8FB619

#8FB619
(143,182,25)
#99BC2D
(153,188,45)
#A3C241
(163,194,65)
#ADC855
(173,200,85)
#B7CE69
(183,206,105)
#C1D47D
(193,212,125)
#CBDA91
(203,218,145)
#D5E0A5
(213,224,165)
#DFE6B9
(223,230,185)
#E9ECCD
(233,236,205)
#F3F2E1
(243,242,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FB619 color. Also use rgb(143,182,25) instead hex code.

Text Font Color

.myTextColor { color: #8FB619; }

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

This text font color is #8FB619.

Background Color

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

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

This div background color is #8FB619.

Border color

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

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

This div border color is #8FB619.

Opacity

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

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

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

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

This text has shadow with #8FB619 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8FB619.

Preview

Color preview on black background

This text has color #8FB619 on black background.


Color preview on white background

This text has color #8FB619 on white background.


Black color preview on #8FB619 background

This text has black color on #8FB619 background.


White color preview on #8FB619 background

This text has white color on #8FB619 background.


Related colors

Complementary color

Complementary color for #hex is #7049E6.


I love getcolorcode.com

Triadic colors

1 #198FB6 and #B6198F with #8FB619 are triadic colors.

2 #19B68F and #B68F19 with #8FB619 are triadic colors.