Html Css Color HEX #00AD2D Dark Pastel Green

📋 copy color: '#00AD2D'

red 0 ◦ green 173 ◦ blue 45

#00AD2D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Pastel Green #00AD2D

Tints of Dark Pastel Green #00AD2D

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 173 (67.97% from 255) = 79.36%

 BLUE value IS 45 (17.97% from 255) = 20.64%

R = 0%
G = 79.36%
B = 20.64%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.74

 K value IS 0.32

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#00AD2D (or 0x00AD2D) is known color: Dark Pastel Green. HEX triplet: 00, AD and 2D. RGB value is (0,173,45). Sum of RGB (Red+Green+Blue) = 0+173+45=218 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 218); Green value is 173 (67.97% from 255 or 79.36% from 218); Blue value is 45 (17.97% from 255 or 20.64% from 218); Max value from RGB is 173 - color contains mainly: green. Hex color #00AD2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00AD2D is #FF52D2. Grayscale: #6B6B6B. Windows color (decimal): -16732883 or 2993408. OLE color: 2993408.

HSL color Cylindrical-coordinate representation of color #00AD2D: hue angle of 135.61º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00AD2D is Cyan = 1, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.32.

Color convert

RGB 0 173 45 -
CMYK 1 0 0.74 0.32
HSL 135.61º 1% 0.34% -
HSV(B) 135.61º 1% 0.68% -
XYZ 15.42 30.08 7.48 -
YUV 106.68 93.19 51.91 -
System Red Green Blue C M Y K H S L
Decimal 0 173 45 1 0 0.74 0.32 135.61 1 0.34
Hex 0 AD 2D 64 0 4A 20 88 64 22
Octal 0 255 55 144 0 112 40 210 144 42
Binary 0 10101101 101101 1100100 0 1001010 100000 10001000 1100100 100010

Color Harmonies of #00AD2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00AD2D

Black with #00AD2D

Text Example


Text Example

White with #00AD2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00AD2D; }

 p { color: rgb(0,173,45); }

 H1.HeaderClassName
 {
   color: #00AD2D;
 }
 .AnyTagClassName
 {
   color: #00AD2D;
 }
</style>

background-color css

<style>
 a { background-color: #00AD2D; }

 a { background-color: rgb(0,173,45); }

 div.DivClassName
 {
   background-color: #00AD2D;
 }
 .BgClassName
 {
   background-color: #00AD2D;
 }
</style>

border-color css

<style>
 span { border-color: #00AD2D; }

 span { border-color: rgb(0,173,45); }

 td.TdClassName
 {
   border-color: #00AD2D;
 }
 .TagClassName
 {
   border-color: #00AD2D;
 }
</style>