#0FEB5D

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

Shades of Malachite #0FEB5D

Tints of Malachite #0FEB5D

Color information

#0FEB5D (or 0x0FEB5D) is unknown color: approx Malachite. HEX triplet: 0F, EB and 5D. RGB value is (15,235,93). Sum of RGB (Red+Green+Blue) = 15+235+93=343 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.37% from 343); Green value is 235 (92.19% from 255 or 68.51% from 343); Blue value is 93 (36.72% from 255 or 27.11% from 343); Max value from RGB is 235 - color contains mainly: green. Hex color #0FEB5D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0FEB5D is #F014A2. Grayscale: #999999. Windows color (decimal): -15733923 or 6155023. OLE color: 6155023.

HSL color Cylindrical-coordinate representation of color #0FEB5D: hue angle of 141.27º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FEB5D is Cyan = 0.94, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.08.

Color convert

RGB1523593-
CMYK0.9400.600.08
HSL141.27º88%49.02%-
HSV(B)141.27º93.62%92.16%-
XYZ31.8860.3120.32-
YUV153.0394.1129.55-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.37%
GREEN value IS 235 (92.19% from 255) = 68.51%
BLUE value IS 93 (36.72% from 255) = 27.11%
R=4.37%
G=68.51%
B=27.11%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal15235930.9400.600.08141.278849.02
HexFEB5D5E03C88d5831
Octal173531351360741021513061
Binary1111111010111011101101111001111001000100011011011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FEB5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,235,93); }

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

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

 a { background-color: rgb(15,235,93); }

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

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

 span { border-color: rgb(15,235,93); }

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