#16CA6A

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

Shades of Malachite #16CA6A

Tints of Malachite #16CA6A

Color information

#16CA6A (or 0x16CA6A) is unknown color: approx Malachite. HEX triplet: 16, CA and 6A. RGB value is (22,202,106). Sum of RGB (Red+Green+Blue) = 22+202+106=330 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.67% from 330); Green value is 202 (79.30% from 255 or 61.21% from 330); Blue value is 106 (41.80% from 255 or 32.12% from 330); Max value from RGB is 202 - color contains mainly: green. Hex color #16CA6A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16CA6A is #E93595. Grayscale: #898989. Windows color (decimal): -15283606 or 6998550. OLE color: 6998550.

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

Color convert

RGB22202106-
CMYK0.8900.480.21
HSL148º80.36%43.92%-
HSV(B)148º89.11%79.22%-
XYZ24.0543.4520.76-
YUV137.24110.3745.81-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.67%
GREEN value IS 202 (79.30% from 255) = 61.21%
BLUE value IS 106 (41.80% from 255) = 32.12%
R=6.67%
G=61.21%
B=32.12%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal222021060.8900.480.2114880.3643.92
Hex16CA6A590301594502c
Octal263121521310602522412054
Binary101101100101011010101011001011000010101100101001010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16CA6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,202,106); }

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

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

 a { background-color: rgb(22,202,106); }

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

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

 span { border-color: rgb(22,202,106); }

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