COLOR #00A82B

HEX: #00A82B
RGB: (0,168,43)

Color info

#00A82B contains mainly green color. Web safe color of #00A82B is #009933 (or #093).

RGB color model

#00A82B color RGB value is (0,168,43).

  • red value is 0;
  • green value is 168;
  • blue value is 43.
RGB:
(0,168,43)
(0%,66%,17%)

RGB channels and saturation

R 0 of 255 = 0%
G 168 of 255 = 66%
B 43 of 255 = 17%

0
168
43

R + G + B ~ 28%. #00A82B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 168 + 43 = 211 (100%)
R 0 of 211 ~ 0%
G 168 of 211 ~ 79.62%
B 43 of 211 ~ 20.38%

%79.62
%20.38

CMYK color model

#00A82B color CMYK value is (100,0,74,34).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 74.40%
  • key color value is 34.12%
CMYK:
(100,0,74,34)
C100M0Y74K34 
(100%,0%,74%,34%)
(1.00/0.00/0.74/0.34)	

CMYK percentages

%100
%0
%74.4
%34.12

Codes

Color #00A82B in popluar color models

00A82B
RGB016843
HSL135°100.00%32.94%
HSB/HSV135°100.00%65.88%
CMYK100.00%0.00%74.40%
34.12%

Color #00A82B in popluar number systems.

HEX00A82B
Decimal016843
Binary010101000101011
Octal025053

Shades and tints

Shades of #00A82B

#00A82B
(0,168,43)
#009928
(0,153,40)
#008A25
(0,138,37)
#007B22
(0,123,34)
#006C1F
(0,108,31)
#005D1C
(0,93,28)
#004E19
(0,78,25)
#003F16
(0,63,22)
#003013
(0,48,19)
#002110
(0,33,16)
#00120D
(0,18,13)
#000000
(0,0,0)

Tints of #00A82B

#00A82B
(0,168,43)
#17AF3E
(23,175,62)
#2EB651
(46,182,81)
#45BD64
(69,189,100)
#5CC477
(92,196,119)
#73CB8A
(115,203,138)
#8AD29D
(138,210,157)
#A1D9B0
(161,217,176)
#B8E0C3
(184,224,195)
#CFE7D6
(207,231,214)
#E6EEE9
(230,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00A82B color. Also use rgb(0,168,43) instead hex code.

Text Font Color

.myTextColor { color: #00A82B; }

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

This text font color is #00A82B.


Background Color

.myBgColor { background-color: #00A82B; }

<div style="background-color:#00A82B">Inner text</div>

This div background color is #00A82B.


Border color

.myBorderColor { border: 1px solid #00A82B; }

<div style="border:3px solid #00A82B">Div</div>

This div border color is #00A82B.


Opacity

.myOpacity80 { color: #00A82B; opacity: 0.8; }

<p style="color:#00A82B;opacity:0.8;">80%</p>

Text with #00A82B 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 #00A82B;}

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

This text has shadow with #00A82B color.

.textShadow {text-shadow: 3px 3px 1px #00A82B, 3px 3px 1px red;}

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

This text has shadow with #00A82B primary color and red secondary color.


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

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

This text has shadow with #00A82B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00A82B on black background.


Color preview on white background

This text has color #00A82B on white background.



Black color preview on #00A82B background

This text has black color on #00A82B background.


White color preview on #00A82B background

This text has white color on #00A82B background.