#0DAD2D

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

Shades of Dark Pastel Green #0DAD2D

Tints of Dark Pastel Green #0DAD2D

Color information

#0DAD2D (or 0x0DAD2D) is unknown color: approx Dark Pastel Green. HEX triplet: 0D, AD and 2D. RGB value is (13,173,45). Sum of RGB (Red+Green+Blue) = 13+173+45=231 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.63% from 231); Green value is 173 (67.97% from 255 or 74.89% from 231); Blue value is 45 (17.97% from 255 or 19.48% from 231); Max value from RGB is 173 - color contains mainly: green. Hex color #0DAD2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DAD2D is #F252D2. Grayscale: #6E6E6E. Windows color (decimal): -15880915 or 2993421. OLE color: 2993421.

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

Color convert

RGB1317345-
CMYK0.9200.740.32
HSL132º86.02%36.47%-
HSV(B)132º92.49%67.84%-
XYZ15.5830.167.48-
YUV110.5790.9958.41-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.63%
GREEN value IS 173 (67.97% from 255) = 74.89%
BLUE value IS 45 (17.97% from 255) = 19.48%
R=5.63%
G=74.89%
B=19.48%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal13173450.9200.740.3213286.0236.47
HexDAD2D5C04A20845624
Octal152555513401124020412644
Binary110110101101101101101110001001010100000100001001010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DAD2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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