#16C96B

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

Shades of Malachite #16C96B

Tints of Malachite #16C96B

Color information

#16C96B (or 0x16C96B) is unknown color: approx Malachite. HEX triplet: 16, C9 and 6B. RGB value is (22,201,107). Sum of RGB (Red+Green+Blue) = 22+201+107=330 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.67% from 330); Green value is 201 (78.91% from 255 or 60.91% from 330); Blue value is 107 (42.19% from 255 or 32.42% from 330); Max value from RGB is 201 - color contains mainly: green. Hex color #16C96B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16C96B is #E93694. Grayscale: #888888. Windows color (decimal): -15283861 or 7063830. OLE color: 7063830.

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

Color convert

RGB22201107-
CMYK0.8900.470.21
HSL148.49º80.27%43.73%-
HSV(B)148.49º89.05%78.82%-
XYZ23.8743.0120.95-
YUV136.76111.246.14-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.67%
GREEN value IS 201 (78.91% from 255) = 60.91%
BLUE value IS 107 (42.19% from 255) = 32.42%
R=6.67%
G=60.91%
B=32.42%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal222011070.8900.470.21148.4980.2743.73
Hex16C96B5902F1594502c
Octal263111531310572522412054
Binary101101100100111010111011001010111110101100101001010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16C96B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,201,107); }

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

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

 a { background-color: rgb(22,201,107); }

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

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

 span { border-color: rgb(22,201,107); }

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