#16b963

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

Shades of Jade #16B963

Tints of Jade #16B963

Color information

#16B963 (or 0x16B963) is unknown color: approx Jade. HEX triplet: 16, B9 and 63. RGB value is (22,185,99). Sum of RGB (Red+Green+Blue) = 22+185+99=306 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.19% from 306); Green value is 185 (72.66% from 255 or 60.46% from 306); Blue value is 99 (39.06% from 255 or 32.35% from 306); Max value from RGB is 185 - color contains mainly: green. Hex color #16B963 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16B963 is #E9469C. Grayscale: #7E7E7E. Windows color (decimal): -15287965 or 6535446. OLE color: 6535446.

HSL color Cylindrical-coordinate representation of color #16B963: hue angle of 148.34º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16B963 is Cyan = 0.88, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.27.

Color convert

RGB2218599-
CMYK0.8800.460.27
HSL148.34º78.74%40.59%-
HSV(B)148.34º88.11%72.55%-
XYZ19.9335.7717.66-
YUV126.46112.553.49-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.19%
GREEN value IS 185 (72.66% from 255) = 60.46%
BLUE value IS 99 (39.06% from 255) = 32.35%
R=7.19%
G=60.46%
B=32.35%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal22185990.8800.460.27148.3478.7440.59
Hex16B9635802E1B944f29
Octal262711431300563322411751
Binary101101011100111000111011000010111011011100101001001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16b963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,185,99); }

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

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

 a { background-color: rgb(22,185,99); }

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

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

 span { border-color: rgb(22,185,99); }

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