COLOR #00AD2D

HEX: #00AD2D RGB: (0,173,45)

Renk bilgisi

#00AD2D contains mainly green color. #00AD2D ‘ nin web güvenlik rengi #009933 (ya da #093) dir.

RGB renk modeli

#00AD2D color RGB value is (0,173,45).

RGB: (0,173,45) (0%, 68%, 18%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 173 of 255 = 68%
B 45 of 255 = 18%

0
173
45

R + G + B ~ 29%. #00AD2D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B = 0 + 173 + 45 = 218 (100%)
R 0 of 218 ~ 0%
G 173 of 218 ~ 79.36%
B 45 of 218 ~ 20.64'%

%79.36
%20.64

CMYK RENK MODELİ

#00AD2D rengi CMYK tonu (100,0,74,32).

  • camgöbeği tonu 100.00%
  • eflatun tonu 0.00%
  • sarı tonu 73.99%
  • ana renk tonu 32.16%

CMYK: (100,0,74,32)
C100M0Y74K32 (100%, 0%, 74%, 32%)
(1.00 / 0.00 / 0.74 / 0.32)

CMYK yüzdeleri

%100
%0
%73.99
%32.16

Codes

Color #00AD2D in popluar color models

00 AD 2D
RGB 0 173 45
HSL 136° 100.00% 33.92%
HSB/HSV 136° 100.00% 67.84%
CMYK 100.00% 0.00% 73.99%
32.16%

Color #00AD2D in popluar number systems.

HEX 00 AD 2D
Decimal 0 173 45
Binary 0 10101101 101101
Octal 0 255 55

Shades and tints

Shades of #00AD2D

#00AD2D
(0,173,45)
#009E29
(0,158,41)
#008F25
(0,143,37)
#008021
(0,128,33)
#00711D
(0,113,29)
#006219
(0,98,25)
#005315
(0,83,21)
#004411
(0,68,17)
#00350D
(0,53,13)
#002609
(0,38,9)
#001705
(0,23,5)
#000000
(0,0,0)

Tints of #00AD2D

#00AD2D
(0,173,45)
#17B440
(23,180,64)
#2EBB53
(46,187,83)
#45C266
(69,194,102)
#5CC979
(92,201,121)
#73D08C
(115,208,140)
#8AD79F
(138,215,159)
#A1DEB2
(161,222,178)
#B8E5C5
(184,229,197)
#CFECD8
(207,236,216)
#E6F3EB
(230,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00AD2D; }

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

This text font color is #00AD2D.

Background Color

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

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

This div background color is #00AD2D.

Border color

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

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

This div border color is #00AD2D.

Opacity

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

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

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

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

This text has shadow with #00AD2D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #00AD2D.

Preview

Color preview on black background

This text has color #00AD2D on black background.


Color preview on white background

This text has color #00AD2D on white background.


Black color preview on #00AD2D background

This text has black color on #00AD2D background.


White color preview on #00AD2D background

This text has white color on #00AD2D background.


Related colors

Complementary color

Complementary color for #hex is #FF52D2.


I love getcolorcode.com

Triadic colors

1 #2D00AD and #AD2D00 with #00AD2D are triadic colors.

2 #2DAD00 and #AD002D with #00AD2D are triadic colors.