#10C65D

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

Shades of Malachite #10C65D

Tints of Malachite #10C65D

Color information

#10C65D (or 0x10C65D) is unknown color: approx Malachite. HEX triplet: 10, C6 and 5D. RGB value is (16,198,93). Sum of RGB (Red+Green+Blue) = 16+198+93=307 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.21% from 307); Green value is 198 (77.73% from 255 or 64.50% from 307); Blue value is 93 (36.72% from 255 or 30.29% from 307); Max value from RGB is 198 - color contains mainly: green. Hex color #10C65D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10C65D is #EF39A2. Grayscale: #838383. Windows color (decimal): -15677859 or 6145552. OLE color: 6145552.

HSL color Cylindrical-coordinate representation of color #10C65D: hue angle of 145.38º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C65D is Cyan = 0.92, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.22.

Color convert

RGB1619893-
CMYK0.9200.530.22
HSL145.38º85.05%41.96%-
HSV(B)145.38º91.92%77.65%-
XYZ22.3841.2917.15-
YUV131.61106.245.54-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.21%
GREEN value IS 198 (77.73% from 255) = 64.50%
BLUE value IS 93 (36.72% from 255) = 30.29%
R=5.21%
G=64.50%
B=30.29%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal16198930.9200.530.22145.3885.0541.96
Hex10C65D5C0351691552a
Octal203061351340652622112552
Binary100001100011010111011011100011010110110100100011010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10C65D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,198,93); }

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

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

 a { background-color: rgb(16,198,93); }

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

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

 span { border-color: rgb(16,198,93); }

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