#0FF65F

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

Shades of Malachite #0FF65F

Tints of Malachite #0FF65F

Color information

#0FF65F (or 0x0FF65F) is unknown color: approx Malachite. HEX triplet: 0F, F6 and 5F. RGB value is (15,246,95). Sum of RGB (Red+Green+Blue) = 15+246+95=356 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.21% from 356); Green value is 246 (96.48% from 255 or 69.10% from 356); Blue value is 95 (37.5% from 255 or 26.69% from 356); Max value from RGB is 246 - color contains mainly: green. Hex color #0FF65F is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0FF65F is #F009A0. Grayscale: #A0A0A0. Windows color (decimal): -15731105 or 6288911. OLE color: 6288911.

HSL color Cylindrical-coordinate representation of color #0FF65F: hue angle of 140.78º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FF65F is Cyan = 0.94, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.

Color convert

RGB1524695-
CMYK0.9400.610.04
HSL140.78º92.77%51.18%-
HSV(B)140.78º93.9%96.47%-
XYZ35.2266.8421.87-
YUV159.7291.4724.78-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.21%
GREEN value IS 246 (96.48% from 255) = 69.10%
BLUE value IS 95 (37.5% from 255) = 26.69%
R=4.21%
G=69.10%
B=26.69%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal15246950.9400.610.04140.7892.7751.18
HexFF65F5E03D48d5d33
Octal17366137136075421513563
Binary111111110110101111110111100111101100100011011011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FF65F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,246,95); }

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

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

 a { background-color: rgb(15,246,95); }

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

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

 span { border-color: rgb(15,246,95); }

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