#0DF65D

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

Shades of Malachite #0DF65D

Tints of Malachite #0DF65D

Color information

#0DF65D (or 0x0DF65D) is unknown color: approx Malachite. HEX triplet: 0D, F6 and 5D. RGB value is (13,246,93). Sum of RGB (Red+Green+Blue) = 13+246+93=352 (46% of max value = 765). Red value is 13 (5.47% from 255 or 3.69% from 352); Green value is 246 (96.48% from 255 or 69.89% from 352); Blue value is 93 (36.72% from 255 or 26.42% from 352); Max value from RGB is 246 - color contains mainly: green. Hex color #0DF65D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0DF65D is #F209A2. Grayscale: #9F9F9F. Windows color (decimal): -15862179 or 6157837. OLE color: 6157837.

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

Color convert

RGB1324693-
CMYK0.9500.620.04
HSL140.6º92.83%50.78%-
HSV(B)140.6º94.72%96.47%-
XYZ35.166.7921.4-
YUV158.8990.8123.94-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.69%
GREEN value IS 246 (96.48% from 255) = 69.89%
BLUE value IS 93 (36.72% from 255) = 26.42%
R=3.69%
G=69.89%
B=26.42%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal13246930.9500.620.04140.692.8350.78
HexDF65D5F03E48d5d33
Octal15366135137076421513563
Binary110111110110101110110111110111110100100011011011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DF65D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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