Html Css Color HEX #0DA626 Forest Green

📋 copy color: '#0DA626'

red 13 ◦ green 166 ◦ blue 38

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

Shades of Forest Green #0DA626

Tints of Forest Green #0DA626

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 17.51%

R = 5.99%
G = 76.5%
B = 17.51%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.77

 K value IS 0.35

RGB Variations

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

Color information

#0DA626 (or 0x0DA626) is known color: Forest Green. HEX triplet: 0D, A6 and 26. RGB value is (13,166,38). Sum of RGB (Red+Green+Blue) = 13+166+38=217 (28% of max value = 765). Red value is 13 (5.47% from 255 or 5.99% from 217); Green value is 166 (65.23% from 255 or 76.50% from 217); Blue value is 38 (15.23% from 255 or 17.51% from 217); Max value from RGB is 166 - color contains mainly: green. Hex color #0DA626 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DA626 is #F259D9. Grayscale: #6A6A6A. Windows color (decimal): -15882714 or 2532877. OLE color: 2532877.

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

Color convert

RGB 13 166 38 -
CMYK 0.92 0 0.77 0.35
HSL 129.8º 0.85% 0.35% -
HSV(B) 129.8º 0.92% 0.65% -
XYZ 14.15 27.5 6.4 -
YUV 105.66 89.81 61.91 -
System Red Green Blue C M Y K H S L
Decimal 13 166 38 0.92 0 0.77 0.35 129.8 0.85 0.35
Hex D A6 26 5C 0 4D 23 82 55 23
Octal 15 246 46 134 0 115 43 202 125 43
Binary 1101 10100110 100110 1011100 0 1001101 100011 10000010 1010101 100011

Color Harmonies of #0DA626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DA626

Black with #0DA626

Text Example


Text Example

White with #0DA626

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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