Html Css Color HEX #0DA631 Dark Pastel Green

📋 copy color: '#0DA631'

red 13 ◦ green 166 ◦ blue 49

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

Shades of Dark Pastel Green #0DA631

Tints of Dark Pastel Green #0DA631

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 21.49%

R = 5.7%
G = 72.81%
B = 21.49%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.70

 K value IS 0.35

RGB Variations

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

Color information

#0DA631 (or 0x0DA631) is known color: Dark Pastel Green. HEX triplet: 0D, A6 and 31. RGB value is (13,166,49). Sum of RGB (Red+Green+Blue) = 13+166+49=228 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.70% from 228); Green value is 166 (65.23% from 255 or 72.81% from 228); Blue value is 49 (19.53% from 255 or 21.49% from 228); Max value from RGB is 166 - color contains mainly: green. Hex color #0DA631 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DA631 is #F259CE. Grayscale: #6B6B6B. Windows color (decimal): -15882703 or 3253773. OLE color: 3253773.

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

Color convert

RGB 13 166 49 -
CMYK 0.92 0 0.70 0.35
HSL 134.12º 0.85% 0.35% -
HSV(B) 134.12º 0.92% 0.65% -
XYZ 14.36 27.58 7.47 -
YUV 106.92 95.31 61.01 -
System Red Green Blue C M Y K H S L
Decimal 13 166 49 0.92 0 0.70 0.35 134.12 0.85 0.35
Hex D A6 31 5C 0 46 23 86 55 23
Octal 15 246 61 134 0 106 43 206 125 43
Binary 1101 10100110 110001 1011100 0 1000110 100011 10000110 1010101 100011

Color Harmonies of #0DA631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DA631

Black with #0DA631

Text Example


Text Example

White with #0DA631

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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