#0DCD6C

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

Shades of Malachite #0DCD6C

Tints of Malachite #0DCD6C

Color information

#0DCD6C (or 0x0DCD6C) is unknown color: approx Malachite. HEX triplet: 0D, CD and 6C. RGB value is (13,205,108). Sum of RGB (Red+Green+Blue) = 13+205+108=326 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.99% from 326); Green value is 205 (80.47% from 255 or 62.88% from 326); Blue value is 108 (42.58% from 255 or 33.13% from 326); Max value from RGB is 205 - color contains mainly: green. Hex color #0DCD6C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DCD6C is #F23293. Grayscale: #888888. Windows color (decimal): -15872660 or 7130381. OLE color: 7130381.

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

Color convert

RGB13205108-
CMYK0.9400.470.20
HSL149.69º88.07%42.75%-
HSV(B)149.69º93.66%80.39%-
XYZ24.744.8321.54-
YUV136.53111.8939.89-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.99%
GREEN value IS 205 (80.47% from 255) = 62.88%
BLUE value IS 108 (42.58% from 255) = 33.13%
R=3.99%
G=62.88%
B=33.13%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal132051080.9400.470.20149.6988.0742.75
HexDCD6C5E02F1496582b
Octal153151541360572422613053
Binary11011100110111011001011110010111110100100101101011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DCD6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,205,108); }

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

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

 a { background-color: rgb(13,205,108); }

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

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

 span { border-color: rgb(13,205,108); }

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