COLOR #8CE460

HEX: #8CE460 RGB: (140,228,96)

Color info

#8CE460 contains mainly green color. Web safe color of #8CE460 is #99CC66 (or #9C6).

RGB color model

#8CE460 color RGB value is (140,228,96).

RGB: (140,228,96) (55%, 89%, 38%)

RGB channels and saturation

R 140 of 255 = 55%
G 228 of 255 = 89%
B 96 of 255 = 38%

140
228
96

R + G + B ~ 61%. #8CE460 is quite light color.

Portions of RGB colors in percentages

R + G + B = 140 + 228 + 96 = 464 (100%)
R 140 of 464 ~ 30.17%
G 228 of 464 ~ 49.14%
B 96 of 464 ~ 20.69'%

%30.17
%49.14
%20.69

CMYK color model

#8CE460 color CMYK value is (39,0,58,11).

  • cyan value is 38.60%
  • magenta value is 0.00%
  • yellow value is 57.89%
  • key color value is 10.59%

CMYK: (39,0,58,11)
C39M0Y58K11 (39%, 0%, 58%, 11%)
(0.39 / 0.00 / 0.58 / 0.11)

CMYK percentages

%38.6
%0
%57.89
%10.59

Codes

Color #8CE460 in popluar color models

8C E4 60
RGB 140 228 96
HSL 100° 70.97% 63.53%
HSB/HSV 100° 57.89% 89.41%
CMYK 38.60% 0.00% 57.89%
10.59%

Color #8CE460 in popluar number systems.

HEX 8C E4 60
Decimal 140 228 96
Binary 10001100 11100100 1100000
Octal 214 344 140

Shades and tints

Shades of #8CE460

#8CE460
(140,228,96)
#80D058
(128,208,88)
#74BC50
(116,188,80)
#68A848
(104,168,72)
#5C9440
(92,148,64)
#508038
(80,128,56)
#446C30
(68,108,48)
#385828
(56,88,40)
#2C4420
(44,68,32)
#203018
(32,48,24)
#141C10
(20,28,16)
#000000
(0,0,0)

Tints of #8CE460

#8CE460
(140,228,96)
#96E66E
(150,230,110)
#A0E87C
(160,232,124)
#AAEA8A
(170,234,138)
#B4EC98
(180,236,152)
#BEEEA6
(190,238,166)
#C8F0B4
(200,240,180)
#D2F2C2
(210,242,194)
#DCF4D0
(220,244,208)
#E6F6DE
(230,246,222)
#F0F8EC
(240,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CE460 color. Also use rgb(140,228,96) instead hex code.

Text Font Color

.myTextColor { color: #8CE460; }

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

This text font color is #8CE460.

Background Color

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

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

This div background color is #8CE460.

Border color

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

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

This div border color is #8CE460.

Opacity

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

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

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

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

This text has shadow with #8CE460 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8CE460.

Preview

Color preview on black background

This text has color #8CE460 on black background.


Color preview on white background

This text has color #8CE460 on white background.


Black color preview on #8CE460 background

This text has black color on #8CE460 background.


White color preview on #8CE460 background

This text has white color on #8CE460 background.


Related colors

Complementary color

Complementary color for #hex is #731B9F.


I love getcolorcode.com

Triadic colors

1 #608CE4 and #E4608C with #8CE460 are triadic colors.

2 #60E48C and #E48C60 with #8CE460 are triadic colors.