COLOR #82A002

HEX: #82A002 RGB: (130,160,2)

Color info

#82A002 contains mainly red and green colors. Web safe color of #82A002 is #999900 (or #990).

RGB color model

#82A002 color RGB value is (130,160,2).

RGB: (130,160,2) (51%, 63%, 1%)

RGB channels and saturation

R 130 of 255 = 51%
G 160 of 255 = 63%
B 2 of 255 = 1%

130
160
2

R + G + B ~ 38%. #82A002 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 130 + 160 + 2 = 292 (100%)
R 130 of 292 ~ 44.52%
G 160 of 292 ~ 54.79%
B 2 of 292 ~ 0.68'%

%44.52
%54.79

CMYK color model

#82A002 color CMYK value is (19,0,99,37).

  • cyan value is 18.75%
  • magenta value is 0.00%
  • yellow value is 98.75%
  • key color value is 37.25%

CMYK: (19,0,99,37)
C19M0Y99K37 (19%, 0%, 99%, 37%)
(0.19 / 0.00 / 0.99 / 0.37)

CMYK percentages

%18.75
%0
%98.75
%37.25

Codes

Color #82A002 in popluar color models

82 A0 02
RGB 130 160 2
HSL 71° 97.53% 31.76%
HSB/HSV 71° 98.75% 62.75%
CMYK 18.75% 0.00% 98.75%
37.25%

Color #82A002 in popluar number systems.

HEX 82 A0 02
Decimal 130 160 2
Binary 10000010 10100000 10
Octal 202 240 2

Shades and tints

Shades of #82A002

#82A002
(130,160,2)
#779202
(119,146,2)
#6C8402
(108,132,2)
#617602
(97,118,2)
#566802
(86,104,2)
#4B5A02
(75,90,2)
#404C02
(64,76,2)
#353E02
(53,62,2)
#2A3002
(42,48,2)
#1F2202
(31,34,2)
#141402
(20,20,2)
#000000
(0,0,0)

Tints of #82A002

#82A002
(130,160,2)
#8DA819
(141,168,25)
#98B030
(152,176,48)
#A3B847
(163,184,71)
#AEC05E
(174,192,94)
#B9C875
(185,200,117)
#C4D08C
(196,208,140)
#CFD8A3
(207,216,163)
#DAE0BA
(218,224,186)
#E5E8D1
(229,232,209)
#F0F0E8
(240,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82A002 color. Also use rgb(130,160,2) instead hex code.

Text Font Color

.myTextColor { color: #82A002; }

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

This text font color is #82A002.

Background Color

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

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

This div background color is #82A002.

Border color

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

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

This div border color is #82A002.

Opacity

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

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

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

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

This text has shadow with #82A002 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82A002.

Preview

Color preview on black background

This text has color #82A002 on black background.


Color preview on white background

This text has color #82A002 on white background.


Black color preview on #82A002 background

This text has black color on #82A002 background.


White color preview on #82A002 background

This text has white color on #82A002 background.


Related colors

Complementary color

Complementary color for #hex is #7D5FFD.


I love getcolorcode.com

Triadic colors

1 #0282A0 and #A00282 with #82A002 are triadic colors.

2 #02A082 and #A08202 with #82A002 are triadic colors.