Html Css Color HEX #0ED740 Malachite

📋 copy color: '#0ED740'

red 14 ◦ green 215 ◦ blue 64

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

Shades of Malachite #0ED740

Tints of Malachite #0ED740

RGB

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

 GREEN value IS 215 (84.38% from 255) = 73.38%

 BLUE value IS 64 (25.39% from 255) = 21.84%

R = 4.78%
G = 73.38%
B = 21.84%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#0ED740 (or 0x0ED740) is known color: Malachite. HEX triplet: 0E, D7 and 40. RGB value is (14,215,64). Sum of RGB (Red+Green+Blue) = 14+215+64=293 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.78% from 293); Green value is 215 (84.38% from 255 or 73.38% from 293); Blue value is 64 (25.39% from 255 or 21.84% from 293); Max value from RGB is 215 - color contains mainly: green. Hex color #0ED740 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ED740 is #F128BF. Grayscale: #8A8A8A. Windows color (decimal): -15804608 or 4249358. OLE color: 4249358.

HSL color Cylindrical-coordinate representation of color #0ED740: hue angle of 134.93º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ED740 is Cyan = 0.93, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 14 215 64 -
CMYK 0.93 0 0.70 0.16
HSL 134.93º 0.88% 0.45% -
HSV(B) 134.93º 0.93% 0.84% -
XYZ 25.41 49.06 12.98 -
YUV 137.69 86.41 39.78 -
System Red Green Blue C M Y K H S L
Decimal 14 215 64 0.93 0 0.70 0.16 134.93 0.88 0.45
Hex E D7 40 5D 0 46 10 87 58 2D
Octal 16 327 100 135 0 106 20 207 130 55
Binary 1110 11010111 1000000 1011101 0 1000110 10000 10000111 1011000 101101

Color Harmonies of #0ED740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ED740

Black with #0ED740

Text Example


Text Example

White with #0ED740

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,215,64); }

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

background-color css

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

 a { background-color: rgb(14,215,64); }

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

border-color css

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

 span { border-color: rgb(14,215,64); }

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