Html Css Color HEX #0DAC20 Dark Pastel Green

📋 copy color: '#0DAC20'

red 13 ◦ green 172 ◦ blue 32

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

Shades of Dark Pastel Green #0DAC20

Tints of Dark Pastel Green #0DAC20

RGB

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

 GREEN value IS 172 (67.58% from 255) = 79.26%

 BLUE value IS 32 (12.89% from 255) = 14.75%

R = 5.99%
G = 79.26%
B = 14.75%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#0DAC20 (or 0x0DAC20) is known color: Dark Pastel Green. HEX triplet: 0D, AC and 20. RGB value is (13,172,32). Sum of RGB (Red+Green+Blue) = 13+172+32=217 (28% of max value = 765). Red value is 13 (5.47% from 255 or 5.99% from 217); Green value is 172 (67.58% from 255 or 79.26% from 217); Blue value is 32 (12.89% from 255 or 14.75% from 217); Max value from RGB is 172 - color contains mainly: green. Hex color #0DAC20 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DAC20 is #F253DF. Grayscale: #6C6C6C. Windows color (decimal): -15881184 or 2141197. OLE color: 2141197.

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

Color convert

RGB 13 172 32 -
CMYK 0.92 0 0.81 0.33
HSL 127.17º 0.86% 0.36% -
HSV(B) 127.17º 0.92% 0.67% -
XYZ 15.18 29.69 6.3 -
YUV 108.5 84.82 59.88 -
System Red Green Blue C M Y K H S L
Decimal 13 172 32 0.92 0 0.81 0.33 127.17 0.86 0.36
Hex D AC 20 5C 0 51 21 7F 56 24
Octal 15 254 40 134 0 121 41 177 126 44
Binary 1101 10101100 100000 1011100 0 1010001 100001 1111111 1010110 100100

Color Harmonies of #0DAC20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DAC20

Black with #0DAC20

Text Example


Text Example

White with #0DAC20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,172,32); }

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

background-color css

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

 a { background-color: rgb(13,172,32); }

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

border-color css

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

 span { border-color: rgb(13,172,32); }

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