#0EF35B

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

Shades of Malachite #0EF35B

Tints of Malachite #0EF35B

Color information

#0EF35B (or 0x0EF35B) is unknown color: approx Malachite. HEX triplet: 0E, F3 and 5B. RGB value is (14,243,91). Sum of RGB (Red+Green+Blue) = 14+243+91=348 (46% of max value = 765). Red value is 14 (5.86% from 255 or 4.02% from 348); Green value is 243 (95.31% from 255 or 69.83% from 348); Blue value is 91 (35.94% from 255 or 26.15% from 348); Max value from RGB is 243 - color contains mainly: green. Hex color #0EF35B is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0EF35B is #F10CA4. Grayscale: #9D9D9D. Windows color (decimal): -15797413 or 6025998. OLE color: 6025998.

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

Color convert

RGB1424391-
CMYK0.9400.630.05
HSL140.17º90.51%50.39%-
HSV(B)140.17º94.24%95.29%-
XYZ34.1264.9520.64-
YUV157.290.6325.86-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.02%
GREEN value IS 243 (95.31% from 255) = 69.83%
BLUE value IS 91 (35.94% from 255) = 26.15%
R=4.02%
G=69.83%
B=26.15%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal14243910.9400.630.05140.1790.5150.39
HexEF35B5E03F58c5b32
Octal16363133136077521413362
Binary111011110011101101110111100111111101100011001011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EF35B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,243,91); }

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

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

 a { background-color: rgb(14,243,91); }

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

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

 span { border-color: rgb(14,243,91); }

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