COLOR #00AD43

HEX: #00AD43
RGB: (0,173,67)

Color info

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

RGB color model

#00AD43 color RGB value is (0,173,67).

  • red value is 0;
  • green value is 173;
  • blue value is 67.
RGB:
(0,173,67)
(0%,68%,26%)

RGB channels and saturation

R 0 of 255 = 0%
G 173 of 255 = 68%
B 67 of 255 = 26%

0
173
67

R + G + B ~ 31%. #00AD43 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 173 + 67 = 240 (100%)
R 0 of 240 ~ 0%
G 173 of 240 ~ 72.08%
B 67 of 240 ~ 27.92%

%72.08
%27.92

CMYK color model

#00AD43 color CMYK value is (100,0,61,32).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 61.27%
  • key color value is 32.16%
CMYK:
(100,0,61,32)
C100M0Y61K32 
(100%,0%,61%,32%)
(1.00/0.00/0.61/0.32)	

CMYK percentages

%100
%0
%61.27
%32.16

Codes

Color #00AD43 in popluar color models

00AD43
RGB017367
HSL143°100.00%33.92%
HSB/HSV143°100.00%67.84%
CMYK100.00%0.00%61.27%
32.16%

Color #00AD43 in popluar number systems.

HEX00AD43
Decimal017367
Binary0101011011000011
Octal0255103

Shades and tints

Shades of #00AD43

#00AD43
(0,173,67)
#009E3D
(0,158,61)
#008F37
(0,143,55)
#008031
(0,128,49)
#00712B
(0,113,43)
#006225
(0,98,37)
#00531F
(0,83,31)
#004419
(0,68,25)
#003513
(0,53,19)
#00260D
(0,38,13)
#001707
(0,23,7)
#000000
(0,0,0)

Tints of #00AD43

#00AD43
(0,173,67)
#17B454
(23,180,84)
#2EBB65
(46,187,101)
#45C276
(69,194,118)
#5CC987
(92,201,135)
#73D098
(115,208,152)
#8AD7A9
(138,215,169)
#A1DEBA
(161,222,186)
#B8E5CB
(184,229,203)
#CFECDC
(207,236,220)
#E6F3ED
(230,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00AD43 color. Also use rgb(0,173,67) instead hex code.

Text Font Color

.myTextColor { color: #00AD43; }

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

This text font color is #00AD43.


Background Color

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

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

This div background color is #00AD43.


Border color

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

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

This div border color is #00AD43.


Opacity

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

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

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

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

This text has shadow with #00AD43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00AD43 on black background.


Color preview on white background

This text has color #00AD43 on white background.



Black color preview on #00AD43 background

This text has black color on #00AD43 background.


White color preview on #00AD43 background

This text has white color on #00AD43 background.