#16F55A

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

Shades of Malachite #16F55A

Tints of Malachite #16F55A

Color information

#16F55A (or 0x16F55A) is unknown color: approx Malachite. HEX triplet: 16, F5 and 5A. RGB value is (22,245,90). Sum of RGB (Red+Green+Blue) = 22+245+90=357 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.16% from 357); Green value is 245 (96.09% from 255 or 68.63% from 357); Blue value is 90 (35.55% from 255 or 25.21% from 357); Max value from RGB is 245 - color contains mainly: green. Hex color #16F55A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #16F55A is #E90AA5. Grayscale: #A1A1A1. Windows color (decimal): -15272614 or 5960982. OLE color: 5960982.

HSL color Cylindrical-coordinate representation of color #16F55A: hue angle of 138.3º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16F55A is Cyan = 0.91, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.

Color convert

RGB2224590-
CMYK0.9100.630.04
HSL138.3º91.77%52.35%-
HSV(B)138.3º91.02%96.08%-
XYZ34.8366.2120.62-
YUV160.6588.1229.1-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.16%
GREEN value IS 245 (96.09% from 255) = 68.63%
BLUE value IS 90 (35.55% from 255) = 25.21%
R=6.16%
G=68.63%
B=25.21%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal22245900.9100.630.04138.391.7752.35
Hex16F55A5B03F48a5c34
Octal26365132133077421213464
Binary1011011110101101101010110110111111100100010101011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16F55A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,245,90); }

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

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

 a { background-color: rgb(22,245,90); }

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

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

 span { border-color: rgb(22,245,90); }

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