#0DC05F

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

Shades of Malachite #0DC05F

Tints of Malachite #0DC05F

Color information

#0DC05F (or 0x0DC05F) is unknown color: approx Malachite. HEX triplet: 0D, C0 and 5F. RGB value is (13,192,95). Sum of RGB (Red+Green+Blue) = 13+192+95=300 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.33% from 300); Green value is 192 (75.39% from 255 or 64% from 300); Blue value is 95 (37.5% from 255 or 31.67% from 300); Max value from RGB is 192 - color contains mainly: green. Hex color #0DC05F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DC05F is #F23FA0. Grayscale: #7F7F7F. Windows color (decimal): -15876001 or 6275085. OLE color: 6275085.

HSL color Cylindrical-coordinate representation of color #0DC05F: hue angle of 147.49º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DC05F is Cyan = 0.93, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB1319295-
CMYK0.9300.510.25
HSL147.49º87.32%40.2%-
HSV(B)147.49º93.23%75.29%-
XYZ21.0838.6117.17-
YUV127.42109.746.39-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.33%
GREEN value IS 192 (75.39% from 255) = 64%
BLUE value IS 95 (37.5% from 255) = 31.67%
R=4.33%
G=64%
B=31.67%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal13192950.9300.510.25147.4987.3240.2
HexDC05F5D03319935728
Octal153001371350633122312750
Binary11011100000010111111011101011001111001100100111010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DC05F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,192,95); }

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

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

 a { background-color: rgb(13,192,95); }

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

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

 span { border-color: rgb(13,192,95); }

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