#16AB66

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

Shades of Jade #16AB66

Tints of Jade #16AB66

Color information

#16AB66 (or 0x16AB66) is unknown color: approx Jade. HEX triplet: 16, AB and 66. RGB value is (22,171,102). Sum of RGB (Red+Green+Blue) = 22+171+102=295 (39% of max value = 765). Red value is 22 (8.98% from 255 or 7.46% from 295); Green value is 171 (67.19% from 255 or 57.97% from 295); Blue value is 102 (40.23% from 255 or 34.58% from 295); Max value from RGB is 171 - color contains mainly: green. Hex color #16AB66 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16AB66 is #E95499. Grayscale: #767676. Windows color (decimal): -15291546 or 6728470. OLE color: 6728470.

HSL color Cylindrical-coordinate representation of color #16AB66: hue angle of 152.21º 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 #16AB66 is Cyan = 0.87, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.33.

Color convert

RGB22171102-
CMYK0.8700.400.33
HSL152.21º77.2%37.84%-
HSV(B)152.21º87.13%67.06%-
XYZ17.2930.2617.5-
YUV118.58118.6459.11-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.46%
GREEN value IS 171 (67.19% from 255) = 57.97%
BLUE value IS 102 (40.23% from 255) = 34.58%
R=7.46%
G=57.97%
B=34.58%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal221711020.8700.400.33152.2177.237.84
Hex16AB665702821984d26
Octal262531461270504123011546
Binary1011010101011110011010101110101000100001100110001001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16AB66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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