#16F03F

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

Shades of Malachite #16F03F

Tints of Malachite #16F03F

Color information

#16F03F (or 0x16F03F) is unknown color: approx Malachite. HEX triplet: 16, F0 and 3F. RGB value is (22,240,63). Sum of RGB (Red+Green+Blue) = 22+240+63=325 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.77% from 325); Green value is 240 (94.14% from 255 or 73.85% from 325); Blue value is 63 (25% from 255 or 19.38% from 325); Max value from RGB is 240 - color contains mainly: green. Hex color #16F03F is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #16F03F is #E90FC0. Grayscale: #9B9B9B. Windows color (decimal): -15273921 or 4190230. OLE color: 4190230.

HSL color Cylindrical-coordinate representation of color #16F03F: hue angle of 131.28º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16F03F is Cyan = 0.91, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.06.

Color convert

RGB2224063-
CMYK0.9100.740.06
HSL131.28º87.9%51.37%-
HSV(B)131.28º90.83%94.12%-
XYZ32.3962.8515.13-
YUV154.6476.2833.39-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.77%
GREEN value IS 240 (94.14% from 255) = 73.85%
BLUE value IS 63 (25% from 255) = 19.38%
R=6.77%
G=73.85%
B=19.38%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal22240630.9100.740.06131.2887.951.37
Hex16F03F5B04A6835833
Octal26360771330112620313063
Binary1011011110000111111101101101001010110100000111011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16F03F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,240,63); }

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

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

 a { background-color: rgb(22,240,63); }

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

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

 span { border-color: rgb(22,240,63); }

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