#10C96D

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

Shades of Malachite #10C96D

Tints of Malachite #10C96D

Color information

#10C96D (or 0x10C96D) is unknown color: approx Malachite. HEX triplet: 10, C9 and 6D. RGB value is (16,201,109). Sum of RGB (Red+Green+Blue) = 16+201+109=326 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.91% from 326); Green value is 201 (78.91% from 255 or 61.66% from 326); Blue value is 109 (42.97% from 255 or 33.44% from 326); Max value from RGB is 201 - color contains mainly: green. Hex color #10C96D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10C96D is #EF3692. Grayscale: #878787. Windows color (decimal): -15677075 or 7194896. OLE color: 7194896.

HSL color Cylindrical-coordinate representation of color #10C96D: hue angle of 150.16º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C96D is Cyan = 0.92, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.

Color convert

RGB16201109-
CMYK0.9200.460.21
HSL150.16º85.25%42.55%-
HSV(B)150.16º92.04%78.82%-
XYZ23.8642.9921.51-
YUV135.2113.2142.98-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.91%
GREEN value IS 201 (78.91% from 255) = 61.66%
BLUE value IS 109 (42.97% from 255) = 33.44%
R=4.91%
G=61.66%
B=33.44%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal162011090.9200.460.21150.1685.2542.55
Hex10C96D5C02E1596552b
Octal203111551340562522612553
Binary100001100100111011011011100010111010101100101101010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10C96D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,201,109); }

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

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

 a { background-color: rgb(16,201,109); }

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

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

 span { border-color: rgb(16,201,109); }

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