#0DF65E

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

Shades of Malachite #0DF65E

Tints of Malachite #0DF65E

Color information

#0DF65E (or 0x0DF65E) is unknown color: approx Malachite. HEX triplet: 0D, F6 and 5E. RGB value is (13,246,94). Sum of RGB (Red+Green+Blue) = 13+246+94=353 (46% of max value = 765). Red value is 13 (5.47% from 255 or 3.68% from 353); Green value is 246 (96.48% from 255 or 69.69% from 353); Blue value is 94 (37.11% from 255 or 26.63% from 353); Max value from RGB is 246 - color contains mainly: green. Hex color #0DF65E is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0DF65E is #F209A1. Grayscale: #9F9F9F. Windows color (decimal): -15862178 or 6223373. OLE color: 6223373.

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

Color convert

RGB1324694-
CMYK0.9500.620.04
HSL140.86º92.83%50.78%-
HSV(B)140.86º94.72%96.47%-
XYZ35.1466.8121.63-
YUV15991.3123.86-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.68%
GREEN value IS 246 (96.48% from 255) = 69.69%
BLUE value IS 94 (37.11% from 255) = 26.63%
R=3.68%
G=69.69%
B=26.63%

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
Decimal13246940.9500.620.04140.8692.8350.78
HexDF65E5F03E48d5d33
Octal15366136137076421513563
Binary110111110110101111010111110111110100100011011011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DF65E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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