Html Css Color HEX #0DA424 Forest Green

📋 copy color: '#0DA424'

red 13 ◦ green 164 ◦ blue 36

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

Shades of Forest Green #0DA424

Tints of Forest Green #0DA424

RGB

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

 GREEN value IS 164 (64.45% from 255) = 77%

 BLUE value IS 36 (14.45% from 255) = 16.9%

R = 6.1%
G = 77%
B = 16.9%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.78

 K value IS 0.36

RGB Variations

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

Color information

#0DA424 (or 0x0DA424) is known color: Forest Green. HEX triplet: 0D, A4 and 24. RGB value is (13,164,36). Sum of RGB (Red+Green+Blue) = 13+164+36=213 (28% of max value = 765). Red value is 13 (5.47% from 255 or 6.10% from 213); Green value is 164 (64.45% from 255 or 77.00% from 213); Blue value is 36 (14.45% from 255 or 16.90% from 213); Max value from RGB is 164 - color contains mainly: green. Hex color #0DA424 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DA424 is #F25BDB. Grayscale: #686868. Windows color (decimal): -15883228 or 2401293. OLE color: 2401293.

HSL color Cylindrical-coordinate representation of color #0DA424: hue angle of 129.14º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DA424 is Cyan = 0.92, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.36.

Color convert

RGB 13 164 36 -
CMYK 0.92 0 0.78 0.36
HSL 129.14º 0.85% 0.35% -
HSV(B) 129.14º 0.92% 0.64% -
XYZ 13.76 26.76 6.11 -
YUV 104.26 89.47 62.91 -
System Red Green Blue C M Y K H S L
Decimal 13 164 36 0.92 0 0.78 0.36 129.14 0.85 0.35
Hex D A4 24 5C 0 4E 24 81 55 23
Octal 15 244 44 134 0 116 44 201 125 43
Binary 1101 10100100 100100 1011100 0 1001110 100100 10000001 1010101 100011

Color Harmonies of #0DA424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DA424

Black with #0DA424

Text Example


Text Example

White with #0DA424

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,164,36); }

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

background-color css

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

 a { background-color: rgb(13,164,36); }

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

border-color css

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

 span { border-color: rgb(13,164,36); }

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