#16CC4B

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

Shades of Malachite #16CC4B

Tints of Malachite #16CC4B

Color information

#16CC4B (or 0x16CC4B) is unknown color: approx Malachite. HEX triplet: 16, CC and 4B. RGB value is (22,204,75). Sum of RGB (Red+Green+Blue) = 22+204+75=301 (39% of max value = 765). Red value is 22 (8.98% from 255 or 7.31% from 301); Green value is 204 (80.08% from 255 or 67.77% from 301); Blue value is 75 (29.69% from 255 or 24.92% from 301); Max value from RGB is 204 - color contains mainly: green. Hex color #16CC4B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16CC4B is #E933B4. Grayscale: #878787. Windows color (decimal): -15283125 or 4967446. OLE color: 4967446.

HSL color Cylindrical-coordinate representation of color #16CC4B: hue angle of 137.47º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16CC4B is Cyan = 0.89, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.2.

Color convert

RGB2220475-
CMYK0.8900.630.2
HSL137.47º80.53%44.31%-
HSV(B)137.47º89.22%80%-
XYZ23.1943.8613.9-
YUV134.8894.247.49-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.31%
GREEN value IS 204 (80.08% from 255) = 67.77%
BLUE value IS 75 (29.69% from 255) = 24.92%
R=7.31%
G=67.77%
B=24.92%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal22204750.8900.630.2137.4780.5344.31
Hex16CC4B5903F1489512c
Octal263141131310772421112154
Binary101101100110010010111011001011111110100100010011010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16CC4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,204,75); }

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

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

 a { background-color: rgb(22,204,75); }

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

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

 span { border-color: rgb(22,204,75); }

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