#10DC68

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

Shades of Malachite #10DC68

Tints of Malachite #10DC68

Color information

#10DC68 (or 0x10DC68) is unknown color: approx Malachite. HEX triplet: 10, DC and 68. RGB value is (16,220,104). Sum of RGB (Red+Green+Blue) = 16+220+104=340 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.71% from 340); Green value is 220 (86.33% from 255 or 64.71% from 340); Blue value is 104 (41.02% from 255 or 30.59% from 340); Max value from RGB is 220 - color contains mainly: green. Hex color #10DC68 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10DC68 is #EF2397. Grayscale: #929292. Windows color (decimal): -15672216 or 6872080. OLE color: 6872080.

HSL color Cylindrical-coordinate representation of color #10DC68: hue angle of 145.88º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10DC68 is Cyan = 0.93, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.

Color convert

RGB16220104-
CMYK0.9300.530.14
HSL145.88º86.44%46.27%-
HSV(B)145.88º92.73%86.27%-
XYZ28.3152.321.7-
YUV145.78104.4135.43-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.71%
GREEN value IS 220 (86.33% from 255) = 64.71%
BLUE value IS 104 (41.02% from 255) = 30.59%
R=4.71%
G=64.71%
B=30.59%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal162201040.9300.530.14145.8886.4446.27
Hex10DC685D035E92562e
Octal203341501350651622212656
Binary10000110111001101000101110101101011110100100101010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10DC68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10DC68; }

 p { color: rgb(16,220,104); }

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

<style>
 a { background-color: #10DC68; }

 a { background-color: rgb(16,220,104); }

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

<style>
 span { border-color: #10DC68; }

 span { border-color: rgb(16,220,104); }

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