Html Css Color HEX #0DEC53 Malachite

📋 copy color: '#0DEC53'

red 13 ◦ green 236 ◦ blue 83

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

Shades of Malachite #0DEC53

Tints of Malachite #0DEC53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 25%

R = 3.92%
G = 71.08%
B = 25%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#0DEC53 (or 0x0DEC53) is known color: Malachite. HEX triplet: 0D, EC and 53. RGB value is (13,236,83). Sum of RGB (Red+Green+Blue) = 13+236+83=332 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.92% from 332); Green value is 236 (92.58% from 255 or 71.08% from 332); Blue value is 83 (32.81% from 255 or 25% from 332); Max value from RGB is 236 - color contains mainly: green. Hex color #0DEC53 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0DEC53 is #F213AC. Grayscale: #989898. Windows color (decimal): -15864749 or 5499917. OLE color: 5499917.

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

Color convert

RGB 13 236 83 -
CMYK 0.94 0 0.65 0.07
HSL 138.83º 0.9% 0.49% -
HSV(B) 138.83º 0.94% 0.93% -
XYZ 31.72 60.7 18.23 -
YUV 151.88 89.12 28.94 -
System Red Green Blue C M Y K H S L
Decimal 13 236 83 0.94 0 0.65 0.07 138.83 0.9 0.49
Hex D EC 53 5E 0 41 7 8B 5A 31
Octal 15 354 123 136 0 101 7 213 132 61
Binary 1101 11101100 1010011 1011110 0 1000001 111 10001011 1011010 110001

Color Harmonies of #0DEC53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DEC53

Black with #0DEC53

Text Example


Text Example

White with #0DEC53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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