#0DF641

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

Shades of Malachite #0DF641

Tints of Malachite #0DF641

Color information

#0DF641 (or 0x0DF641) is unknown color: approx Malachite. HEX triplet: 0D, F6 and 41. RGB value is (13,246,65). Sum of RGB (Red+Green+Blue) = 13+246+65=324 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.01% from 324); Green value is 246 (96.48% from 255 or 75.93% from 324); Blue value is 65 (25.78% from 255 or 20.06% from 324); Max value from RGB is 246 - color contains mainly: green. Hex color #0DF641 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0DF641 is #F209BE. Grayscale: #9C9C9C. Windows color (decimal): -15862207 or 4322829. OLE color: 4322829.

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

Color convert

RGB1324665-
CMYK0.9500.740.04
HSL133.39º92.83%50.78%-
HSV(B)133.39º94.72%96.47%-
XYZ34.0866.3816.02-
YUV155.776.8126.22-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.01%
GREEN value IS 246 (96.48% from 255) = 75.93%
BLUE value IS 65 (25.78% from 255) = 20.06%
R=4.01%
G=75.93%
B=20.06%

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
Decimal13246650.9500.740.04133.3992.8350.78
HexDF6415F04A4855d33
Octal153661011370112420513563
Binary1101111101101000001101111101001010100100001011011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DF641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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