#0EF164

Color #0EF164 Malachite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malachite #0EF164

Tints of Malachite #0EF164

Color information

#0EF164 (or 0x0EF164) is unknown color: approx Malachite. HEX triplet: 0E, F1 and 64. RGB value is (14,241,100). Sum of RGB (Red+Green+Blue) = 14+241+100=355 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.94% from 355); Green value is 241 (94.53% from 255 or 67.89% from 355); Blue value is 100 (39.45% from 255 or 28.17% from 355); Max value from RGB is 241 - color contains mainly: green. Hex color #0EF164 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0EF164 is #F10E9B. Grayscale: #9D9D9D. Windows color (decimal): -15797916 or 6615310. OLE color: 6615310.

HSL color Cylindrical-coordinate representation of color #0EF164: hue angle of 142.73º 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 #0EF164 is Cyan = 0.94, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.

Color convert

RGB14241100-
CMYK0.9400.590.05
HSL142.73º89.02%50%-
HSV(B)142.73º94.19%94.51%-
XYZ33.9463.9222.61-
YUV157.0595.7925.96-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.94%
GREEN value IS 241 (94.53% from 255) = 67.89%
BLUE value IS 100 (39.45% from 255) = 28.17%
R=3.94%
G=67.89%
B=28.17%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal142411000.9400.590.05142.7389.0250
HexEF1645E03B58f5932
Octal16361144136073521713162
Binary111011110001110010010111100111011101100011111011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EF164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0EF164;
 }
 .AnyTagClassName
 {
   color: #0EF164;
 }
</style>
background-color css

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

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

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

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

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

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