COLOR #8ECF48

HEX: #8ECF48
RGB: (142,207,72)

Color info

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

RGB color model

#8ECF48 color RGB value is (142,207,72).

  • red value is 142;
  • green value is 207;
  • blue value is 72.
RGB:
(142,207,72)
(56%,81%,28%)

RGB channels and saturation

R 142 of 255 = 56%
G 207 of 255 = 81%
B 72 of 255 = 28%

142
207
72

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

Portions of RGB colors in percentages

R + G + B =
142 + 207 + 72 = 421 (100%)
R 142 of 421 ~ 33.73%
G 207 of 421 ~ 49.17%
B 72 of 421 ~ 17.1%

%33.73
%49.17
%17.1

CMYK color model

#8ECF48 color CMYK value is (31,0,65,19).

  • cyan value is 31.40%
  • magenta value is 0.00%
  • yellow value is 65.22%
  • key color value is 18.82%
CMYK:
(31,0,65,19)
C31M0Y65K19 
(31%,0%,65%,19%)
(0.31/0.00/0.65/0.19)	

CMYK percentages

%31.4
%0
%65.22
%18.82

Codes

Color #8ECF48 in popluar color models

8ECF48
RGB14220772
HSL89°58.44%54.71%
HSB/HSV89°65.22%81.18%
CMYK31.40%0.00%65.22%
18.82%

Color #8ECF48 in popluar number systems.

HEX8ECF48
Decimal14220772
Binary10001110110011111001000
Octal216317110

Shades and tints

Shades of #8ECF48

#8ECF48
(142,207,72)
#82BD42
(130,189,66)
#76AB3C
(118,171,60)
#6A9936
(106,153,54)
#5E8730
(94,135,48)
#52752A
(82,117,42)
#466324
(70,99,36)
#3A511E
(58,81,30)
#2E3F18
(46,63,24)
#222D12
(34,45,18)
#161B0C
(22,27,12)
#000000
(0,0,0)

Tints of #8ECF48

#8ECF48
(142,207,72)
#98D358
(152,211,88)
#A2D768
(162,215,104)
#ACDB78
(172,219,120)
#B6DF88
(182,223,136)
#C0E398
(192,227,152)
#CAE7A8
(202,231,168)
#D4EBB8
(212,235,184)
#DEEFC8
(222,239,200)
#E8F3D8
(232,243,216)
#F2F7E8
(242,247,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8ECF48 color. Also use rgb(142,207,72) instead hex code.

Text Font Color

.myTextColor { color: #8ECF48; }

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

This text font color is #8ECF48.


Background Color

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

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

This div background color is #8ECF48.


Border color

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

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

This div border color is #8ECF48.


Opacity

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

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

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

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

This text has shadow with #8ECF48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8ECF48 on black background.


Color preview on white background

This text has color #8ECF48 on white background.



Black color preview on #8ECF48 background

This text has black color on #8ECF48 background.


White color preview on #8ECF48 background

This text has white color on #8ECF48 background.