#0DF640

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

Shades of Malachite #0DF640

Tints of Malachite #0DF640

Color information

#0DF640 (or 0x0DF640) is unknown color: approx Malachite. HEX triplet: 0D, F6 and 40. RGB value is (13,246,64). Sum of RGB (Red+Green+Blue) = 13+246+64=323 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.02% from 323); Green value is 246 (96.48% from 255 or 76.16% from 323); Blue value is 64 (25.39% from 255 or 19.81% from 323); Max value from RGB is 246 - color contains mainly: green. Hex color #0DF640 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0DF640 is #F209BF. Grayscale: #9C9C9C. Windows color (decimal): -15862208 or 4257293. OLE color: 4257293.

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

Color convert

RGB1324664-
CMYK0.9500.740.04
HSL133.13º92.83%50.78%-
HSV(B)133.13º94.72%96.47%-
XYZ34.0566.3715.87-
YUV155.5876.3126.3-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.02%
GREEN value IS 246 (96.48% from 255) = 76.16%
BLUE value IS 64 (25.39% from 255) = 19.81%
R=4.02%
G=76.16%
B=19.81%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal13246640.9500.740.04133.1392.8350.78
HexDF6405F04A4855d33
Octal153661001370112420513563
Binary1101111101101000000101111101001010100100001011011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DF640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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