Html Css Color HEX #0DEC46 Malachite

📋 copy color: '#0DEC46'

red 13 ◦ green 236 ◦ blue 70

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

Shades of Malachite #0DEC46

Tints of Malachite #0DEC46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 21.94%

R = 4.08%
G = 73.98%
B = 21.94%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#0DEC46 (or 0x0DEC46) is known color: Malachite. HEX triplet: 0D, EC and 46. RGB value is (13,236,70). Sum of RGB (Red+Green+Blue) = 13+236+70=319 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.08% from 319); Green value is 236 (92.58% from 255 or 73.98% from 319); Blue value is 70 (27.73% from 255 or 21.94% from 319); Max value from RGB is 236 - color contains mainly: green. Hex color #0DEC46 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0DEC46 is #F213B9. Grayscale: #969696. Windows color (decimal): -15864762 or 4647949. OLE color: 4647949.

HSL color Cylindrical-coordinate representation of color #0DEC46: hue angle of 135.34º 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 #0DEC46 is Cyan = 0.94, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB 13 236 70 -
CMYK 0.94 0 0.70 0.07
HSL 135.34º 0.9% 0.49% -
HSV(B) 135.34º 0.94% 0.93% -
XYZ 31.27 60.52 15.83 -
YUV 150.4 82.62 30 -
System Red Green Blue C M Y K H S L
Decimal 13 236 70 0.94 0 0.70 0.07 135.34 0.9 0.49
Hex D EC 46 5E 0 46 7 87 5A 31
Octal 15 354 106 136 0 106 7 207 132 61
Binary 1101 11101100 1000110 1011110 0 1000110 111 10000111 1011010 110001

Color Harmonies of #0DEC46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DEC46

Black with #0DEC46

Text Example


Text Example

White with #0DEC46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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