COLOR #82C31A

HEX: #82C31A
RGB: (130,195,26)

Color info

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

RGB color model

#82C31A color RGB value is (130,195,26).

  • red value is 130;
  • green value is 195;
  • blue value is 26.
RGB:
(130,195,26)
(51%,76%,10%)

RGB channels and saturation

R 130 of 255 = 51%
G 195 of 255 = 76%
B 26 of 255 = 10%

130
195
26

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

Portions of RGB colors in percentages

R + G + B =
130 + 195 + 26 = 351 (100%)
R 130 of 351 ~ 37.04%
G 195 of 351 ~ 55.56%
B 26 of 351 ~ 7.41%

%37.04
%55.56

CMYK color model

#82C31A color CMYK value is (33,0,87,24).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 86.67%
  • key color value is 23.53%
CMYK:
(33,0,87,24)
C33M0Y87K24 
(33%,0%,87%,24%)
(0.33/0.00/0.87/0.24)	

CMYK percentages

%33.33
%0
%86.67
%23.53

Codes

Color #82C31A in popluar color models

82C31A
RGB13019526
HSL83°76.47%43.33%
HSB/HSV83°86.67%76.47%
CMYK33.33%0.00%86.67%
23.53%

Color #82C31A in popluar number systems.

HEX82C31A
Decimal13019526
Binary100000101100001111010
Octal20230332

Shades and tints

Shades of #82C31A

#82C31A
(130,195,26)
#77B218
(119,178,24)
#6CA116
(108,161,22)
#619014
(97,144,20)
#567F12
(86,127,18)
#4B6E10
(75,110,16)
#405D0E
(64,93,14)
#354C0C
(53,76,12)
#2A3B0A
(42,59,10)
#1F2A08
(31,42,8)
#141906
(20,25,6)
#000000
(0,0,0)

Tints of #82C31A

#82C31A
(130,195,26)
#8DC82E
(141,200,46)
#98CD42
(152,205,66)
#A3D256
(163,210,86)
#AED76A
(174,215,106)
#B9DC7E
(185,220,126)
#C4E192
(196,225,146)
#CFE6A6
(207,230,166)
#DAEBBA
(218,235,186)
#E5F0CE
(229,240,206)
#F0F5E2
(240,245,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82C31A color. Also use rgb(130,195,26) instead hex code.

Text Font Color

.myTextColor { color: #82C31A; }

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

This text font color is #82C31A.


Background Color

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

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

This div background color is #82C31A.


Border color

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

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

This div border color is #82C31A.


Opacity

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

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

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

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

This text has shadow with #82C31A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82C31A on black background.


Color preview on white background

This text has color #82C31A on white background.



Black color preview on #82C31A background

This text has black color on #82C31A background.


White color preview on #82C31A background

This text has white color on #82C31A background.