Html Css Color HEX #0DAD32 Dark Pastel Green

📋 copy color: '#0DAD32'

red 13 ◦ green 173 ◦ blue 50

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

Shades of Dark Pastel Green #0DAD32

Tints of Dark Pastel Green #0DAD32

RGB

 RED value IS 13 (5.47% from 255) = 5.51%

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

 BLUE value IS 50 (19.92% from 255) = 21.19%

R = 5.51%
G = 73.31%
B = 21.19%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.71

 K value IS 0.32

RGB Variations

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

Color information

#0DAD32 (or 0x0DAD32) is known color: Dark Pastel Green. HEX triplet: 0D, AD and 32. RGB value is (13,173,50). Sum of RGB (Red+Green+Blue) = 13+173+50=236 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.51% from 236); Green value is 173 (67.97% from 255 or 73.31% from 236); Blue value is 50 (19.92% from 255 or 21.19% from 236); Max value from RGB is 173 - color contains mainly: green. Hex color #0DAD32 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DAD32 is #F252CD. Grayscale: #6F6F6F. Windows color (decimal): -15880910 or 3321101. OLE color: 3321101.

HSL color Cylindrical-coordinate representation of color #0DAD32: hue angle of 133.88º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DAD32 is Cyan = 0.92, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.32.

Color convert

RGB 13 173 50 -
CMYK 0.92 0 0.71 0.32
HSL 133.88º 0.86% 0.36% -
HSV(B) 133.88º 0.92% 0.68% -
XYZ 15.69 30.2 8.02 -
YUV 111.14 93.49 58 -
System Red Green Blue C M Y K H S L
Decimal 13 173 50 0.92 0 0.71 0.32 133.88 0.86 0.36
Hex D AD 32 5C 0 47 20 86 56 24
Octal 15 255 62 134 0 107 40 206 126 44
Binary 1101 10101101 110010 1011100 0 1000111 100000 10000110 1010110 100100

Color Harmonies of #0DAD32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DAD32

Black with #0DAD32

Text Example


Text Example

White with #0DAD32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0DAD32; }

 p { color: rgb(13,173,50); }

 H1.HeaderClassName
 {
   color: #0DAD32;
 }
 .AnyTagClassName
 {
   color: #0DAD32;
 }
</style>

background-color css

<style>
 a { background-color: #0DAD32; }

 a { background-color: rgb(13,173,50); }

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

border-color css

<style>
 span { border-color: #0DAD32; }

 span { border-color: rgb(13,173,50); }

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