#0FF15F

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

Shades of Malachite #0FF15F

Tints of Malachite #0FF15F

Color information

#0FF15F (or 0x0FF15F) is unknown color: approx Malachite. HEX triplet: 0F, F1 and 5F. RGB value is (15,241,95). Sum of RGB (Red+Green+Blue) = 15+241+95=351 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.27% from 351); Green value is 241 (94.53% from 255 or 68.66% from 351); Blue value is 95 (37.5% from 255 or 27.07% from 351); Max value from RGB is 241 - color contains mainly: green. Hex color #0FF15F is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0FF15F is #F00EA0. Grayscale: #9D9D9D. Windows color (decimal): -15732385 or 6287631. OLE color: 6287631.

HSL color Cylindrical-coordinate representation of color #0FF15F: hue angle of 141.24º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FF15F is Cyan = 0.94, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.

Color convert

RGB1524195-
CMYK0.9400.610.05
HSL141.24º88.98%50.2%-
HSV(B)141.24º93.78%94.51%-
XYZ33.7263.8421.37-
YUV156.7893.1326.87-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.27%
GREEN value IS 241 (94.53% from 255) = 68.66%
BLUE value IS 95 (37.5% from 255) = 27.07%
R=4.27%
G=68.66%
B=27.07%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal15241950.9400.610.05141.2488.9850.2
HexFF15F5E03D58d5932
Octal17361137136075521513162
Binary111111110001101111110111100111101101100011011011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FF15F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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