COLOR #82C20C

HEX: #82C20C RGB: (130,194,12)

Color info

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

RGB color model

#82C20C color RGB value is (130,194,12).

RGB: (130,194,12) (51%, 76%, 5%)

RGB channels and saturation

R 130 of 255 = 51%
G 194 of 255 = 76%
B 12 of 255 = 5%

130
194
12

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

Portions of RGB colors in percentages

R + G + B = 130 + 194 + 12 = 336 (100%)
R 130 of 336 ~ 38.69%
G 194 of 336 ~ 57.74%
B 12 of 336 ~ 3.57'%

%38.69
%57.74

CMYK color model

#82C20C color CMYK value is (33,0,94,24).

  • cyan value is 32.99%
  • magenta value is 0.00%
  • yellow value is 93.81%
  • key color value is 23.92%

CMYK: (33,0,94,24)
C33M0Y94K24 (33%, 0%, 94%, 24%)
(0.33 / 0.00 / 0.94 / 0.24)

CMYK percentages

%32.99
%0
%93.81
%23.92

Codes

Color #82C20C in popluar color models

82 C2 0C
RGB 130 194 12
HSL 81° 88.35% 40.39%
HSB/HSV 81° 93.81% 76.08%
CMYK 32.99% 0.00% 93.81%
23.92%

Color #82C20C in popluar number systems.

HEX 82 C2 0C
Decimal 130 194 12
Binary 10000010 11000010 1100
Octal 202 302 14

Shades and tints

Shades of #82C20C

#82C20C
(130,194,12)
#77B10B
(119,177,11)
#6CA00A
(108,160,10)
#618F09
(97,143,9)
#567E08
(86,126,8)
#4B6D07
(75,109,7)
#405C06
(64,92,6)
#354B05
(53,75,5)
#2A3A04
(42,58,4)
#1F2903
(31,41,3)
#141802
(20,24,2)
#000000
(0,0,0)

Tints of #82C20C

#82C20C
(130,194,12)
#8DC722
(141,199,34)
#98CC38
(152,204,56)
#A3D14E
(163,209,78)
#AED664
(174,214,100)
#B9DB7A
(185,219,122)
#C4E090
(196,224,144)
#CFE5A6
(207,229,166)
#DAEABC
(218,234,188)
#E5EFD2
(229,239,210)
#F0F4E8
(240,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82C20C color. Also use rgb(130,194,12) instead hex code.

Text Font Color

.myTextColor { color: #82C20C; }

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

This text font color is #82C20C.

Background Color

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

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

This div background color is #82C20C.

Border color

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

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

This div border color is #82C20C.

Opacity

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

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

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

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

This text has shadow with #82C20C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82C20C.

Preview

Color preview on black background

This text has color #82C20C on black background.


Color preview on white background

This text has color #82C20C on white background.


Black color preview on #82C20C background

This text has black color on #82C20C background.


White color preview on #82C20C background

This text has white color on #82C20C background.


Related colors

Complementary color

Complementary color for #hex is #7D3DF3.


I love getcolorcode.com

Triadic colors

1 #0C82C2 and #C20C82 with #82C20C are triadic colors.

2 #0CC282 and #C2820C with #82C20C are triadic colors.