COLOR #86E61A

HEX: #86E61A
RGB: (134,230,26)

Color info

#86E61A contains mainly green color. Web safe color of #86E61A is #99CC00 (or #9C0).

RGB color model

#86E61A color RGB value is (134,230,26).

  • red value is 134;
  • green value is 230;
  • blue value is 26.
RGB:
(134,230,26)
(53%,90%,10%)

RGB channels and saturation

R 134 of 255 = 53%
G 230 of 255 = 90%
B 26 of 255 = 10%

134
230
26

R + G + B ~ 51%. #86E61A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
134 + 230 + 26 = 390 (100%)
R 134 of 390 ~ 34.36%
G 230 of 390 ~ 58.97%
B 26 of 390 ~ 6.67%

%34.36
%58.97

CMYK color model

#86E61A color CMYK value is (42,0,89,10).

  • cyan value is 41.74%
  • magenta value is 0.00%
  • yellow value is 88.70%
  • key color value is 9.80%
CMYK:
(42,0,89,10)
C42M0Y89K10 
(42%,0%,89%,10%)
(0.42/0.00/0.89/0.10)	

CMYK percentages

%41.74
%0
%88.7
%9.8

Codes

Color #86E61A in popluar color models

86E61A
RGB13423026
HSL88°80.31%50.20%
HSB/HSV88°88.70%90.20%
CMYK41.74%0.00%88.70%
9.80%

Color #86E61A in popluar number systems.

HEX86E61A
Decimal13423026
Binary100001101110011011010
Octal20634632

Shades and tints

Shades of #86E61A

#86E61A
(134,230,26)
#7AD218
(122,210,24)
#6EBE16
(110,190,22)
#62AA14
(98,170,20)
#569612
(86,150,18)
#4A8210
(74,130,16)
#3E6E0E
(62,110,14)
#325A0C
(50,90,12)
#26460A
(38,70,10)
#1A3208
(26,50,8)
#0E1E06
(14,30,6)
#000000
(0,0,0)

Tints of #86E61A

#86E61A
(134,230,26)
#91E82E
(145,232,46)
#9CEA42
(156,234,66)
#A7EC56
(167,236,86)
#B2EE6A
(178,238,106)
#BDF07E
(189,240,126)
#C8F292
(200,242,146)
#D3F4A6
(211,244,166)
#DEF6BA
(222,246,186)
#E9F8CE
(233,248,206)
#F4FAE2
(244,250,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86E61A color. Also use rgb(134,230,26) instead hex code.

Text Font Color

.myTextColor { color: #86E61A; }

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

This text font color is #86E61A.


Background Color

.myBgColor { background-color: #86E61A; }

<div style="background-color:#86E61A">Inner text</div>

This div background color is #86E61A.


Border color

.myBorderColor { border: 1px solid #86E61A; }

<div style="border:3px solid #86E61A">Div</div>

This div border color is #86E61A.


Opacity

.myOpacity80 { color: #86E61A; opacity: 0.8; }

<p style="color:#86E61A;opacity:0.8;">80%</p>

Text with #86E61A 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 #86E61A;}

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

This text has shadow with #86E61A color.

.textShadow {text-shadow: 3px 3px 1px #86E61A, 3px 3px 1px red;}

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

This text has shadow with #86E61A primary color and red secondary color.


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

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

This text has shadow with #86E61A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86E61A on black background.


Color preview on white background

This text has color #86E61A on white background.



Black color preview on #86E61A background

This text has black color on #86E61A background.


White color preview on #86E61A background

This text has white color on #86E61A background.