#00F041

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

Shades of Malachite #00F041

Tints of Malachite #00F041

Color information

#00F041 (or 0x00F041) is unknown color: approx Malachite. HEX triplet: 00, F0 and 41. RGB value is (0,240,65). Sum of RGB (Red+Green+Blue) = 0+240+65=305 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 305); Green value is 240 (94.14% from 255 or 78.69% from 305); Blue value is 65 (25.78% from 255 or 21.31% from 305); Max value from RGB is 240 - color contains mainly: green. Hex color #00F041 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #00F041 is #FF0FBE. Grayscale: #949494. Windows color (decimal): -16715711 or 4321280. OLE color: 4321280.

HSL color Cylindrical-coordinate representation of color #00F041: hue angle of 136.25º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00F041 is Cyan = 1, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.06.

Color convert

RGB024065-
CMYK100.730.06
HSL136.25º100%47.06%-
HSV(B)136.25º100%94.12%-
XYZ32.1162.715.41-
YUV148.2980.9922.23-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 240 (94.14% from 255) = 78.69%
BLUE value IS 65 (25.78% from 255) = 21.31%
R=0%
G=78.69%
B=21.31%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal024065100.730.06136.2510047.06
Hex0F04164049688642f
Octal03601011440111621014457
Binary0111100001000001110010001001001110100010001100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00F041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00F041; }

 p { color: rgb(0,240,65); }

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

<style>
 a { background-color: #00F041; }

 a { background-color: rgb(0,240,65); }

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

<style>
 span { border-color: #00F041; }

 span { border-color: rgb(0,240,65); }

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