COLOR #82C06A

HEX: #82C06A
RGB: (130,192,106)

Color info

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

RGB color model

#82C06A color RGB value is (130,192,106).

  • red value is 130;
  • green value is 192;
  • blue value is 106.
RGB:
(130,192,106)
(51%,75%,42%)

RGB channels and saturation

R 130 of 255 = 51%
G 192 of 255 = 75%
B 106 of 255 = 42%

130
192
106

R + G + B ~ 56%. #82C06A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
130 + 192 + 106 = 428 (100%)
R 130 of 428 ~ 30.37%
G 192 of 428 ~ 44.86%
B 106 of 428 ~ 24.77%

%30.37
%44.86
%24.77

CMYK color model

#82C06A color CMYK value is (32,0,45,25).

  • cyan value is 32.29%
  • magenta value is 0.00%
  • yellow value is 44.79%
  • key color value is 24.71%
CMYK:
(32,0,45,25)
C32M0Y45K25 
(32%,0%,45%,25%)
(0.32/0.00/0.45/0.25)	

CMYK percentages

%32.29
%0
%44.79
%24.71

Codes

Color #82C06A in popluar color models

82C06A
RGB130192106
HSL103°40.57%58.43%
HSB/HSV103°44.79%75.29%
CMYK32.29%0.00%44.79%
24.71%

Color #82C06A in popluar number systems.

HEX82C06A
Decimal130192106
Binary10000010110000001101010
Octal202300152

Shades and tints

Shades of #82C06A

#82C06A
(130,192,106)
#77AF61
(119,175,97)
#6C9E58
(108,158,88)
#618D4F
(97,141,79)
#567C46
(86,124,70)
#4B6B3D
(75,107,61)
#405A34
(64,90,52)
#35492B
(53,73,43)
#2A3822
(42,56,34)
#1F2719
(31,39,25)
#141610
(20,22,16)
#000000
(0,0,0)

Tints of #82C06A

#82C06A
(130,192,106)
#8DC577
(141,197,119)
#98CA84
(152,202,132)
#A3CF91
(163,207,145)
#AED49E
(174,212,158)
#B9D9AB
(185,217,171)
#C4DEB8
(196,222,184)
#CFE3C5
(207,227,197)
#DAE8D2
(218,232,210)
#E5EDDF
(229,237,223)
#F0F2EC
(240,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82C06A color. Also use rgb(130,192,106) instead hex code.

Text Font Color

.myTextColor { color: #82C06A; }

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

This text font color is #82C06A.


Background Color

.myBgColor { background-color: #82C06A; }

<div style="background-color:#82C06A">Inner text</div>

This div background color is #82C06A.


Border color

.myBorderColor { border: 1px solid #82C06A; }

<div style="border:3px solid #82C06A">Div</div>

This div border color is #82C06A.


Opacity

.myOpacity80 { color: #82C06A; opacity: 0.8; }

<p style="color:#82C06A;opacity:0.8;">80%</p>

Text with #82C06A 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 #82C06A;}

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

This text has shadow with #82C06A color.

.textShadow {text-shadow: 3px 3px 1px #82C06A, 3px 3px 1px red;}

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

This text has shadow with #82C06A primary color and red secondary color.


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

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

This text has shadow with #82C06A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82C06A on black background.


Color preview on white background

This text has color #82C06A on white background.



Black color preview on #82C06A background

This text has black color on #82C06A background.


White color preview on #82C06A background

This text has white color on #82C06A background.