COLOR #8FE029

HEX: #8FE029
RGB: (143,224,41)

Color info

#8FE029 contains mainly green color. Web safe color of #8FE029 is #99CC33 (or #9C3).

RGB color model

#8FE029 color RGB value is (143,224,41).

  • red value is 143;
  • green value is 224;
  • blue value is 41.
RGB:
(143,224,41)
(56%,88%,16%)

RGB channels and saturation

R 143 of 255 = 56%
G 224 of 255 = 88%
B 41 of 255 = 16%

143
224
41

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

Portions of RGB colors in percentages

R + G + B =
143 + 224 + 41 = 408 (100%)
R 143 of 408 ~ 35.05%
G 224 of 408 ~ 54.9%
B 41 of 408 ~ 10.05%

%35.05
%54.9
%10.05

CMYK color model

#8FE029 color CMYK value is (36,0,82,12).

  • cyan value is 36.16%
  • magenta value is 0.00%
  • yellow value is 81.70%
  • key color value is 12.16%
CMYK:
(36,0,82,12)
C36M0Y82K12 
(36%,0%,82%,12%)
(0.36/0.00/0.82/0.12)	

CMYK percentages

%36.16
%0
%81.7
%12.16

Codes

Color #8FE029 in popluar color models

8FE029
RGB14322441
HSL87°74.69%51.96%
HSB/HSV87°81.70%87.84%
CMYK36.16%0.00%81.70%
12.16%

Color #8FE029 in popluar number systems.

HEX8FE029
Decimal14322441
Binary1000111111100000101001
Octal21734051

Shades and tints

Shades of #8FE029

#8FE029
(143,224,41)
#82CC26
(130,204,38)
#75B823
(117,184,35)
#68A420
(104,164,32)
#5B901D
(91,144,29)
#4E7C1A
(78,124,26)
#416817
(65,104,23)
#345414
(52,84,20)
#274011
(39,64,17)
#1A2C0E
(26,44,14)
#0D180B
(13,24,11)
#000000
(0,0,0)

Tints of #8FE029

#8FE029
(143,224,41)
#99E23C
(153,226,60)
#A3E44F
(163,228,79)
#ADE662
(173,230,98)
#B7E875
(183,232,117)
#C1EA88
(193,234,136)
#CBEC9B
(203,236,155)
#D5EEAE
(213,238,174)
#DFF0C1
(223,240,193)
#E9F2D4
(233,242,212)
#F3F4E7
(243,244,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FE029 color. Also use rgb(143,224,41) instead hex code.

Text Font Color

.myTextColor { color: #8FE029; }

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

This text font color is #8FE029.


Background Color

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

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

This div background color is #8FE029.


Border color

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

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

This div border color is #8FE029.


Opacity

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

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

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

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

This text has shadow with #8FE029 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FE029 on black background.


Color preview on white background

This text has color #8FE029 on white background.



Black color preview on #8FE029 background

This text has black color on #8FE029 background.


White color preview on #8FE029 background

This text has white color on #8FE029 background.