COLOR #00A323

HEX: #00A323
RGB: (0,163,35)

Color info

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

RGB color model

#00A323 color RGB value is (0,163,35).

  • red value is 0;
  • green value is 163;
  • blue value is 35.
RGB:
(0,163,35)
(0%,64%,14%)

RGB channels and saturation

R 0 of 255 = 0%
G 163 of 255 = 64%
B 35 of 255 = 14%

0
163
35

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

Portions of RGB colors in percentages

R + G + B =
0 + 163 + 35 = 198 (100%)
R 0 of 198 ~ 0%
G 163 of 198 ~ 82.32%
B 35 of 198 ~ 17.68%

%82.32
%17.68

CMYK color model

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

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 78.53%
  • 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
%78.53
%36.08

Codes

Color #00A323 in popluar color models

00A323
RGB016335
HSL133°100.00%31.96%
HSB/HSV133°100.00%63.92%
CMYK100.00%0.00%78.53%
36.08%

Color #00A323 in popluar number systems.

HEX00A323
Decimal016335
Binary010100011100011
Octal024343

Shades and tints

Shades of #00A323

#00A323
(0,163,35)
#009520
(0,149,32)
#00871D
(0,135,29)
#00791A
(0,121,26)
#006B17
(0,107,23)
#005D14
(0,93,20)
#004F11
(0,79,17)
#00410E
(0,65,14)
#00330B
(0,51,11)
#002508
(0,37,8)
#001705
(0,23,5)
#000000
(0,0,0)

Tints of #00A323

#00A323
(0,163,35)
#17AB37
(23,171,55)
#2EB34B
(46,179,75)
#45BB5F
(69,187,95)
#5CC373
(92,195,115)
#73CB87
(115,203,135)
#8AD39B
(138,211,155)
#A1DBAF
(161,219,175)
#B8E3C3
(184,227,195)
#CFEBD7
(207,235,215)
#E6F3EB
(230,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00A323; }

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

This text font color is #00A323.


Background Color

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

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

This div background color is #00A323.


Border color

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

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

This div border color is #00A323.


Opacity

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

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

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

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

This text has shadow with #00A323 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00A323 on black background.


Color preview on white background

This text has color #00A323 on white background.



Black color preview on #00A323 background

This text has black color on #00A323 background.


White color preview on #00A323 background

This text has white color on #00A323 background.