COLOR #8CC844

HEX: #8CC844
RGB: (140,200,68)

Color info

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

RGB color model

#8CC844 color RGB value is (140,200,68).

  • red value is 140;
  • green value is 200;
  • blue value is 68.
RGB:
(140,200,68)
(55%,78%,27%)

RGB channels and saturation

R 140 of 255 = 55%
G 200 of 255 = 78%
B 68 of 255 = 27%

140
200
68

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

Portions of RGB colors in percentages

R + G + B =
140 + 200 + 68 = 408 (100%)
R 140 of 408 ~ 34.31%
G 200 of 408 ~ 49.02%
B 68 of 408 ~ 16.67%

%34.31
%49.02
%16.67

CMYK color model

#8CC844 color CMYK value is (30,0,66,22).

  • cyan value is 30.00%
  • magenta value is 0.00%
  • yellow value is 66.00%
  • key color value is 21.57%
CMYK:
(30,0,66,22)
C30M0Y66K22 
(30%,0%,66%,22%)
(0.30/0.00/0.66/0.22)	

CMYK percentages

%30
%0
%66
%21.57

Codes

Color #8CC844 in popluar color models

8CC844
RGB14020068
HSL87°54.55%52.55%
HSB/HSV87°66.00%78.43%
CMYK30.00%0.00%66.00%
21.57%

Color #8CC844 in popluar number systems.

HEX8CC844
Decimal14020068
Binary10001100110010001000100
Octal214310104

Shades and tints

Shades of #8CC844

#8CC844
(140,200,68)
#80B63E
(128,182,62)
#74A438
(116,164,56)
#689232
(104,146,50)
#5C802C
(92,128,44)
#506E26
(80,110,38)
#445C20
(68,92,32)
#384A1A
(56,74,26)
#2C3814
(44,56,20)
#20260E
(32,38,14)
#141408
(20,20,8)
#000000
(0,0,0)

Tints of #8CC844

#8CC844
(140,200,68)
#96CD55
(150,205,85)
#A0D266
(160,210,102)
#AAD777
(170,215,119)
#B4DC88
(180,220,136)
#BEE199
(190,225,153)
#C8E6AA
(200,230,170)
#D2EBBB
(210,235,187)
#DCF0CC
(220,240,204)
#E6F5DD
(230,245,221)
#F0FAEE
(240,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CC844 color. Also use rgb(140,200,68) instead hex code.

Text Font Color

.myTextColor { color: #8CC844; }

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

This text font color is #8CC844.


Background Color

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

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

This div background color is #8CC844.


Border color

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

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

This div border color is #8CC844.


Opacity

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

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

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

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

This text has shadow with #8CC844 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CC844 on black background.


Color preview on white background

This text has color #8CC844 on white background.



Black color preview on #8CC844 background

This text has black color on #8CC844 background.


White color preview on #8CC844 background

This text has white color on #8CC844 background.