#10C755

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

Shades of Malachite #10C755

Tints of Malachite #10C755

Color information

#10C755 (or 0x10C755) is unknown color: approx Malachite. HEX triplet: 10, C7 and 55. RGB value is (16,199,85). Sum of RGB (Red+Green+Blue) = 16+199+85=300 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.33% from 300); Green value is 199 (78.12% from 255 or 66.33% from 300); Blue value is 85 (33.59% from 255 or 28.33% from 300); Max value from RGB is 199 - color contains mainly: green. Hex color #10C755 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10C755 is #EF38AA. Grayscale: #838383. Windows color (decimal): -15677611 or 5621520. OLE color: 5621520.

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

Color convert

RGB1619985-
CMYK0.9200.570.22
HSL142.62º85.12%42.16%-
HSV(B)142.62º91.96%78.04%-
XYZ22.2841.6115.45-
YUV131.29101.8745.77-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.33%
GREEN value IS 199 (78.12% from 255) = 66.33%
BLUE value IS 85 (33.59% from 255) = 28.33%
R=5.33%
G=66.33%
B=28.33%

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
Decimal16199850.9200.570.22142.6285.1242.16
Hex10C7555C039168f552a
Octal203071251340712621712552
Binary100001100011110101011011100011100110110100011111010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10C755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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