#16AB6C

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

Shades of Jade #16AB6C

Tints of Jade #16AB6C

Color information

#16AB6C (or 0x16AB6C) is unknown color: approx Jade. HEX triplet: 16, AB and 6C. RGB value is (22,171,108). Sum of RGB (Red+Green+Blue) = 22+171+108=301 (39% of max value = 765). Red value is 22 (8.98% from 255 or 7.31% from 301); Green value is 171 (67.19% from 255 or 56.81% from 301); Blue value is 108 (42.58% from 255 or 35.88% from 301); Max value from RGB is 171 - color contains mainly: green. Hex color #16AB6C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16AB6C is #E95493. Grayscale: #777777. Windows color (decimal): -15291540 or 7121686. OLE color: 7121686.

HSL color Cylindrical-coordinate representation of color #16AB6C: hue angle of 154.63º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #16AB6C is Cyan = 0.87, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.

Color convert

RGB22171108-
CMYK0.8700.370.33
HSL154.63º77.2%37.84%-
HSV(B)154.63º87.13%67.06%-
XYZ17.630.3819.12-
YUV119.27121.6458.62-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.31%
GREEN value IS 171 (67.19% from 255) = 56.81%
BLUE value IS 108 (42.58% from 255) = 35.88%
R=7.31%
G=56.81%
B=35.88%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal221711080.8700.370.33154.6377.237.84
Hex16AB6C57025219b4d26
Octal262531541270454123311546
Binary1011010101011110110010101110100101100001100110111001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16AB6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,171,108); }

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

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

 a { background-color: rgb(22,171,108); }

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

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

 span { border-color: rgb(22,171,108); }

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