Html Css Color HEX #0DEC60 Malachite

📋 copy color: '#0DEC60'

red 13 ◦ green 236 ◦ blue 96

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

Shades of Malachite #0DEC60

Tints of Malachite #0DEC60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 27.83%

R = 3.77%
G = 68.41%
B = 27.83%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#0DEC60 (or 0x0DEC60) is known color: Malachite. HEX triplet: 0D, EC and 60. RGB value is (13,236,96). Sum of RGB (Red+Green+Blue) = 13+236+96=345 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.77% from 345); Green value is 236 (92.58% from 255 or 68.41% from 345); Blue value is 96 (37.89% from 255 or 27.83% from 345); Max value from RGB is 236 - color contains mainly: green. Hex color #0DEC60 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0DEC60 is #F2139F. Grayscale: #999999. Windows color (decimal): -15864736 or 6351885. OLE color: 6351885.

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

Color convert

RGB 13 236 96 -
CMYK 0.94 0 0.59 0.07
HSL 142.33º 0.9% 0.49% -
HSV(B) 142.33º 0.94% 0.93% -
XYZ 32.27 60.92 21.12 -
YUV 153.36 95.62 27.88 -
System Red Green Blue C M Y K H S L
Decimal 13 236 96 0.94 0 0.59 0.07 142.33 0.9 0.49
Hex D EC 60 5E 0 3B 7 8E 5A 31
Octal 15 354 140 136 0 73 7 216 132 61
Binary 1101 11101100 1100000 1011110 0 111011 111 10001110 1011010 110001

Color Harmonies of #0DEC60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DEC60

Black with #0DEC60

Text Example


Text Example

White with #0DEC60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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