COLOR #00A322

HEX: #00A322 RGB: (0,163,34)

Color info

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

RGB color model

#00A322 color RGB value is (0,163,34).

RGB: (0,163,34) (0%, 64%, 13%)

RGB channels and saturation

R 0 of 255 = 0%
G 163 of 255 = 64%
B 34 of 255 = 13%

0
163
34

R + G + B ~ 26%. #00A322 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 163 + 34 = 197 (100%)
R 0 of 197 ~ 0%
G 163 of 197 ~ 82.74%
B 34 of 197 ~ 17.26'%

%82.74
%17.26

CMYK color model

#00A322 color CMYK value is (100,0,79,36).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 79.14%
  • key color value is 36.08%

CMYK: (100,0,79,36)
C100M0Y79K36 (100%, 0%, 79%, 36%)
(1.00 / 0.00 / 0.79 / 0.36)

CMYK percentages

%100
%0
%79.14
%36.08

Codes

Color #00A322 in popluar color models

00 A3 22
RGB 0 163 34
HSL 133° 100.00% 31.96%
HSB/HSV 133° 100.00% 63.92%
CMYK 100.00% 0.00% 79.14%
36.08%

Color #00A322 in popluar number systems.

HEX 00 A3 22
Decimal 0 163 34
Binary 0 10100011 100010
Octal 0 243 42

Shades and tints

Shades of #00A322

#00A322
(0,163,34)
#00951F
(0,149,31)
#00871C
(0,135,28)
#007919
(0,121,25)
#006B16
(0,107,22)
#005D13
(0,93,19)
#004F10
(0,79,16)
#00410D
(0,65,13)
#00330A
(0,51,10)
#002507
(0,37,7)
#001704
(0,23,4)
#000000
(0,0,0)

Tints of #00A322

#00A322
(0,163,34)
#17AB36
(23,171,54)
#2EB34A
(46,179,74)
#45BB5E
(69,187,94)
#5CC372
(92,195,114)
#73CB86
(115,203,134)
#8AD39A
(138,211,154)
#A1DBAE
(161,219,174)
#B8E3C2
(184,227,194)
#CFEBD6
(207,235,214)
#E6F3EA
(230,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00A322 color. Also use rgb(0,163,34) instead hex code.

Text Font Color

.myTextColor { color: #00A322; }

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

This text font color is #00A322.

Background Color

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

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

This div background color is #00A322.

Border color

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

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

This div border color is #00A322.

Opacity

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

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

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

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

This text has shadow with #00A322 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #00A322.

Preview

Color preview on black background

This text has color #00A322 on black background.


Color preview on white background

This text has color #00A322 on white background.


Black color preview on #00A322 background

This text has black color on #00A322 background.


White color preview on #00A322 background

This text has white color on #00A322 background.


Related colors

Complementary color

Complementary color for #hex is #FF5CDD.


I love getcolorcode.com

Triadic colors

1 #2200A3 and #A32200 with #00A322 are triadic colors.

2 #22A300 and #A30022 with #00A322 are triadic colors.