Html Css Color HEX #0DA62D Dark Pastel Green

📋 copy color: '#0DA62D'

red 13 ◦ green 166 ◦ blue 45

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

Shades of Dark Pastel Green #0DA62D

Tints of Dark Pastel Green #0DA62D

RGB

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

 GREEN value IS 166 (65.23% from 255) = 74.11%

 BLUE value IS 45 (17.97% from 255) = 20.09%

R = 5.8%
G = 74.11%
B = 20.09%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#0DA62D (or 0x0DA62D) is known color: 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

RGB 13 166 45 -
CMYK 0.92 0 0.73 0.35
HSL 132.55º 0.85% 0.35% -
HSV(B) 132.55º 0.92% 0.65% -
XYZ 14.28 27.55 7.05 -
YUV 106.46 93.31 61.34 -
System Red Green Blue C M Y K H S L
Decimal 13 166 45 0.92 0 0.73 0.35 132.55 0.85 0.35
Hex D A6 2D 5C 0 49 23 85 55 23
Octal 15 246 55 134 0 111 43 205 125 43
Binary 1101 10100110 101101 1011100 0 1001001 100011 10000101 1010101 100011

Color Harmonies of #0DA62D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DA62D

Black with #0DA62D

Text Example


Text Example

White with #0DA62D

Text Example


Text Example

HTML Codes & Css Web 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>