#16D072

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

Shades of Malachite #16D072

Tints of Malachite #16D072

Color information

#16D072 (or 0x16D072) is unknown color: approx Malachite. HEX triplet: 16, D0 and 72. RGB value is (22,208,114). Sum of RGB (Red+Green+Blue) = 22+208+114=344 (45% of max value = 765). Red value is 22 (8.98% from 255 or 6.40% from 344); Green value is 208 (81.64% from 255 or 60.47% from 344); Blue value is 114 (44.92% from 255 or 33.14% from 344); Max value from RGB is 208 - color contains mainly: green. Hex color #16D072 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16D072 is #E92F8D. Grayscale: #8D8D8D. Windows color (decimal): -15282062 or 7524374. OLE color: 7524374.

HSL color Cylindrical-coordinate representation of color #16D072: hue angle of 149.68º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16D072 is Cyan = 0.89, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB22208114-
CMYK0.8900.450.18
HSL149.68º80.87%45.1%-
HSV(B)149.68º89.42%81.57%-
XYZ25.9246.523.53-
YUV141.67112.3842.64-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.40%
GREEN value IS 208 (81.64% from 255) = 60.47%
BLUE value IS 114 (44.92% from 255) = 33.14%
R=6.40%
G=60.47%
B=33.14%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal222081140.8900.450.18149.6880.8745.1
Hex16D0725902D1296512d
Octal263201621310552222612155
Binary101101101000011100101011001010110110010100101101010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16D072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,208,114); }

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

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

 a { background-color: rgb(22,208,114); }

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

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

 span { border-color: rgb(22,208,114); }

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