#10CC68

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

Shades of Malachite #10CC68

Tints of Malachite #10CC68

Color information

#10CC68 (or 0x10CC68) is unknown color: approx Malachite. HEX triplet: 10, CC and 68. RGB value is (16,204,104). Sum of RGB (Red+Green+Blue) = 16+204+104=324 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.94% from 324); Green value is 204 (80.08% from 255 or 62.96% from 324); Blue value is 104 (41.02% from 255 or 32.10% from 324); Max value from RGB is 204 - color contains mainly: green. Hex color #10CC68 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10CC68 is #EF3397. Grayscale: #888888. Windows color (decimal): -15676312 or 6867984. OLE color: 6867984.

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

Color convert

RGB16204104-
CMYK0.9200.490.2
HSL148.09º85.45%43.14%-
HSV(B)148.09º92.16%80%-
XYZ24.3144.320.37-
YUV136.39109.7242.13-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.94%
GREEN value IS 204 (80.08% from 255) = 62.96%
BLUE value IS 104 (41.02% from 255) = 32.10%
R=4.94%
G=62.96%
B=32.10%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal162041040.9200.490.2148.0985.4543.14
Hex10CC685C0311494552b
Octal203141501340612422412553
Binary100001100110011010001011100011000110100100101001010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10CC68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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