#0FEC40

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

Shades of Malachite #0FEC40

Tints of Malachite #0FEC40

Color information

#0FEC40 (or 0x0FEC40) is unknown color: approx Malachite. HEX triplet: 0F, EC and 40. RGB value is (15,236,64). Sum of RGB (Red+Green+Blue) = 15+236+64=315 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.76% from 315); Green value is 236 (92.58% from 255 or 74.92% from 315); Blue value is 64 (25.39% from 255 or 20.32% from 315); Max value from RGB is 236 - color contains mainly: green. Hex color #0FEC40 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0FEC40 is #F013BF. Grayscale: #969696. Windows color (decimal): -15733696 or 4254735. OLE color: 4254735.

HSL color Cylindrical-coordinate representation of color #0FEC40: hue angle of 133.3º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FEC40 is Cyan = 0.94, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB1523664-
CMYK0.9400.730.07
HSL133.3º88.05%49.22%-
HSV(B)133.3º93.64%92.55%-
XYZ31.1260.4614.88-
YUV150.3179.2831.49-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.76%
GREEN value IS 236 (92.58% from 255) = 74.92%
BLUE value IS 64 (25.39% from 255) = 20.32%
R=4.76%
G=74.92%
B=20.32%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal15236640.9400.730.07133.388.0549.22
HexFEC405E0497855831
Octal173541001360111720513061
Binary1111111011001000000101111001001001111100001011011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FEC40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,236,64); }

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

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

 a { background-color: rgb(15,236,64); }

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

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

 span { border-color: rgb(15,236,64); }

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