#16EF42

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

Shades of Malachite #16EF42

Tints of Malachite #16EF42

Color information

#16EF42 (or 0x16EF42) is unknown color: approx Malachite. HEX triplet: 16, EF and 42. RGB value is (22,239,66). Sum of RGB (Red+Green+Blue) = 22+239+66=327 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.73% from 327); Green value is 239 (93.75% from 255 or 73.09% from 327); Blue value is 66 (26.17% from 255 or 20.18% from 327); Max value from RGB is 239 - color contains mainly: green. Hex color #16EF42 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #16EF42 is #E910BD. Grayscale: #9A9A9A. Windows color (decimal): -15274174 or 4386582. OLE color: 4386582.

HSL color Cylindrical-coordinate representation of color #16EF42: hue angle of 132.17º degrees, saturation: 0.87, 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 #16EF42 is Cyan = 0.91, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.06.

Color convert

RGB2223966-
CMYK0.9100.720.06
HSL132.17º87.15%51.18%-
HSV(B)132.17º90.79%93.73%-
XYZ32.1862.315.48-
YUV154.3978.1133.57-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.73%
GREEN value IS 239 (93.75% from 255) = 73.09%
BLUE value IS 66 (26.17% from 255) = 20.18%
R=6.73%
G=73.09%
B=20.18%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal22239660.9100.720.06132.1787.1551.18
Hex16EF425B0486845733
Octal263571021330110620412763
Binary10110111011111000010101101101001000110100001001010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16EF42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,239,66); }

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

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

 a { background-color: rgb(22,239,66); }

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

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

 span { border-color: rgb(22,239,66); }

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