Html Css Color HEX #0DA73D Dark Pastel Green

📋 copy color: '#0DA73D'

red 13 ◦ green 167 ◦ blue 61

#0DA73D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Pastel Green #0DA73D

Tints of Dark Pastel Green #0DA73D

RGB

 RED value IS 13 (5.47% from 255) = 5.39%

 GREEN value IS 167 (65.63% from 255) = 69.29%

 BLUE value IS 61 (24.22% from 255) = 25.31%

R = 5.39%
G = 69.29%
B = 25.31%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.63

 K value IS 0.35

RGB Variations

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

Color information

#0DA73D (or 0x0DA73D) is known color: Dark Pastel Green. HEX triplet: 0D, A7 and 3D. RGB value is (13,167,61). Sum of RGB (Red+Green+Blue) = 13+167+61=241 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.39% from 241); Green value is 167 (65.62% from 255 or 69.29% from 241); Blue value is 61 (24.22% from 255 or 25.31% from 241); Max value from RGB is 167 - color contains mainly: green. Hex color #0DA73D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DA73D is #F258C2. Grayscale: #6D6D6D. Windows color (decimal): -15882435 or 4040461. OLE color: 4040461.

HSL color Cylindrical-coordinate representation of color #0DA73D: hue angle of 138.7º degrees, saturation: 0.86, 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 #0DA73D is Cyan = 0.92, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.35.

Color convert

RGB 13 167 61 -
CMYK 0.92 0 0.63 0.35
HSL 138.7º 0.86% 0.35% -
HSV(B) 138.7º 0.92% 0.65% -
XYZ 14.83 28.06 9.05 -
YUV 108.87 100.98 59.62 -
System Red Green Blue C M Y K H S L
Decimal 13 167 61 0.92 0 0.63 0.35 138.7 0.86 0.35
Hex D A7 3D 5C 0 3F 23 8B 56 23
Octal 15 247 75 134 0 77 43 213 126 43
Binary 1101 10100111 111101 1011100 0 111111 100011 10001011 1010110 100011

Color Harmonies of #0DA73D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DA73D

Black with #0DA73D

Text Example


Text Example

White with #0DA73D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0DA73D;
 }
 .AnyTagClassName
 {
   color: #0DA73D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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