#16C35F

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

Shades of Malachite #16C35F

Tints of Malachite #16C35F

Color information

#16C35F (or 0x16C35F) is unknown color: approx Malachite. HEX triplet: 16, C3 and 5F. RGB value is (22,195,95). Sum of RGB (Red+Green+Blue) = 22+195+95=312 (41% of max value = 765). Red value is 22 (8.98% from 255 or 7.05% from 312); Green value is 195 (76.56% from 255 or 62.5% from 312); Blue value is 95 (37.5% from 255 or 30.45% from 312); Max value from RGB is 195 - color contains mainly: green. Hex color #16C35F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16C35F is #E93CA0. Grayscale: #848484. Windows color (decimal): -15285409 or 6275862. OLE color: 6275862.

HSL color Cylindrical-coordinate representation of color #16C35F: hue angle of 145.32º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16C35F is Cyan = 0.89, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB2219595-
CMYK0.8900.510.24
HSL145.32º79.72%42.55%-
HSV(B)145.32º88.72%76.47%-
XYZ21.9140.0317.4-
YUV131.87107.1949.63-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.05%
GREEN value IS 195 (76.56% from 255) = 62.5%
BLUE value IS 95 (37.5% from 255) = 30.45%
R=7.05%
G=62.5%
B=30.45%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal22195950.8900.510.24145.3279.7242.55
Hex16C35F590331891502b
Octal263031371310633022112053
Binary101101100001110111111011001011001111000100100011010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16C35F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,195,95); }

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

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

 a { background-color: rgb(22,195,95); }

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

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

 span { border-color: rgb(22,195,95); }

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