Html Css Color HEX #0EF655 Malachite

📋 copy color: '#0EF655'

red 14 ◦ green 246 ◦ blue 85

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

Shades of Malachite #0EF655

Tints of Malachite #0EF655

RGB

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

 GREEN value IS 246 (96.48% from 255) = 71.3%

 BLUE value IS 85 (33.59% from 255) = 24.64%

R = 4.06%
G = 71.3%
B = 24.64%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.65

 K value IS 0.04

RGB Variations

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

Color information

#0EF655 (or 0x0EF655) is known color: Malachite. HEX triplet: 0E, F6 and 55. RGB value is (14,246,85). Sum of RGB (Red+Green+Blue) = 14+246+85=345 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.06% from 345); Green value is 246 (96.48% from 255 or 71.30% from 345); Blue value is 85 (33.59% from 255 or 24.64% from 345); Max value from RGB is 246 - color contains mainly: green. Hex color #0EF655 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0EF655 is #F109AA. Grayscale: #9E9E9E. Windows color (decimal): -15796651 or 5633550. OLE color: 5633550.

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

Color convert

RGB 14 246 85 -
CMYK 0.94 0 0.65 0.04
HSL 138.36º 0.93% 0.51% -
HSV(B) 138.36º 0.94% 0.96% -
XYZ 34.78 66.66 19.63 -
YUV 158.28 86.64 25.09 -
System Red Green Blue C M Y K H S L
Decimal 14 246 85 0.94 0 0.65 0.04 138.36 0.93 0.51
Hex E F6 55 5E 0 41 4 8A 5D 33
Octal 16 366 125 136 0 101 4 212 135 63
Binary 1110 11110110 1010101 1011110 0 1000001 100 10001010 1011101 110011

Color Harmonies of #0EF655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EF655

Black with #0EF655

Text Example


Text Example

White with #0EF655

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,246,85); }

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

background-color css

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

 a { background-color: rgb(14,246,85); }

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

border-color css

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

 span { border-color: rgb(14,246,85); }

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