#0FED5E

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

Shades of Malachite #0FED5E

Tints of Malachite #0FED5E

Color information

#0FED5E (or 0x0FED5E) is unknown color: approx Malachite. HEX triplet: 0F, ED and 5E. RGB value is (15,237,94). Sum of RGB (Red+Green+Blue) = 15+237+94=346 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.34% from 346); Green value is 237 (92.97% from 255 or 68.50% from 346); Blue value is 94 (37.11% from 255 or 27.17% from 346); Max value from RGB is 237 - color contains mainly: green. Hex color #0FED5E is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0FED5E is #F012A1. Grayscale: #9A9A9A. Windows color (decimal): -15733410 or 6221071. OLE color: 6221071.

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

Color convert

RGB1523794-
CMYK0.9400.600.07
HSL141.35º88.1%49.41%-
HSV(B)141.35º93.67%92.94%-
XYZ32.561.4820.74-
YUV154.3293.9528.63-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.34%
GREEN value IS 237 (92.97% from 255) = 68.50%
BLUE value IS 94 (37.11% from 255) = 27.17%
R=4.34%
G=68.50%
B=27.17%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal15237940.9400.600.07141.3588.149.41
HexFED5E5E03C78d5831
Octal17355136136074721513061
Binary111111101101101111010111100111100111100011011011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FED5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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