#0DAD3D

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

Shades of Dark Pastel Green #0DAD3D

Tints of Dark Pastel Green #0DAD3D

Color information

#0DAD3D (or 0x0DAD3D) is unknown color: approx Dark Pastel Green. HEX triplet: 0D, AD and 3D. RGB value is (13,173,61). Sum of RGB (Red+Green+Blue) = 13+173+61=247 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.26% from 247); Green value is 173 (67.97% from 255 or 70.04% from 247); Blue value is 61 (24.22% from 255 or 24.70% from 247); Max value from RGB is 173 - color contains mainly: green. Hex color #0DAD3D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DAD3D is #F252C2. Grayscale: #707070. Windows color (decimal): -15880899 or 4041997. OLE color: 4041997.

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

Color convert

RGB1317361-
CMYK0.9200.650.32
HSL138º86.02%36.47%-
HSV(B)138º92.49%67.84%-
XYZ15.9530.319.42-
YUV112.3998.9957.11-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.26%
GREEN value IS 173 (67.97% from 255) = 70.04%
BLUE value IS 61 (24.22% from 255) = 24.70%
R=5.26%
G=70.04%
B=24.70%

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
Decimal13173610.9200.650.3213886.0236.47
HexDAD3D5C041208a5624
Octal152557513401014021212644
Binary110110101101111101101110001000001100000100010101010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DAD3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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