Html Css Color HEX #0EF560 Malachite

📋 copy color: '#0EF560'

red 14 ◦ green 245 ◦ blue 96

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

Shades of Malachite #0EF560

Tints of Malachite #0EF560

RGB

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

 GREEN value IS 245 (96.09% from 255) = 69.01%

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

R = 3.94%
G = 69.01%
B = 27.04%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.61

 K value IS 0.04

RGB Variations

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

Color information

#0EF560 (or 0x0EF560) is known color: Malachite. HEX triplet: 0E, F5 and 60. RGB value is (14,245,96). Sum of RGB (Red+Green+Blue) = 14+245+96=355 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.94% from 355); Green value is 245 (96.09% from 255 or 69.01% from 355); Blue value is 96 (37.89% from 255 or 27.04% from 355); Max value from RGB is 245 - color contains mainly: green. Hex color #0EF560 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0EF560 is #F10A9F. Grayscale: #9F9F9F. Windows color (decimal): -15796896 or 6354190. OLE color: 6354190.

HSL color Cylindrical-coordinate representation of color #0EF560: hue angle of 141.3º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EF560 is Cyan = 0.94, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.

Color convert

RGB 14 245 96 -
CMYK 0.94 0 0.61 0.04
HSL 141.3º 0.92% 0.51% -
HSV(B) 141.3º 0.94% 0.96% -
XYZ 34.94 66.24 22.01 -
YUV 158.95 92.47 24.62 -
System Red Green Blue C M Y K H S L
Decimal 14 245 96 0.94 0 0.61 0.04 141.3 0.92 0.51
Hex E F5 60 5E 0 3D 4 8D 5C 33
Octal 16 365 140 136 0 75 4 215 134 63
Binary 1110 11110101 1100000 1011110 0 111101 100 10001101 1011100 110011

Color Harmonies of #0EF560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EF560

Black with #0EF560

Text Example


Text Example

White with #0EF560

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,245,96); }

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

background-color css

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

 a { background-color: rgb(14,245,96); }

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

border-color css

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

 span { border-color: rgb(14,245,96); }

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