#0DC86A

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

Shades of Malachite #0DC86A

Tints of Malachite #0DC86A

Color information

#0DC86A (or 0x0DC86A) is unknown color: approx Malachite. HEX triplet: 0D, C8 and 6A. RGB value is (13,200,106). Sum of RGB (Red+Green+Blue) = 13+200+106=319 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.08% from 319); Green value is 200 (78.52% from 255 or 62.70% from 319); Blue value is 106 (41.80% from 255 or 33.23% from 319); Max value from RGB is 200 - color contains mainly: green. Hex color #0DC86A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DC86A is #F23795. Grayscale: #858585. Windows color (decimal): -15873942 or 6998029. OLE color: 6998029.

HSL color Cylindrical-coordinate representation of color #0DC86A: hue angle of 149.84º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DC86A is Cyan = 0.94, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.22.

Color convert

RGB13200106-
CMYK0.9400.470.22
HSL149.84º87.79%41.76%-
HSV(B)149.84º93.5%78.43%-
XYZ23.4242.4320.59-
YUV133.37112.5542.14-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.08%
GREEN value IS 200 (78.52% from 255) = 62.70%
BLUE value IS 106 (41.80% from 255) = 33.23%
R=4.08%
G=62.70%
B=33.23%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal132001060.9400.470.22149.8487.7941.76
HexDC86A5E02F1696582a
Octal153101521360572622613052
Binary11011100100011010101011110010111110110100101101011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DC86A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,200,106); }

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

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

 a { background-color: rgb(13,200,106); }

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

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

 span { border-color: rgb(13,200,106); }

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