Html Css Color HEX #0DC026 Dark Pastel Green

📋 copy color: '#0DC026'

red 13 ◦ green 192 ◦ blue 38

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

Shades of Dark Pastel Green #0DC026

Tints of Dark Pastel Green #0DC026

RGB

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

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

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

R = 5.35%
G = 79.01%
B = 15.64%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#0DC026 (or 0x0DC026) is known color: Dark Pastel Green. HEX triplet: 0D, C0 and 26. RGB value is (13,192,38). Sum of RGB (Red+Green+Blue) = 13+192+38=243 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.35% from 243); Green value is 192 (75.39% from 255 or 79.01% from 243); Blue value is 38 (15.23% from 255 or 15.64% from 243); Max value from RGB is 192 - color contains mainly: green. Hex color #0DC026 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DC026 is #F23FD9. Grayscale: #797979. Windows color (decimal): -15876058 or 2539533. OLE color: 2539533.

HSL color Cylindrical-coordinate representation of color #0DC026: hue angle of 128.38º 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 #0DC026 is Cyan = 0.93, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB 13 192 38 -
CMYK 0.93 0 0.80 0.25
HSL 128.38º 0.87% 0.4% -
HSV(B) 128.38º 0.93% 0.75% -
XYZ 19.37 37.92 8.13 -
YUV 120.92 81.2 51.02 -
System Red Green Blue C M Y K H S L
Decimal 13 192 38 0.93 0 0.80 0.25 128.38 0.87 0.4
Hex D C0 26 5D 0 50 19 80 57 28
Octal 15 300 46 135 0 120 31 200 127 50
Binary 1101 11000000 100110 1011101 0 1010000 11001 10000000 1010111 101000

Color Harmonies of #0DC026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC026

Black with #0DC026

Text Example


Text Example

White with #0DC026

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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