#16D950

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

Shades of Malachite #16D950

Tints of Malachite #16D950

Color information

#16D950 (or 0x16D950) is unknown color: approx Malachite. HEX triplet: 16, D9 and 50. RGB value is (22,217,80). Sum of RGB (Red+Green+Blue) = 22+217+80=319 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.90% from 319); Green value is 217 (85.16% from 255 or 68.03% from 319); Blue value is 80 (31.64% from 255 or 25.08% from 319); Max value from RGB is 217 - color contains mainly: green. Hex color #16D950 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16D950 is #E926AF. Grayscale: #8F8F8F. Windows color (decimal): -15279792 or 5298454. OLE color: 5298454.

HSL color Cylindrical-coordinate representation of color #16D950: hue angle of 137.85º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16D950 is Cyan = 0.90, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.

Color convert

RGB2221780-
CMYK0.9000.630.15
HSL137.85º81.59%46.86%-
HSV(B)137.85º89.86%85.1%-
XYZ26.5950.3815.91-
YUV143.0892.441.64-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.90%
GREEN value IS 217 (85.16% from 255) = 68.03%
BLUE value IS 80 (31.64% from 255) = 25.08%
R=6.90%
G=68.03%
B=25.08%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal22217800.9000.630.15137.8581.5946.86
Hex16D9505A03FF8a522f
Octal263311201320771721212257
Binary10110110110011010000101101001111111111100010101010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16D950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,217,80); }

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

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

 a { background-color: rgb(22,217,80); }

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

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

 span { border-color: rgb(22,217,80); }

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