Html Css Color HEX #0EDC74 Malachite

📋 copy color: '#0EDC74'

red 14 ◦ green 220 ◦ blue 116

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

Shades of Malachite #0EDC74

Tints of Malachite #0EDC74

RGB

 RED value IS 14 (5.86% from 255) = 4%

 GREEN value IS 220 (86.33% from 255) = 62.86%

 BLUE value IS 116 (45.7% from 255) = 33.14%

R = 4%
G = 62.86%
B = 33.14%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#0EDC74 (or 0x0EDC74) is known color: Malachite. HEX triplet: 0E, DC and 74. RGB value is (14,220,116). Sum of RGB (Red+Green+Blue) = 14+220+116=350 (46% of max value = 765). Red value is 14 (5.86% from 255 or 4% from 350); Green value is 220 (86.33% from 255 or 62.86% from 350); Blue value is 116 (45.70% from 255 or 33.14% from 350); Max value from RGB is 220 - color contains mainly: green. Hex color #0EDC74 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EDC74 is #F1238B. Grayscale: #929292. Windows color (decimal): -15803276 or 7658510. OLE color: 7658510.

HSL color Cylindrical-coordinate representation of color #0EDC74: hue angle of 149.71º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EDC74 is Cyan = 0.94, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB 14 220 116 -
CMYK 0.94 0 0.47 0.14
HSL 149.71º 0.88% 0.46% -
HSV(B) 149.71º 0.94% 0.86% -
XYZ 28.93 52.54 25.14 -
YUV 146.55 110.75 33.46 -
System Red Green Blue C M Y K H S L
Decimal 14 220 116 0.94 0 0.47 0.14 149.71 0.88 0.46
Hex E DC 74 5E 0 2F E 96 58 2E
Octal 16 334 164 136 0 57 16 226 130 56
Binary 1110 11011100 1110100 1011110 0 101111 1110 10010110 1011000 101110

Color Harmonies of #0EDC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EDC74

Black with #0EDC74

Text Example


Text Example

White with #0EDC74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,220,116); }

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

background-color css

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

 a { background-color: rgb(14,220,116); }

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

border-color css

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

 span { border-color: rgb(14,220,116); }

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