#16BF6A

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

Shades of Jade #16BF6A

Tints of Jade #16BF6A

Color information

#16BF6A (or 0x16BF6A) is unknown color: approx Jade. HEX triplet: 16, BF and 6A. RGB value is (22,191,106). Sum of RGB (Red+Green+Blue) = 22+191+106=319 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.90% from 319); Green value is 191 (75% from 255 or 59.87% from 319); Blue value is 106 (41.80% from 255 or 33.23% from 319); Max value from RGB is 191 - color contains mainly: green. Hex color #16BF6A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16BF6A is #E94095. Grayscale: #828282. Windows color (decimal): -15286422 or 6995734. OLE color: 6995734.

HSL color Cylindrical-coordinate representation of color #16BF6A: hue angle of 149.82º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16BF6A is Cyan = 0.88, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB22191106-
CMYK0.8800.450.25
HSL149.82º79.34%41.76%-
HSV(B)149.82º88.48%74.9%-
XYZ21.5638.4719.93-
YUV130.78114.0150.41-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.90%
GREEN value IS 191 (75% from 255) = 59.87%
BLUE value IS 106 (41.80% from 255) = 33.23%
R=6.90%
G=59.87%
B=33.23%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal221911060.8800.450.25149.8279.3441.76
Hex16BF6A5802D19964f2a
Octal262771521300553122611752
Binary101101011111111010101011000010110111001100101101001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16BF6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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