#0DCE6E

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

Shades of Malachite #0DCE6E

Tints of Malachite #0DCE6E

Color information

#0DCE6E (or 0x0DCE6E) is unknown color: approx Malachite. HEX triplet: 0D, CE and 6E. RGB value is (13,206,110). Sum of RGB (Red+Green+Blue) = 13+206+110=329 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.95% from 329); Green value is 206 (80.86% from 255 or 62.61% from 329); Blue value is 110 (43.36% from 255 or 33.43% from 329); Max value from RGB is 206 - color contains mainly: green. Hex color #0DCE6E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DCE6E is #F23191. Grayscale: #898989. Windows color (decimal): -15872402 or 7261709. OLE color: 7261709.

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

Color convert

RGB13206110-
CMYK0.9400.470.19
HSL150.16º88.13%42.94%-
HSV(B)150.16º93.69%80.78%-
XYZ25.0545.3522.19-
YUV137.35112.5639.31-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.95%
GREEN value IS 206 (80.86% from 255) = 62.61%
BLUE value IS 110 (43.36% from 255) = 33.43%
R=3.95%
G=62.61%
B=33.43%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal132061100.9400.470.19150.1688.1342.94
HexDCE6E5E02F1396582b
Octal153161561360572322613053
Binary11011100111011011101011110010111110011100101101011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DCE6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,206,110); }

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

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

 a { background-color: rgb(13,206,110); }

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

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

 span { border-color: rgb(13,206,110); }

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