#0DA939

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

Shades of Dark Pastel Green #0DA939

Tints of Dark Pastel Green #0DA939

Color information

#0DA939 (or 0x0DA939) is unknown color: approx Dark Pastel Green. HEX triplet: 0D, A9 and 39. RGB value is (13,169,57). Sum of RGB (Red+Green+Blue) = 13+169+57=239 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.44% from 239); Green value is 169 (66.41% from 255 or 70.71% from 239); Blue value is 57 (22.66% from 255 or 23.85% from 239); Max value from RGB is 169 - color contains mainly: green. Hex color #0DA939 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DA939 is #F256C6. Grayscale: #6D6D6D. Windows color (decimal): -15881927 or 3778829. OLE color: 3778829.

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

Color convert

RGB1316957-
CMYK0.9200.660.34
HSL136.92º85.71%35.69%-
HSV(B)136.92º92.31%66.27%-
XYZ15.0928.768.63-
YUV109.5998.3259.11-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.44%
GREEN value IS 169 (66.41% from 255) = 70.71%
BLUE value IS 57 (22.66% from 255) = 23.85%
R=5.44%
G=70.71%
B=23.85%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal13169570.9200.660.34136.9285.7135.69
HexDA9395C04222895624
Octal152517113401024221112644
Binary110110101001111001101110001000010100010100010011010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DA939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,169,57); }

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

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

 a { background-color: rgb(13,169,57); }

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

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

 span { border-color: rgb(13,169,57); }

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