#0DAD3C

Color #0DAD3C Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #0DAD3C

Tints of Dark Pastel Green #0DAD3C

Color information

#0DAD3C (or 0x0DAD3C) is unknown color: approx Dark Pastel Green. HEX triplet: 0D, AD and 3C. RGB value is (13,173,60). Sum of RGB (Red+Green+Blue) = 13+173+60=246 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.28% from 246); Green value is 173 (67.97% from 255 or 70.33% from 246); Blue value is 60 (23.83% from 255 or 24.39% from 246); Max value from RGB is 173 - color contains mainly: green. Hex color #0DAD3C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DAD3C is #F252C3. Grayscale: #707070. Windows color (decimal): -15880900 or 3976461. OLE color: 3976461.

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

Color convert

RGB1317360-
CMYK0.9200.650.32
HSL137.62º86.02%36.47%-
HSV(B)137.62º92.49%67.84%-
XYZ15.9330.39.28-
YUV112.2898.4957.19-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.28%
GREEN value IS 173 (67.97% from 255) = 70.33%
BLUE value IS 60 (23.83% from 255) = 24.39%
R=5.28%
G=70.33%
B=24.39%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal13173600.9200.650.32137.6286.0236.47
HexDAD3C5C041208a5624
Octal152557413401014021212644
Binary110110101101111100101110001000001100000100010101010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DAD3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0DAD3C;
 }
 .AnyTagClassName
 {
   color: #0DAD3C;
 }
</style>
background-color css

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

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

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

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

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

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