Html Css Color HEX #0DC024 Dark Pastel Green

📋 copy color: '#0DC024'

red 13 ◦ green 192 ◦ blue 36

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

Shades of Dark Pastel Green #0DC024

Tints of Dark Pastel Green #0DC024

RGB

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

 GREEN value IS 192 (75.39% from 255) = 79.67%

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

R = 5.39%
G = 79.67%
B = 14.94%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#0DC024 (or 0x0DC024) is known color: Dark Pastel Green. HEX triplet: 0D, C0 and 24. RGB value is (13,192,36). Sum of RGB (Red+Green+Blue) = 13+192+36=241 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.39% from 241); Green value is 192 (75.39% from 255 or 79.67% from 241); Blue value is 36 (14.45% from 255 or 14.94% from 241); Max value from RGB is 192 - color contains mainly: green. Hex color #0DC024 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DC024 is #F23FDB. Grayscale: #797979. Windows color (decimal): -15876060 or 2408461. OLE color: 2408461.

HSL color Cylindrical-coordinate representation of color #0DC024: hue angle of 127.71º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DC024 is Cyan = 0.93, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB 13 192 36 -
CMYK 0.93 0 0.81 0.25
HSL 127.71º 0.87% 0.4% -
HSV(B) 127.71º 0.93% 0.75% -
XYZ 19.33 37.91 7.97 -
YUV 120.7 80.2 51.18 -
System Red Green Blue C M Y K H S L
Decimal 13 192 36 0.93 0 0.81 0.25 127.71 0.87 0.4
Hex D C0 24 5D 0 51 19 80 57 28
Octal 15 300 44 135 0 121 31 200 127 50
Binary 1101 11000000 100100 1011101 0 1010001 11001 10000000 1010111 101000

Color Harmonies of #0DC024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC024

Black with #0DC024

Text Example


Text Example

White with #0DC024

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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