#0EF344

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

Shades of Malachite #0EF344

Tints of Malachite #0EF344

Color information

#0EF344 (or 0x0EF344) is unknown color: approx Malachite. HEX triplet: 0E, F3 and 44. RGB value is (14,243,68). Sum of RGB (Red+Green+Blue) = 14+243+68=325 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.31% from 325); Green value is 243 (95.31% from 255 or 74.77% from 325); Blue value is 68 (26.95% from 255 or 20.92% from 325); Max value from RGB is 243 - color contains mainly: green. Hex color #0EF344 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0EF344 is #F10CBB. Grayscale: #9B9B9B. Windows color (decimal): -15797436 or 4518670. OLE color: 4518670.

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

Color convert

RGB1424368-
CMYK0.9400.720.05
HSL134.15º90.51%50.39%-
HSV(B)134.15º94.24%95.29%-
XYZ33.2864.6116.19-
YUV154.5879.1327.73-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.31%
GREEN value IS 243 (95.31% from 255) = 74.77%
BLUE value IS 68 (26.95% from 255) = 20.92%
R=4.31%
G=74.77%
B=20.92%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal14243680.9400.720.05134.1590.5150.39
HexEF3445E0485865b32
Octal163631041360110520613362
Binary1110111100111000100101111001001000101100001101011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EF344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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