#10CC66

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

Shades of Malachite #10CC66

Tints of Malachite #10CC66

Color information

#10CC66 (or 0x10CC66) is unknown color: approx Malachite. HEX triplet: 10, CC and 66. RGB value is (16,204,102). Sum of RGB (Red+Green+Blue) = 16+204+102=322 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.97% from 322); Green value is 204 (80.08% from 255 or 63.35% from 322); Blue value is 102 (40.23% from 255 or 31.68% from 322); Max value from RGB is 204 - color contains mainly: green. Hex color #10CC66 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10CC66 is #EF3399. Grayscale: #888888. Windows color (decimal): -15676314 or 6736912. OLE color: 6736912.

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

Color convert

RGB16204102-
CMYK0.9200.50.2
HSL147.45º85.45%43.14%-
HSV(B)147.45º92.16%80%-
XYZ24.244.2619.84-
YUV136.16108.7242.29-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.97%
GREEN value IS 204 (80.08% from 255) = 63.35%
BLUE value IS 102 (40.23% from 255) = 31.68%
R=4.97%
G=63.35%
B=31.68%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal162041020.9200.50.2147.4585.4543.14
Hex10CC665C0321493552b
Octal203141461340622422312553
Binary100001100110011001101011100011001010100100100111010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10CC66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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