#0FF65E

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

Shades of Malachite #0FF65E

Tints of Malachite #0FF65E

Color information

#0FF65E (or 0x0FF65E) is unknown color: approx Malachite. HEX triplet: 0F, F6 and 5E. RGB value is (15,246,94). Sum of RGB (Red+Green+Blue) = 15+246+94=355 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.23% from 355); Green value is 246 (96.48% from 255 or 69.30% from 355); Blue value is 94 (37.11% from 255 or 26.48% from 355); Max value from RGB is 246 - color contains mainly: green. Hex color #0FF65E is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0FF65E is #F009A1. Grayscale: #9F9F9F. Windows color (decimal): -15731106 or 6223375. OLE color: 6223375.

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

Color convert

RGB1524694-
CMYK0.9400.620.04
HSL140.52º92.77%51.18%-
HSV(B)140.52º93.9%96.47%-
XYZ35.1766.8221.63-
YUV159.690.9724.86-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.23%
GREEN value IS 246 (96.48% from 255) = 69.30%
BLUE value IS 94 (37.11% from 255) = 26.48%
R=4.23%
G=69.30%
B=26.48%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal15246940.9400.620.04140.5292.7751.18
HexFF65E5E03E48d5d33
Octal17366136136076421513563
Binary111111110110101111010111100111110100100011011011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FF65E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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