COLOR #86CA60

HEX: #86CA60 RGB: (134,202,96)

Color info

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

RGB color model

#86CA60 color RGB value is (134,202,96).

RGB: (134,202,96) (53%, 79%, 38%)

RGB channels and saturation

R 134 of 255 = 53%
G 202 of 255 = 79%
B 96 of 255 = 38%

134
202
96

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

Portions of RGB colors in percentages

R + G + B = 134 + 202 + 96 = 432 (100%)
R 134 of 432 ~ 31.02%
G 202 of 432 ~ 46.76%
B 96 of 432 ~ 22.22'%

%31.02
%46.76
%22.22

CMYK color model

#86CA60 color CMYK value is (34,0,52,21).

  • cyan value is 33.66%
  • magenta value is 0.00%
  • yellow value is 52.48%
  • key color value is 20.78%
CMYK: (34,0,52,21) C34M0Y52K21 (34%,0%,52%,21%) (0.34/0.00/0.52/0.21) 

CMYK percentages

%33.66
%0
%52.48
%20.78

Codes

Color #86CA60 in popluar color models

86 CA 60
RGB 134 202 96
HSL 98° 50.00% 58.43%
HSB/HSV 98° 52.48% 79.22%
CMYK 33.66% 0.00% 52.48%
20.78%

Color #86CA60 in popluar number systems.

HEX 86 CA 60
Decimal 134 202 96
Binary 10000110 11001010 1100000
Octal 206 312 140

Shades and tints

Shades of #86CA60

#86CA60
(134,202,96)
#7AB858
(122,184,88)
#6EA650
(110,166,80)
#629448
(98,148,72)
#568240
(86,130,64)
#4A7038
(74,112,56)
#3E5E30
(62,94,48)
#324C28
(50,76,40)
#263A20
(38,58,32)
#1A2818
(26,40,24)
#0E1610
(14,22,16)
#000000
(0,0,0)

Tints of #86CA60

#86CA60
(134,202,96)
#91CE6E
(145,206,110)
#9CD27C
(156,210,124)
#A7D68A
(167,214,138)
#B2DA98
(178,218,152)
#BDDEA6
(189,222,166)
#C8E2B4
(200,226,180)
#D3E6C2
(211,230,194)
#DEEAD0
(222,234,208)
#E9EEDE
(233,238,222)
#F4F2EC
(244,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86CA60 color. Also use rgb(134,202,96) instead hex code.

Text Font Color

.myTextColor { color: #86CA60; }

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

This text font color is #86CA60.

Background Color

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

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

This div background color is #86CA60.

Border color

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

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

This div border color is #86CA60.

Opacity

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

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

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

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

This text has shadow with #86CA60 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #86CA60.

Preview

Color preview on black background

This text has color #86CA60 on black background.


Color preview on white background

This text has color #86CA60 on white background.


Black color preview on #86CA60 background

This text has black color on #86CA60 background.


White color preview on #86CA60 background

This text has white color on #86CA60 background.


Related colors

Complementary color

Complementary color for #hex is #79359F.


I love getcolorcode.com

Triadic colors

1 #6086CA and #CA6086 with #86CA60 are triadic colors.

2 #60CA86 and #CA8660 with #86CA60 are triadic colors.