#0DF64E

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

Shades of Malachite #0DF64E

Tints of Malachite #0DF64E

Color information

#0DF64E (or 0x0DF64E) is unknown color: approx Malachite. HEX triplet: 0D, F6 and 4E. RGB value is (13,246,78). Sum of RGB (Red+Green+Blue) = 13+246+78=337 (44% of max value = 765). Red value is 13 (5.47% from 255 or 3.86% from 337); Green value is 246 (96.48% from 255 or 73.00% from 337); Blue value is 78 (30.86% from 255 or 23.15% from 337); Max value from RGB is 246 - color contains mainly: green. Hex color #0DF64E is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0DF64E is #F209B1. Grayscale: #9D9D9D. Windows color (decimal): -15862194 or 5174797. OLE color: 5174797.

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

Color convert

RGB1324678-
CMYK0.9500.680.04
HSL136.74º92.83%50.78%-
HSV(B)136.74º94.72%96.47%-
XYZ34.566.5518.23-
YUV157.1883.3125.16-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.86%
GREEN value IS 246 (96.48% from 255) = 73.00%
BLUE value IS 78 (30.86% from 255) = 23.15%
R=3.86%
G=73.00%
B=23.15%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal13246780.9500.680.04136.7492.8350.78
HexDF64E5F0444895d33
Octal153661161370104421113563
Binary1101111101101001110101111101000100100100010011011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DF64E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,246,78); }

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

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

 a { background-color: rgb(13,246,78); }

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

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

 span { border-color: rgb(13,246,78); }

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