Html Css Color HEX #0ED64F Malachite

📋 copy color: '#0ED64F'

red 14 ◦ green 214 ◦ blue 79

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

Shades of Malachite #0ED64F

Tints of Malachite #0ED64F

RGB

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

 GREEN value IS 214 (83.98% from 255) = 69.71%

 BLUE value IS 79 (31.25% from 255) = 25.73%

R = 4.56%
G = 69.71%
B = 25.73%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#0ED64F (or 0x0ED64F) is known color: Malachite. HEX triplet: 0E, D6 and 4F. RGB value is (14,214,79). Sum of RGB (Red+Green+Blue) = 14+214+79=307 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.56% from 307); Green value is 214 (83.98% from 255 or 69.71% from 307); Blue value is 79 (31.25% from 255 or 25.73% from 307); Max value from RGB is 214 - color contains mainly: green. Hex color #0ED64F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ED64F is #F129B0. Grayscale: #8B8B8B. Windows color (decimal): -15804849 or 5232142. OLE color: 5232142.

HSL color Cylindrical-coordinate representation of color #0ED64F: hue angle of 139.5º 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 #0ED64F is Cyan = 0.93, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB 14 214 79 -
CMYK 0.93 0 0.63 0.16
HSL 139.5º 0.88% 0.45% -
HSV(B) 139.5º 0.93% 0.84% -
XYZ 25.64 48.75 15.46 -
YUV 138.81 94.24 38.98 -
System Red Green Blue C M Y K H S L
Decimal 14 214 79 0.93 0 0.63 0.16 139.5 0.88 0.45
Hex E D6 4F 5D 0 3F 10 8C 58 2D
Octal 16 326 117 135 0 77 20 214 130 55
Binary 1110 11010110 1001111 1011101 0 111111 10000 10001100 1011000 101101

Color Harmonies of #0ED64F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ED64F

Black with #0ED64F

Text Example


Text Example

White with #0ED64F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,214,79); }

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

background-color css

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

 a { background-color: rgb(14,214,79); }

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

border-color css

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

 span { border-color: rgb(14,214,79); }

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