#10C756

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

Shades of Malachite #10C756

Tints of Malachite #10C756

Color information

#10C756 (or 0x10C756) is unknown color: approx Malachite. HEX triplet: 10, C7 and 56. RGB value is (16,199,86). Sum of RGB (Red+Green+Blue) = 16+199+86=301 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.32% from 301); Green value is 199 (78.12% from 255 or 66.11% from 301); Blue value is 86 (33.98% from 255 or 28.57% from 301); Max value from RGB is 199 - color contains mainly: green. Hex color #10C756 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10C756 is #EF38A9. Grayscale: #838383. Windows color (decimal): -15677610 or 5687056. OLE color: 5687056.

HSL color Cylindrical-coordinate representation of color #10C756: hue angle of 142.95º 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 #10C756 is Cyan = 0.92, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.22.

Color convert

RGB1619986-
CMYK0.9200.570.22
HSL142.95º85.12%42.16%-
HSV(B)142.95º91.96%78.04%-
XYZ22.3241.6315.66-
YUV131.4102.3745.69-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.32%
GREEN value IS 199 (78.12% from 255) = 66.11%
BLUE value IS 86 (33.98% from 255) = 28.57%
R=5.32%
G=66.11%
B=28.57%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal16199860.9200.570.22142.9585.1242.16
Hex10C7565C039168f552a
Octal203071261340712621712552
Binary100001100011110101101011100011100110110100011111010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10C756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,199,86); }

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

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

 a { background-color: rgb(16,199,86); }

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

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

 span { border-color: rgb(16,199,86); }

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