Html Css Color HEX #0DEC3D Malachite

📋 copy color: '#0DEC3D'

red 13 ◦ green 236 ◦ blue 61

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

Shades of Malachite #0DEC3D

Tints of Malachite #0DEC3D

RGB

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

 GREEN value IS 236 (92.58% from 255) = 76.13%

 BLUE value IS 61 (24.22% from 255) = 19.68%

R = 4.19%
G = 76.13%
B = 19.68%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#0DEC3D (or 0x0DEC3D) is known color: Malachite. HEX triplet: 0D, EC and 3D. RGB value is (13,236,61). Sum of RGB (Red+Green+Blue) = 13+236+61=310 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.19% from 310); Green value is 236 (92.58% from 255 or 76.13% from 310); Blue value is 61 (24.22% from 255 or 19.68% from 310); Max value from RGB is 236 - color contains mainly: green. Hex color #0DEC3D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0DEC3D is #F213C2. Grayscale: #959595. Windows color (decimal): -15864771 or 4058125. OLE color: 4058125.

HSL color Cylindrical-coordinate representation of color #0DEC3D: hue angle of 132.91º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DEC3D is Cyan = 0.94, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.07.

Color convert

RGB 13 236 61 -
CMYK 0.94 0 0.74 0.07
HSL 132.91º 0.9% 0.49% -
HSV(B) 132.91º 0.94% 0.93% -
XYZ 31 60.41 14.44 -
YUV 149.37 78.12 30.73 -
System Red Green Blue C M Y K H S L
Decimal 13 236 61 0.94 0 0.74 0.07 132.91 0.9 0.49
Hex D EC 3D 5E 0 4A 7 85 5A 31
Octal 15 354 75 136 0 112 7 205 132 61
Binary 1101 11101100 111101 1011110 0 1001010 111 10000101 1011010 110001

Color Harmonies of #0DEC3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DEC3D

Black with #0DEC3D

Text Example


Text Example

White with #0DEC3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,236,61); }

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

background-color css

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

 a { background-color: rgb(13,236,61); }

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

border-color css

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

 span { border-color: rgb(13,236,61); }

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