#0DA62D

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

Shades of Dark Pastel Green #0DA62D

Tints of Dark Pastel Green #0DA62D

Color information

#0DA62D (or 0x0DA62D) is unknown color: approx Dark Pastel Green. HEX triplet: 0D, A6 and 2D. RGB value is (13,166,45). Sum of RGB (Red+Green+Blue) = 13+166+45=224 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.80% from 224); Green value is 166 (65.23% from 255 or 74.11% from 224); Blue value is 45 (17.97% from 255 or 20.09% from 224); Max value from RGB is 166 - color contains mainly: green. Hex color #0DA62D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DA62D is #F259D2. Grayscale: #6A6A6A. Windows color (decimal): -15882707 or 2991629. OLE color: 2991629.

HSL color Cylindrical-coordinate representation of color #0DA62D: hue angle of 132.55º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DA62D is Cyan = 0.92, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.35.

Color convert

RGB1316645-
CMYK0.9200.730.35
HSL132.55º85.47%35.1%-
HSV(B)132.55º92.17%65.1%-
XYZ14.2827.557.05-
YUV106.4693.3161.34-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.80%
GREEN value IS 166 (65.23% from 255) = 74.11%
BLUE value IS 45 (17.97% from 255) = 20.09%
R=5.80%
G=74.11%
B=20.09%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal13166450.9200.730.35132.5585.4735.1
HexDA62D5C04923855523
Octal152465513401114320512543
Binary110110100110101101101110001001001100011100001011010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DA62D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,166,45); }

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

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

 a { background-color: rgb(13,166,45); }

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

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

 span { border-color: rgb(13,166,45); }

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