#00F45D

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

Shades of Malachite #00F45D

Tints of Malachite #00F45D

Color information

#00F45D (or 0x00F45D) is unknown color: approx Malachite. HEX triplet: 00, F4 and 5D. RGB value is (0,244,93). Sum of RGB (Red+Green+Blue) = 0+244+93=337 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 337); Green value is 244 (95.70% from 255 or 72.40% from 337); Blue value is 93 (36.72% from 255 or 27.60% from 337); Max value from RGB is 244 - color contains mainly: green. Hex color #00F45D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #00F45D is #FF0BA2. Grayscale: #9A9A9A. Windows color (decimal): -16714659 or 6157312. OLE color: 6157312.

HSL color Cylindrical-coordinate representation of color #00F45D: hue angle of 142.87º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00F45D is Cyan = 1, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.

Color convert

RGB024493-
CMYK100.620.04
HSL142.87º100%47.84%-
HSV(B)142.87º100%95.69%-
XYZ34.3365.4921.19-
YUV153.8393.6618.28-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 244 (95.70% from 255) = 72.40%
BLUE value IS 93 (36.72% from 255) = 27.60%
R=0%
G=72.40%
B=27.60%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal024493100.620.04142.8710047.84
Hex0F45D6403E48f6430
Octal0364135144076421714460
Binary011110100101110111001000111110100100011111100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00F45D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,244,93); }

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

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

 a { background-color: rgb(0,244,93); }

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

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

 span { border-color: rgb(0,244,93); }

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