#16f267

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

Shades of Malachite #16F267

Tints of Malachite #16F267

Color information

#16F267 (or 0x16F267) is unknown color: approx Malachite. HEX triplet: 16, F2 and 67. RGB value is (22,242,103). Sum of RGB (Red+Green+Blue) = 22+242+103=367 (48% of max value = 765). Red value is 22 (8.98% from 255 or 5.99% from 367); Green value is 242 (94.92% from 255 or 65.94% from 367); Blue value is 103 (40.62% from 255 or 28.07% from 367); Max value from RGB is 242 - color contains mainly: green. Hex color #16F267 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #16F267 is #E90D98. Grayscale: #A0A0A0. Windows color (decimal): -15273369 or 6812182. OLE color: 6812182.

HSL color Cylindrical-coordinate representation of color #16F267: hue angle of 142.09º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16F267 is Cyan = 0.91, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.

Color convert

RGB22242103-
CMYK0.9100.570.05
HSL142.09º89.43%51.76%-
HSV(B)142.09º90.91%94.9%-
XYZ34.5364.6523.49-
YUV160.3795.6129.3-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 5.99%
GREEN value IS 242 (94.92% from 255) = 65.94%
BLUE value IS 103 (40.62% from 255) = 28.07%
R=5.99%
G=65.94%
B=28.07%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal222421030.9100.570.05142.0989.4351.76
Hex16F2675B03958e5934
Octal26362147133071521613164
Binary1011011110010110011110110110111001101100011101011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16f267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,242,103); }

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

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

 a { background-color: rgb(22,242,103); }

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

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

 span { border-color: rgb(22,242,103); }

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