#16CC58

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

Shades of Malachite #16CC58

Tints of Malachite #16CC58

Color information

#16CC58 (or 0x16CC58) is unknown color: approx Malachite. HEX triplet: 16, CC and 58. RGB value is (22,204,88). Sum of RGB (Red+Green+Blue) = 22+204+88=314 (41% of max value = 765). Red value is 22 (8.98% from 255 or 7.01% from 314); Green value is 204 (80.08% from 255 or 64.97% from 314); Blue value is 88 (34.77% from 255 or 28.03% from 314); Max value from RGB is 204 - color contains mainly: green. Hex color #16CC58 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16CC58 is #E933A7. Grayscale: #888888. Windows color (decimal): -15283112 or 5819414. OLE color: 5819414.

HSL color Cylindrical-coordinate representation of color #16CC58: hue angle of 141.76º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16CC58 is Cyan = 0.89, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.2.

Color convert

RGB2220488-
CMYK0.8900.570.2
HSL141.76º80.53%44.31%-
HSV(B)141.76º89.22%80%-
XYZ23.6944.0616.49-
YUV136.36100.746.43-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.01%
GREEN value IS 204 (80.08% from 255) = 64.97%
BLUE value IS 88 (34.77% from 255) = 28.03%
R=7.01%
G=64.97%
B=28.03%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal22204880.8900.570.2141.7680.5344.31
Hex16CC5859039148e512c
Octal263141301310712421612154
Binary101101100110010110001011001011100110100100011101010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16CC58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16CC58; }

 p { color: rgb(22,204,88); }

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

<style>
 a { background-color: #16CC58; }

 a { background-color: rgb(22,204,88); }

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

<style>
 span { border-color: #16CC58; }

 span { border-color: rgb(22,204,88); }

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