Html Css Color HEX #0EF155 Malachite

📋 copy color: '#0EF155'

red 14 ◦ green 241 ◦ blue 85

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

Shades of Malachite #0EF155

Tints of Malachite #0EF155

RGB

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

 GREEN value IS 241 (94.53% from 255) = 70.88%

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

R = 4.12%
G = 70.88%
B = 25%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#0EF155 (or 0x0EF155) is known color: Malachite. HEX triplet: 0E, F1 and 55. RGB value is (14,241,85). Sum of RGB (Red+Green+Blue) = 14+241+85=340 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.12% from 340); Green value is 241 (94.53% from 255 or 70.88% from 340); Blue value is 85 (33.59% from 255 or 25% from 340); Max value from RGB is 241 - color contains mainly: green. Hex color #0EF155 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0EF155 is #F10EAA. Grayscale: #9B9B9B. Windows color (decimal): -15797931 or 5632270. OLE color: 5632270.

HSL color Cylindrical-coordinate representation of color #0EF155: hue angle of 138.77º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EF155 is Cyan = 0.94, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.

Color convert

RGB 14 241 85 -
CMYK 0.94 0 0.65 0.05
HSL 138.77º 0.89% 0.5% -
HSV(B) 138.77º 0.94% 0.95% -
XYZ 33.28 63.66 19.13 -
YUV 155.34 88.29 27.18 -
System Red Green Blue C M Y K H S L
Decimal 14 241 85 0.94 0 0.65 0.05 138.77 0.89 0.5
Hex E F1 55 5E 0 41 5 8B 59 32
Octal 16 361 125 136 0 101 5 213 131 62
Binary 1110 11110001 1010101 1011110 0 1000001 101 10001011 1011001 110010

Color Harmonies of #0EF155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EF155

Black with #0EF155

Text Example


Text Example

White with #0EF155

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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