#16BA6A

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

Shades of Jade #16BA6A

Tints of Jade #16BA6A

Color information

#16BA6A (or 0x16BA6A) is unknown color: approx Jade. HEX triplet: 16, BA and 6A. RGB value is (22,186,106). Sum of RGB (Red+Green+Blue) = 22+186+106=314 (41% of max value = 765). Red value is 22 (8.98% from 255 or 7.01% from 314); Green value is 186 (73.05% from 255 or 59.24% from 314); Blue value is 106 (41.80% from 255 or 33.76% from 314); Max value from RGB is 186 - color contains mainly: green. Hex color #16BA6A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16BA6A is #E94595. Grayscale: #7F7F7F. Windows color (decimal): -15287702 or 6994454. OLE color: 6994454.

HSL color Cylindrical-coordinate representation of color #16BA6A: hue angle of 150.73º 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 #16BA6A is Cyan = 0.88, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.27.

Color convert

RGB22186106-
CMYK0.8800.430.27
HSL150.73º78.85%40.78%-
HSV(B)150.73º88.17%72.94%-
XYZ20.4936.3319.57-
YUV127.84115.6752.5-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.01%
GREEN value IS 186 (73.05% from 255) = 59.24%
BLUE value IS 106 (41.80% from 255) = 33.76%
R=7.01%
G=59.24%
B=33.76%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal221861060.8800.430.27150.7378.8540.78
Hex16BA6A5802B1B974f29
Octal262721521300533322711751
Binary101101011101011010101011000010101111011100101111001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16BA6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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