Html Css Color HEX #0DAB20 Dark Pastel Green

📋 copy color: '#0DAB20'

red 13 ◦ green 171 ◦ blue 32

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

Shades of Dark Pastel Green #0DAB20

Tints of Dark Pastel Green #0DAB20

RGB

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

 GREEN value IS 171 (67.19% from 255) = 79.17%

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

R = 6.02%
G = 79.17%
B = 14.81%

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

#0DAB20 (or 0x0DAB20) is known color: Dark Pastel Green. HEX triplet: 0D, AB and 20. RGB value is (13,171,32). Sum of RGB (Red+Green+Blue) = 13+171+32=216 (28% of max value = 765). Red value is 13 (5.47% from 255 or 6.02% from 216); Green value is 171 (67.19% from 255 or 79.17% from 216); Blue value is 32 (12.89% from 255 or 14.81% from 216); Max value from RGB is 171 - color contains mainly: green. Hex color #0DAB20 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DAB20 is #F254DF. Grayscale: #6C6C6C. Windows color (decimal): -15881440 or 2140941. OLE color: 2140941.

HSL color Cylindrical-coordinate representation of color #0DAB20: hue angle of 127.22º 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 #0DAB20 is Cyan = 0.92, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB 13 171 32 -
CMYK 0.92 0 0.81 0.33
HSL 127.22º 0.86% 0.36% -
HSV(B) 127.22º 0.92% 0.67% -
XYZ 14.99 29.32 6.23 -
YUV 107.91 85.15 60.3 -
System Red Green Blue C M Y K H S L
Decimal 13 171 32 0.92 0 0.81 0.33 127.22 0.86 0.36
Hex D AB 20 5C 0 51 21 7F 56 24
Octal 15 253 40 134 0 121 41 177 126 44
Binary 1101 10101011 100000 1011100 0 1010001 100001 1111111 1010110 100100

Color Harmonies of #0DAB20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DAB20

Black with #0DAB20

Text Example


Text Example

White with #0DAB20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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