Html Css Color HEX #0DC03F Dark Pastel Green

📋 copy color: '#0DC03F'

red 13 ◦ green 192 ◦ blue 63

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

Shades of Dark Pastel Green #0DC03F

Tints of Dark Pastel Green #0DC03F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 23.51%

R = 4.85%
G = 71.64%
B = 23.51%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#0DC03F (or 0x0DC03F) is known color: Dark Pastel Green. HEX triplet: 0D, C0 and 3F. RGB value is (13,192,63). Sum of RGB (Red+Green+Blue) = 13+192+63=268 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.85% from 268); Green value is 192 (75.39% from 255 or 71.64% from 268); Blue value is 63 (25% from 255 or 23.51% from 268); Max value from RGB is 192 - color contains mainly: green. Hex color #0DC03F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DC03F is #F23FC0. Grayscale: #7C7C7C. Windows color (decimal): -15876033 or 4177933. OLE color: 4177933.

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

Color convert

RGB 13 192 63 -
CMYK 0.93 0 0.67 0.25
HSL 136.76º 0.87% 0.4% -
HSV(B) 136.76º 0.93% 0.75% -
XYZ 19.91 38.14 11.02 -
YUV 123.77 93.7 48.99 -
System Red Green Blue C M Y K H S L
Decimal 13 192 63 0.93 0 0.67 0.25 136.76 0.87 0.4
Hex D C0 3F 5D 0 43 19 89 57 28
Octal 15 300 77 135 0 103 31 211 127 50
Binary 1101 11000000 111111 1011101 0 1000011 11001 10001001 1010111 101000

Color Harmonies of #0DC03F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC03F

Black with #0DC03F

Text Example


Text Example

White with #0DC03F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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