COLOR #86C466

HEX: #86C466 RGB: (134,196,102)

Color info

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

RGB color model

#86C466 color RGB value is (134,196,102).

RGB: (134,196,102) (53%, 77%, 40%)

RGB channels and saturation

R 134 of 255 = 53%
G 196 of 255 = 77%
B 102 of 255 = 40%

134
196
102

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

Portions of RGB colors in percentages

R + G + B = 134 + 196 + 102 = 432 (100%)
R 134 of 432 ~ 31.02%
G 196 of 432 ~ 45.37%
B 102 of 432 ~ 23.61'%

%31.02
%45.37
%23.61

CMYK color model

#86C466 color CMYK value is (32,0,48,23).

  • cyan value is 31.63%
  • magenta value is 0.00%
  • yellow value is 47.96%
  • key color value is 23.14%

CMYK: (32,0,48,23)
C32M0Y48K23 (32%, 0%, 48%, 23%)
(0.32 / 0.00 / 0.48 / 0.23)

CMYK percentages

%31.63
%0
%47.96
%23.14

Codes

Color #86C466 in popluar color models

86 C4 66
RGB 134 196 102
HSL 100° 44.34% 58.43%
HSB/HSV 100° 47.96% 76.86%
CMYK 31.63% 0.00% 47.96%
23.14%

Color #86C466 in popluar number systems.

HEX 86 C4 66
Decimal 134 196 102
Binary 10000110 11000100 1100110
Octal 206 304 146

Shades and tints

Shades of #86C466

#86C466
(134,196,102)
#7AB35D
(122,179,93)
#6EA254
(110,162,84)
#62914B
(98,145,75)
#568042
(86,128,66)
#4A6F39
(74,111,57)
#3E5E30
(62,94,48)
#324D27
(50,77,39)
#263C1E
(38,60,30)
#1A2B15
(26,43,21)
#0E1A0C
(14,26,12)
#000000
(0,0,0)

Tints of #86C466

#86C466
(134,196,102)
#91C973
(145,201,115)
#9CCE80
(156,206,128)
#A7D38D
(167,211,141)
#B2D89A
(178,216,154)
#BDDDA7
(189,221,167)
#C8E2B4
(200,226,180)
#D3E7C1
(211,231,193)
#DEECCE
(222,236,206)
#E9F1DB
(233,241,219)
#F4F6E8
(244,246,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86C466 color. Also use rgb(134,196,102) instead hex code.

Text Font Color

.myTextColor { color: #86C466; }

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

This text font color is #86C466.

Background Color

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

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

This div background color is #86C466.

Border color

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

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

This div border color is #86C466.

Opacity

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

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

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

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

This text has shadow with #86C466 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #86C466.

Preview

Color preview on black background

This text has color #86C466 on black background.


Color preview on white background

This text has color #86C466 on white background.


Black color preview on #86C466 background

This text has black color on #86C466 background.


White color preview on #86C466 background

This text has white color on #86C466 background.


Related colors

Complementary color

Complementary color for #hex is #793B99.


I love getcolorcode.com

Triadic colors

1 #6686C4 and #C46686 with #86C466 are triadic colors.

2 #66C486 and #C48666 with #86C466 are triadic colors.